lib/jar_installer.rb in jar-dependencies-0.1.0 vs lib/jar_installer.rb in jar-dependencies-0.1.1.dev
- old
+ new
@@ -144,9 +144,11 @@
else
raise 'spec must be either String or Gem::Specification'
end
@spec = spec
+ rescue
+ # for all those strange gemspec we skip looking for jar-dependencies
end
def ruby_maven_install_options=( options )
@options = options.dup
end