mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user