Skip to content

Commit

Permalink
Bump to 0.19.0 for Katello 3.13 (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 authored and akofink committed Aug 7, 2019
1 parent 3f90df4 commit 9bb9ddc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ rvm:
- 2.4
- 2.5
before_install:
- echo "gem 'hammer_cli_foreman', :git => 'https://github.com/theforeman/hammer-cli-foreman.git'" > Gemfile.local
- echo "gem 'hammer_cli', :git => 'https://github.com/theforeman/hammer-cli.git'" >> Gemfile.local
- gem update bundler
3 changes: 2 additions & 1 deletion hammer_cli_katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |gem|
"Bryan Kearney",
"Chris Duryee",
"Christine Fouant",
"Chris Roberts",
"Daniel Lobato García",
"David Davis",
"Dustin Tsang",
Expand Down Expand Up @@ -47,7 +48,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = HammerCLIKatello.version

gem.add_dependency 'hammer_cli_foreman'
gem.add_dependency 'hammer_cli_foreman', '~> 0.18.0'
gem.add_dependency 'hammer_cli_foreman_tasks'
gem.add_dependency 'hammer_cli_foreman_bootdisk'
gem.add_dependency 'hammer_cli_foreman_docker'
Expand Down
2 changes: 1 addition & 1 deletion lib/hammer_cli_katello/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HammerCLIKatello
def self.version
@version ||= Gem::Version.new('0.19-master')
@version ||= Gem::Version.new('0.19.0')
end
end

0 comments on commit 9bb9ddc

Please sign in to comment.