ayadn.gemspec in ayadn-1.1.1 vs ayadn.gemspec in ayadn-1.1.3
- old
+ new
@@ -4,15 +4,16 @@
require 'ayadn/version'
Gem::Specification.new do |spec|
spec.name = "ayadn"
spec.version = Ayadn::VERSION
- spec.author = "Eric Dejonckheere"
+ spec.author = "Eric Dejonckheere"
spec.email = "eric@aya.io"
spec.summary = %q{App.net command-line client.}
- spec.description = %q{App.net command-line client: toolbox to access and manage your ADN data, show your streams, post, manage conversations, star/follow/repost... and many, many more.}
+ spec.description = %q{App.net command-line client: toolbox to access and manage your ADN data, show your streams, post, manage conversations, star/follow/repost... and many, many more. http://ayadn-app.net/doc/}
spec.homepage = "http://ayadn-app.net"
spec.license = "MIT"
+ spec.metadata = { "documentation" => "http://ayadn-app.net/doc/" }
spec.bindir = 'bin'
spec.files = `git ls-files`.split("\n")
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
spec.executables = %w{ayadn}