File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Gem ::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
You can’t perform that action at this time.
0 commit comments