Merge gemspec from ruby/fileutils.

* Replaced homepage option to source code location as github.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-05-19 23:39:58 +00:00
parent c018d46413
commit 825a1e939b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "fileutils"
s.version = '0.7.1'
s.version = '0.7.2'
s.date = '2017-02-06'
s.summary = "Several file utility methods for copying, moving, removing, etc."
s.description = "Several file utility methods for copying, moving, removing, etc."
@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.authors = ["Minero Aoki"]
s.email = [nil]
s.homepage = "https://www.ruby-lang.org"
s.homepage = "https://github.com/ruby/fileutils"
s.license = "BSD-2-Clause"
s.add_development_dependency 'rake'