shellplay.gemspec in shellplay-0.0.3 vs shellplay.gemspec in shellplay-0.0.4
- old
+ new
@@ -8,9 +8,10 @@
spec.authors = ["mose"]
spec.email = ["mose@mose.com"]
spec.summary = %q{CLI tool for shell-based presentations.}
spec.description = %q{CLI tool for shell-based presentation. Think powerpoint in the console for commandline demos.}
spec.homepage = "https://github.com/mose/shellplay"
+ spec.metadata = { "changelog" => "https://github.com/mose/shellplay/blob/master/CHANGELOG.md" }
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^spec/})