first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
MRuby::Gem::Specification.new('mruby-enumerator') do |spec|
|
||||
spec.license = 'MIT'
|
||||
spec.author = 'mruby developers'
|
||||
spec.add_dependency('mruby-fiber', :core => 'mruby-fiber')
|
||||
spec.summary = 'Enumerator class'
|
||||
end
|
||||
Reference in New Issue
Block a user