just_paginate.gemspec in just_paginate-0.0.16 vs just_paginate.gemspec in just_paginate-0.1

- old
+ new

@@ -18,10 +18,11 @@ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: # s.add_development_dependency "rspec" - + s.add_development_dependency "minitest" s.add_development_dependency "shoulda" - s.add_development_dependency "shoulda-context" + s.add_development_dependency "shoulda-context" + s.add_development_dependency "rake" end