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 | |
| parent | dade9aa56cd9c54d00bdf5e41af5542f4ff8e62c (diff) | |
| download | mruby-12af04011fcaa80c6aa70da0586e39046613b3cf.tar.gz mruby-12af04011fcaa80c6aa70da0586e39046613b3cf.zip | |
mv mrgems/mruby-math to mrbgems
| -rw-r--r-- | build_config.rb | 2 | ||||
| -rw-r--r-- | mrbgems/mruby-math/mrbgem.rake (renamed from mgems/mruby-math/mrbgem.rake) | 0 | ||||
| -rw-r--r-- | mrbgems/mruby-math/src/math.c (renamed from mgems/mruby-math/src/math.c) | 0 | ||||
| -rw-r--r-- | mrbgems/mruby-math/test/math.rb (renamed from mgems/mruby-math/test/math.rb) | 0 |
4 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' diff --git a/mgems/mruby-math/mrbgem.rake b/mrbgems/mruby-math/mrbgem.rake index 4b0fa40fd..4b0fa40fd 100644 --- a/mgems/mruby-math/mrbgem.rake +++ b/mrbgems/mruby-math/mrbgem.rake diff --git a/mgems/mruby-math/src/math.c b/mrbgems/mruby-math/src/math.c index 9955d9862..9955d9862 100644 --- a/mgems/mruby-math/src/math.c +++ b/mrbgems/mruby-math/src/math.c diff --git a/mgems/mruby-math/test/math.rb b/mrbgems/mruby-math/test/math.rb index 780b805d2..780b805d2 100644 --- a/mgems/mruby-math/test/math.rb +++ b/mrbgems/mruby-math/test/math.rb |
