Skip to content

Commit 2fe77c2

Browse files
committed
Bump version to 1.0.1.
Update source code metadata.
1 parent 1f93736 commit 2fe77c2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

fileutils.gemspec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22
Gem::Specification.new do |s|
33
s.name = "fileutils"
4-
s.version = '1.0.0'
4+
s.version = '1.0.1'
55
s.date = '2017-12-12'
66
s.summary = "Several file utility methods for copying, moving, removing, etc."
77
s.description = "Several file utility methods for copying, moving, removing, etc."
@@ -15,5 +15,11 @@ Gem::Specification.new do |s|
1515
s.homepage = "https://github.com/ruby/fileutils"
1616
s.license = "BSD-2-Clause"
1717

18+
if s.respond_to?(:metadata=)
19+
s.metadata = {
20+
"source_code_uri" => "https://github.com/ruby/fileutils"
21+
}
22+
end
23+
1824
s.add_development_dependency 'rake'
1925
end

0 commit comments

Comments
 (0)