Commit eca990b2 authored by dearblue's avatar dearblue

Update gem spec for `mruby-sleep`

To align the spec like any other core mrbgems:
- Delete `spec.version`
- Set `spec.summary`
parent 0c8cd600
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment