Skip to content

Commit 363e1ec

Browse files
committed
Bump version to 0.1.1
1 parent b05d5dc commit 363e1ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tmpdir.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Gem::Specification.new do |spec|
22
spec.name = "tmpdir"
3-
spec.version = "0.1.0"
4-
spec.authors = ["Yukihiro Matsumoto"]
5-
spec.email = ["matz@ruby-lang.org"]
3+
spec.version = "0.1.1"
4+
spec.authors = ["Yukihiro Matsumoto"]
5+
spec.email = ["matz@ruby-lang.org"]
66

77
spec.summary = %q{Extends the Dir class to manage the OS temporary file path.}
88
spec.description = %q{Extends the Dir class to manage the OS temporary file path.}
99
spec.homepage = "https://github.com/ruby/tmpdir"
10-
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
1110
spec.licenses = ["Ruby", "BSD-2-Clause"]
11+
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
1212

1313
spec.metadata["homepage_uri"] = spec.homepage
1414
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)