summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 10:57:58 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 10:57:58 +0000
commit8d1d4e3164a095ed488fd07c2eb75fa084378ab7 (patch)
tree1701d15a2a2986d33969fb54835d11b846929d13 /lib
parent0da34dbb26f3fc2770bd4e0c23ff99d00b4640b3 (diff)
Bump version to fileutils-1.0.1.
Update source code url metadata on rubygems.org. [Feature #13197][ruby-core:79455] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/fileutils.gemspec8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/fileutils.gemspec b/lib/fileutils.gemspec
index 1523ca9159..fa8ac3e6dd 100644
--- a/lib/fileutils.gemspec
+++ b/lib/fileutils.gemspec
@@ -1,7 +1,7 @@
# 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|
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