1
0
Fork 0
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:
Nobuyoshi Nakada 2021-03-05 17:38:19 +09:00
parent ef9bde6516
commit ea81fff564
Notes: git 2021-03-07 09:54:59 +09:00

View file

@ -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"]