ably.gemspec in ably-0.7.5 vs ably.gemspec in ably-0.7.6
- old
+ new
@@ -6,12 +6,12 @@
Gem::Specification.new do |spec|
spec.name = 'ably'
spec.version = Ably::VERSION
spec.authors = ['Lewis Marshall', "Matthew O'Riordan"]
spec.email = ['lewis@lmars.net', 'matt@ably.io']
- spec.description = %q{A Ruby client library for ably.io, the real-time messaging service}
- spec.summary = %q{A Ruby client library for ably.io, the real-time messaging service}
+ spec.description = %q{A Ruby client library for ably.io, the realtime messaging service}
+ spec.summary = %q{A Ruby client library for ably.io, the realtime messaging service}
spec.homepage = 'http://github.com/ably/ably-ruby'
spec.license = 'MIT'
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -31,6 +31,8 @@
spec.add_development_dependency 'redcarpet'
spec.add_development_dependency 'rspec', '~> 3.1.0' # version lock, see config.around(:example, :event_machine) in event_machine_helper.rb
spec.add_development_dependency 'rspec-retry'
spec.add_development_dependency 'yard'
spec.add_development_dependency 'webmock'
+
+ spec.add_development_dependency 'coveralls'
end