diff options
| author | mo khan <mo@mokhan.ca> | 2015-04-08 08:37:28 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-04-08 08:37:28 -0600 |
| commit | cc42c7e3aa9813e29ba855bfe4a9083c01be7961 (patch) | |
| tree | 2444d6802c0a7764c7b8bf34d555e401eaf37285 | |
| parent | 7c9efc45caa29ea40de76b0fb83fefb2143c878a (diff) | |
fill out gemspec.v0.1.0
| -rw-r--r-- | scale.gemspec | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/scale.gemspec b/scale.gemspec index d7463c5..983cbac 100644 --- a/scale.gemspec +++ b/scale.gemspec @@ -9,9 +9,9 @@ Gem::Specification.new do |spec| spec.authors = ["mo khan"] spec.email = ["mo@mokhan.ca"] - spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.} - spec.description = %q{TODO: Write a longer description or delete this line.} - spec.homepage = "TODO: Put your gem's website or public repo URL here." + spec.summary = %q{A simple DSL for producing SVG images.} + spec.description = %q{A simple DSL for producing SVG images.} + spec.homepage = "http://www.mokhan.ca/" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } @@ -19,10 +19,6 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - if spec.respond_to?(:metadata) - spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server." - end - spec.add_development_dependency "bundler", "~> 1.9" spec.add_development_dependency "rake", "~> 10.0" end |
