Commit dade9aa5 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #907 from masuidrive/mgem2mrbgem

s/mgem/mrbgem/
parents c86747a2 f4485ee1
......@@ -15,7 +15,7 @@ MRuby::Build.new do |conf|
conf.gem 'mgems/mruby-math'
# Use standard Time class
conf.gem 'mgems/mruby-time'
conf.gem 'mrbgems/mruby-time'
# Generate binaries
# conf.bins = %w(mrbc mruby mirb)
......
MRuby::Gem::Specification.new('mruby-time') do |spec|
spec.license = 'MIT'
spec.authors = 'mruby team'
spec.authors = 'mruby developers'
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