Rakefile in blacklight-spotlight-0.0.2 vs Rakefile in blacklight-spotlight-0.0.3

- old
+ new

@@ -2,10 +2,10 @@ require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end -ZIP_URL = "https://github.com/projectblacklight/blacklight-jetty/archive/v4.0.0.zip" +ZIP_URL = "https://github.com/projectblacklight/blacklight-jetty/archive/v4.6.0.zip" require 'rdoc/task' RDoc::Task.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc'