Skip to content

Commit 00345ec

Browse files
committed
gemspec
1 parent 59e6a90 commit 00345ec

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

pathname.gemspec

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
Gem::Specification.new do |spec|
22
spec.name = "pathname"
33
spec.version = "0.1.0"
4-
spec.authors = ["Hiroshi SHIBATA"]
5-
spec.email = ["hsbt@ruby-lang.org"]
4+
spec.authors = ["Tanaka Akira"]
5+
spec.email = ["akr@fsij.org"]
66

7-
spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
8-
spec.description = %q{TODO: Write a longer description or delete this line.}
9-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
7+
spec.summary = %q{Representation of the name of a file or directory on the filesystem}
8+
spec.description = %q{Representation of the name of a file or directory on the filesystem}
9+
spec.homepage = "https://github.com/ruby/pathname"
1010
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
1111

12-
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
13-
1412
spec.metadata["homepage_uri"] = spec.homepage
15-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
16-
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
13+
spec.metadata["source_code_uri"] = spec.homepage
1714

1815
# Specify which files should be added to the gem when it is released.
1916
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)