File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Gem ::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.
You can’t perform that action at this time.
0 commit comments