Skip to content

Commit

Permalink
Release kasparov-1-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
simaishi committed Jan 8, 2021
1 parent 49681cc commit 30c61d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -9,15 +9,15 @@ require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundle
#
# VMDB specific gems
#
gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :branch => "kasparov"
gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :tag => "kasparov-1-beta1"

# Modified gems for gems-pending. Setting sources here since they are git references
gem "handsoap", "=0.2.5.5", :require => false, :source => "https://rubygems.manageiq.org"

# 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 => "kasparov"
gem plugin_name, :git => "https://github.com/ManageIQ/#{plugin_name}", :tag => "kasparov-1-beta1"
end
end

Expand Down Expand Up @@ -96,7 +96,7 @@ gem "american_date"
### providers
group :amazon, :manageiq_default do
manageiq_plugin "manageiq-providers-amazon"
gem "amazon_ssa_support", :require => false, :git => "https://github.com/ManageIQ/amazon_ssa_support.git", :branch => "kasparov" # Temporary dependency to be moved to manageiq-providers-amazon when officially release
gem "amazon_ssa_support", :require => false, :git => "https://github.com/ManageIQ/amazon_ssa_support.git", :tag => "kasparov-1-beta1" # Temporary dependency to be moved to manageiq-providers-amazon when officially release
end

group :ansible_tower, :manageiq_default do
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
kasparov-1-alpha1
kasparov-1-beta1

0 comments on commit 30c61d0

Please sign in to comment.