Skip to content

Commit

Permalink
Bump to 0.20.0 for Katello 3.14 (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 authored and akofink committed Oct 29, 2019
1 parent e38004e commit 10ff6fa
Show file tree
Hide file tree
Showing 3 changed files with 2 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
2 changes: 1 addition & 1 deletion hammer_cli_katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,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.19.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.20-master')
@version ||= Gem::Version.new('0.20.0')
end
end

0 comments on commit 10ff6fa

Please sign in to comment.