Commit f4485ee1 authored by Yuichiro MASUI's avatar Yuichiro MASUI

s/mgem/mrbgem/

parent fbe04176
......@@ -12,7 +12,7 @@ MRuby::Build.new do |conf|
# conf.gem :git => 'git@github.com:masuidrive/mrbgems-example.git', :branch => 'master', :options => '-v'
# 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