urban_dictionary.gemspec in urban_dictionary-0.0.1 vs urban_dictionary.gemspec in urban_dictionary-0.0.2
- old
+ new
@@ -18,8 +18,8 @@
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_runtime_dependency "nokogiri", "~> 1.5.2"
- s.add_development_dependency "bundler", "~> 1.0.22"
s.add_development_dependency "rake"
+ s.add_development_dependency "rspec"
end