mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
56de911b7a
It is writing side by side with the original authors.
6 lines
166 B
Ruby
6 lines
166 B
Ruby
MRuby::Gem::Specification.new('mruby-sleep') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.authors = ['MATSUMOTO Ryosuke', 'mruby developers']
|
|
spec.version = '0.0.1'
|
|
end
|