From ea794f57b4ec9a22731627c8d3909c1f90dd14db Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 19 May 2017 23:39:58 +0000 Subject: 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 --- lib/fileutils.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fileutils.gemspec b/lib/fileutils.gemspec index 569fcc1dad..0500926b6c 100644 --- a/lib/fileutils.gemspec +++ b/lib/fileutils.gemspec @@ -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' -- cgit v1.2.3