partisan.gemspec in partisan-0.4 vs partisan.gemspec in partisan-0.4.1
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = 'partisan'
spec.version = Partisan::VERSION
spec.authors = ['Simon Prévost', 'Rémi Prévost']
spec.email = ['sprevost@mirego.com', 'Rémi Prévost']
- spec.description = 'Partisan is a Ruby library that allows ActiveRecord records to be follower and followable, just like on popular social networks. It’s heavily inspired by acts_as_follower which is no longer maintened.'
+ spec.description = 'Partisan is a Ruby library that allows ActiveRecord records to be follower and followable, just like on popular social networks. It’s heavily inspired by acts_as_follower which is no longer maintained.'
spec.summary = 'Partisan is a Ruby library that allows ActiveRecord records to be follower and followable'
spec.homepage = 'https://github.com/mirego/partisan'
spec.license = 'BSD 3-Clause'
spec.files = `git ls-files`.split($/)
@@ -20,8 +20,8 @@
spec.add_dependency 'activerecord', '>= 3.0.0'
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
- spec.add_development_dependency 'rspec'
+ spec.add_development_dependency 'rspec', '~> 3.1'
spec.add_development_dependency 'sqlite3'
end