pickle.gemspec in pickle-0.5.0 vs pickle.gemspec in pickle-0.5.1
- old
+ new
@@ -4,14 +4,14 @@
Gem::Specification.new do |s|
s.name = "pickle"
s.version = Pickle::VERSION.dup
s.platform = Gem::Platform::RUBY
s.licenses = ["MIT"]
- s.authors = ["Ian White", "James Le Cuirot", "Niklas Hofer"]
+ s.authors = ["Ian White", "James Le Cuirot"]
s.description = "Easy model creation and reference in your cucumber features"
s.summary = "Easy model creation and reference in your cucumber features."
- s.email = ["ian.w.white@gmail.com", "chewi@aura-online.co.uk", "niklas+dev@lanpartei.de"]
+ s.email = ["ian.w.white@gmail.com", "chewi@aura-online.co.uk"]
s.homepage = "https://github.com/ianwhite/pickle"
s.rubyforge_project = "pickle"
s.required_rubygems_version = ">= 1.3.6"
@@ -32,7 +32,7 @@
s.add_development_dependency "factory_girl"
s.add_development_dependency "fabrication", '~> 2.0'
s.add_development_dependency "machinist", "~>2.0"
s.add_development_dependency "database_cleaner"
s.add_development_dependency "capybara"
- s.add_development_dependency "sqlite3-ruby"
+ s.add_development_dependency "sqlite3"
end