wisper.gemspec in wisper-2.0.0.rc1 vs wisper.gemspec in wisper-2.0.0
- old
+ new
@@ -6,11 +6,15 @@
Gem::Specification.new do |gem|
gem.name = "wisper"
gem.version = Wisper::VERSION
gem.authors = ["Kris Leech"]
gem.email = ["kris.leech@gmail.com"]
- gem.description = %q{pub/sub for Ruby objects}
- gem.summary = %q{pub/sub for Ruby objects}
+ gem.description = <<-DESC
+ A micro library providing objects with Publish-Subscribe capabilities.
+ Both synchronous (in-process) and asynchronous (out-of-process) subscriptions are supported.
+ Check out the Wiki for articles, guides and examples: https://github.com/krisleech/wisper/wiki
+ DESC
+ gem.summary = "A micro library providing objects with Publish-Subscribe capabilities"
gem.homepage = "https://github.com/krisleech/wisper"
gem.license = "MIT"
signing_key = File.expand_path('~/.ssh/gem-private_key.pem')