Skip to content

Commit 932ee9d

Browse files
committed
Update homepage url and bump version to 0.7.2
1 parent b5af4af commit 932ee9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fileutils.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "fileutils"
3-
s.version = '0.7.1'
3+
s.version = '0.7.2'
44
s.date = '2017-02-06'
55
s.summary = "Several file utility methods for copying, moving, removing, etc."
66
s.description = "Several file utility methods for copying, moving, removing, etc."
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111

1212
s.authors = ["Minero Aoki"]
1313
s.email = [nil]
14-
s.homepage = "https://www.ruby-lang.org"
14+
s.homepage = "https://github.com/ruby/fileutils"
1515
s.license = "BSD-2-Clause"
1616

1717
s.add_development_dependency 'rake'

0 commit comments

Comments
 (0)