partisan.gemspec in partisan-0.2 vs partisan.gemspec in partisan-0.2.1

- old
+ new

@@ -4,14 +4,14 @@ require 'partisan/version' Gem::Specification.new do |spec| spec.name = 'partisan' spec.version = Partisan::VERSION - spec.authors = ['Simon Prévost'] - spec.email = ['sprevost@mirego.com'] - 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 the origin acts_as_follower which is no longer maintened' + 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.summary = 'Partisan is a Ruby library that allows ActiveRecord records to be follower and followable' - spec.homepage = 'https://github.com/simonprev/partisan' + spec.homepage = 'https://github.com/mirego/partisan' spec.license = 'BSD 3-Clause' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(spec)/})