Merge pull request #5441 from dearblue/mruby-sleep

Update gem spec for `mruby-sleep`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-05-05 09:38:18 +09:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
MRuby::Gem::Specification.new('mruby-sleep') do |spec|
spec.license = 'MIT'
spec.authors = ['MATSUMOTO Ryosuke', 'mruby developers']
spec.version = '0.0.1'
spec.summary = 'Kernel#sleep and Kernel#usleep'
end