pause.gemspec in pause-0.0.4 vs pause.gemspec in pause-0.0.5

- old
+ new

@@ -4,13 +4,13 @@ require 'pause/version' Gem::Specification.new do |gem| gem.name = "pause" gem.version = Pause::VERSION - gem.authors = ["Atasay Gokkaya", "Paul Henry", "Eric Saxby"] - gem.email = %w(atasay@wanelo.com paul@wanelo.com sax@wanelo.com) - gem.description = %q(Real time redis rate limiting) - gem.summary = %q(Real time redis rate limiting) + gem.authors = ["Atasay Gokkaya", "Paul Henry", "Eric Saxby", "Konstantin Gredeskoul"] + gem.email = %w(atasay@wanelo.com paul@wanelo.com sax@wanelo.com kig@wanelo.com) + gem.description = %q(Real time rate limiting for multi-process ruby environments based on Redis) + gem.summary = %q(RReal time rate limiting for multi-process ruby environments based on Redis) gem.homepage = "https://github.com/wanelo/pause" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/})