Skip to content

Commit

Permalink
Release hammer-7
Browse files Browse the repository at this point in the history
  • Loading branch information
simaishi committed Jun 7, 2019
1 parent 04c8bc5 commit a1390ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -6,14 +6,14 @@ source 'https://rubygems.org'
# VMDB specific gems
#

gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :branch => "hammer"
gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :tag => "hammer-7"
# Modified gems for gems-pending. Setting sources here since they are git references
gem "handsoap", "~>0.2.5", :require => false, :git => "https://github.com/ManageIQ/handsoap.git", :tag => "v0.2.5-5"

# when using this Gemfile inside a providers Gemfile, the dependency for the provider is already declared
def manageiq_plugin(plugin_name)
unless dependencies.detect { |d| d.name == plugin_name }
gem plugin_name, :git => "https://github.com/ManageIQ/#{plugin_name}", :branch => "hammer"
gem plugin_name, :git => "https://github.com/ManageIQ/#{plugin_name}", :tag => "hammer-7"
end
end

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
hammer-6
hammer-7

0 comments on commit a1390ec

Please sign in to comment.