5 lines
157 B
Ruby
Vendored
5 lines
157 B
Ruby
Vendored
MRuby::Gem::Specification.new('mruby-math') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.author = 'mruby developers'
|
|
spec.summary = 'standard Math module'
|
|
end
|