diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-09 00:39:45 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-09 00:39:45 +0900 |
| commit | b783311ec442d4b27f67ecb287c413cac36df147 (patch) | |
| tree | 8f90cb67e53f2b949cd62b515dce981806f6a2e9 /mrbgems/mruby-numeric-ext/mrbgem.rake | |
| parent | 318ad9c802d010b398a9683407716b5c7ef32b00 (diff) | |
| parent | 3c5bf780e4a3dcd2e73edd2475140ce0c2a46268 (diff) | |
| download | mruby-b783311ec442d4b27f67ecb287c413cac36df147.tar.gz mruby-b783311ec442d4b27f67ecb287c413cac36df147.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'mrbgems/mruby-numeric-ext/mrbgem.rake')
| -rw-r--r-- | mrbgems/mruby-numeric-ext/mrbgem.rake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/mruby-numeric-ext/mrbgem.rake b/mrbgems/mruby-numeric-ext/mrbgem.rake new file mode 100644 index 000000000..69c4fde4c --- /dev/null +++ b/mrbgems/mruby-numeric-ext/mrbgem.rake @@ -0,0 +1,4 @@ +MRuby::Gem::Specification.new('mruby-numeric-ext') do |spec| + spec.license = 'MIT' + spec.authors = 'mruby developers' +end |
