ruby-changes:49033
From: hsbt <ko1@a...>
Date: Tue, 12 Dec 2017 19:58:02 +0900 (JST)
Subject: [ruby-changes:49033] hsbt:r61148 (trunk): Bump version to fileutils-1.0.1.
hsbt 2017-12-12 19:57:58 +0900 (Tue, 12 Dec 2017) New Revision: 61148 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61148 Log: Bump version to fileutils-1.0.1. Update source code url metadata on rubygems.org. [Feature #13197][ruby-core:79455] Modified files: trunk/lib/fileutils.gemspec Index: lib/fileutils.gemspec =================================================================== --- lib/fileutils.gemspec (revision 61147) +++ lib/fileutils.gemspec (revision 61148) @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/fileutils.gemspec#L1 # frozen_string_literal: true Gem::Specification.new do |s| s.name = "fileutils" - s.version = '1.0.0' + s.version = '1.0.1' s.date = '2017-12-12' s.summary = "Several file utility methods for copying, moving, removing, etc." s.description = "Several file utility methods for copying, moving, removing, etc." @@ -15,5 +15,11 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/lib/fileutils.gemspec#L15 s.homepage = "https://github.com/ruby/fileutils" s.license = "BSD-2-Clause" + if s.respond_to?(:metadata=) + s.metadata = { + "source_code_uri" => "https://github.com/ruby/fileutils" + } + end + s.add_development_dependency 'rake' end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/