Update gem spec for mruby-sleep

To align the spec like any other core mrbgems:
- Delete `spec.version`
- Set `spec.summary`
This commit is contained in:
dearblue
2021-05-03 23:17:04 +09:00
parent 0c8cd60097
commit eca990b2ec
+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