summaryrefslogtreecommitdiff
path: root/lib/tmpdir.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-22 21:43:30 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-22 21:45:28 +0900
commit9b9cbbbc17bb5840581c7da37fd0feb0a7d4c1f3 (patch)
treecc69767e7139d5616ad59764f8c897c598aa47ec /lib/tmpdir.gemspec
parent96b881679390271eb2234060ea7eed77a997d707 (diff)
Update library versions of the default gems.
They are followed up with https://github.com/ruby/ruby/commit/8fb02b7a97317090e3946e6f2d4a7d034f9699f1
Diffstat (limited to 'lib/tmpdir.gemspec')
-rw-r--r--lib/tmpdir.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/tmpdir.gemspec b/lib/tmpdir.gemspec
index 71458a94ec..de30665507 100644
--- a/lib/tmpdir.gemspec
+++ b/lib/tmpdir.gemspec
@@ -1,14 +1,14 @@
Gem::Specification.new do |spec|
spec.name = "tmpdir"
- spec.version = "0.1.0"
- spec.authors = ["Yukihiro Matsumoto"]
- spec.email = ["matz@ruby-lang.org"]
+ spec.version = "0.1.1"
+ spec.authors = ["Yukihiro Matsumoto"]
+ spec.email = ["matz@ruby-lang.org"]
spec.summary = %q{Extends the Dir class to manage the OS temporary file path.}
spec.description = %q{Extends the Dir class to manage the OS temporary file path.}
spec.homepage = "https://github.com/ruby/tmpdir"
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
spec.licenses = ["Ruby", "BSD-2-Clause"]
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage