diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-02-28 22:41:08 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-02-28 22:41:08 +0900 |
| commit | 12af04011fcaa80c6aa70da0586e39046613b3cf (patch) | |
| tree | bf6c634c6ac3d485a72dbdd2d854ff777b246a72 /build_config.rb | |
| parent | dade9aa56cd9c54d00bdf5e41af5542f4ff8e62c (diff) | |
| download | mruby-12af04011fcaa80c6aa70da0586e39046613b3cf.tar.gz mruby-12af04011fcaa80c6aa70da0586e39046613b3cf.zip | |
mv mrgems/mruby-math to mrbgems
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index d2f9597a0..c0a6eacc6 100644 --- a/build_config.rb +++ b/build_config.rb @@ -12,7 +12,7 @@ MRuby::Build.new do |conf| # conf.gem :git => '[email protected]:masuidrive/mrbgems-example.git', :branch => 'master', :options => '-v' # Use standard Math module - conf.gem 'mgems/mruby-math' + conf.gem 'mrbgems/mruby-math' # Use standard Time class conf.gem 'mrbgems/mruby-time' |
