diff --git a/imbecile.gemspec b/imbecile.gemspec index d77c798..72ca074 100644 --- a/imbecile.gemspec +++ b/imbecile.gemspec @@ -6,17 +6,17 @@ Gem::Specification.new do |spec| spec.authors = ["Josh Holtrop"] spec.email = ["jholtrop@gmail.com"] - 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{Imbecile is a LALR(1) parser generator targeting C and D} + spec.description = %q{Imbecile is a LALR(1) parser generator targeting C and D.} + spec.homepage = "http://todo.com/" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'" spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here." - spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here." + spec.metadata["source_code_uri"] = "http://todo.com/" + spec.metadata["changelog_uri"] = "http://todo.com/" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.