lib/jbundler.rb in jbundler-0.2.0 vs lib/jbundler.rb in jbundler-0.2.1

- old
+ new

@@ -7,10 +7,10 @@ jarfile = Maven::Tools::Jarfile.new(config.jarfile) if config.skip warn "skip jbundler setup" else - classpath_file = JBundler::ClasspathFile.new('.jbundler/classpath.rb') + classpath_file = JBundler::ClasspathFile.new(config.classpath_file) gemfile_lock = JBundler::GemfileLock.new(jarfile, config.gemfile + '.lock') if classpath_file.needs_update?(jarfile, gemfile_lock) aether = JBundler::AetherRuby.new(config)