Gemfile in amq-client-0.9.12 vs Gemfile in amq-client-1.0.0.pre1
- old
+ new
@@ -9,9 +9,10 @@
def gem(name, *args)
options = args.last.is_a?(Hash) ? args.last : Hash.new
local_path = File.expand_path("../vendor/#{name}", __FILE__)
if File.exist?(local_path)
+ puts "Using #{name} from #{local_path}..."
super name, options.merge(:path => local_path).
delete_if { |key, _| [:git, :branch].include?(key) }
else
super name, *args
end