[前][次][番号順一覧][スレッド一覧]

ruby-changes:46693

From: hsbt <ko1@a...>
Date: Sat, 20 May 2017 08:40:03 +0900 (JST)
Subject: [ruby-changes:46693] hsbt:r58808 (trunk): Merge gemspec from ruby/fileutils.

hsbt	2017-05-20 08:39:58 +0900 (Sat, 20 May 2017)

  New Revision: 58808

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58808

  Log:
    Merge gemspec from ruby/fileutils.
    
      * Replaced homepage option to source code location as github.

  Modified files:
    trunk/lib/fileutils.gemspec
Index: lib/fileutils.gemspec
===================================================================
--- lib/fileutils.gemspec	(revision 58807)
+++ lib/fileutils.gemspec	(revision 58808)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/fileutils.gemspec#L1
 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| https://github.com/ruby/ruby/blob/trunk/lib/fileutils.gemspec#L11
 
   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'

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]