Edit some gemspec fields
This commit is contained in:
parent
04e17cde30
commit
989e5f47de
@ -6,17 +6,17 @@ Gem::Specification.new do |spec|
|
|||||||
spec.authors = ["Josh Holtrop"]
|
spec.authors = ["Josh Holtrop"]
|
||||||
spec.email = ["jholtrop@gmail.com"]
|
spec.email = ["jholtrop@gmail.com"]
|
||||||
|
|
||||||
spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
|
spec.summary = %q{Imbecile is a LALR(1) parser generator targeting C and D}
|
||||||
spec.description = %q{TODO: Write a longer description or delete this line.}
|
spec.description = %q{Imbecile is a LALR(1) parser generator targeting C and D.}
|
||||||
spec.homepage = "TODO: Put your gem's website or public repo URL here."
|
spec.homepage = "http://todo.com/"
|
||||||
spec.license = "MIT"
|
spec.license = "MIT"
|
||||||
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
||||||
|
|
||||||
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
||||||
|
|
||||||
spec.metadata["homepage_uri"] = spec.homepage
|
spec.metadata["homepage_uri"] = spec.homepage
|
||||||
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
|
spec.metadata["source_code_uri"] = "http://todo.com/"
|
||||||
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
spec.metadata["changelog_uri"] = "http://todo.com/"
|
||||||
|
|
||||||
# Specify which files should be added to the gem when it is released.
|
# 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.
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user