mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/io-wait] bump up to 0.1.1
https://github.com/ruby/io-wait/commit/88db082d60
This commit is contained in:
parent
ef9bde6516
commit
ea81fff564
Notes:
git
2021-03-07 09:54:59 +09:00
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
_VERSION = "0.1.1"
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "io-wait"
|
||||
spec.version = "0.1.0"
|
||||
spec.version = _VERSION
|
||||
spec.authors = ["Nobu Nakada"]
|
||||
spec.email = ["nobu@ruby-lang.org"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue