diff options
| author | Ukrainskiy Sergey <[email protected]> | 2018-08-09 17:09:02 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-05-15 16:57:21 +0900 |
| commit | 8808219e6d51673e6fa582819703e6e5912439b0 (patch) | |
| tree | 7ad830fc1ea3da35d81fe853cd44023790131895 /mrbgems/mruby-rational/mrbgem.rake | |
| parent | 7f1f499b2277c4636824b7f3e9b301576aaddba5 (diff) | |
| download | mruby-8808219e6d51673e6fa582819703e6e5912439b0.tar.gz mruby-8808219e6d51673e6fa582819703e6e5912439b0.zip | |
Initial suffix support
Diffstat (limited to 'mrbgems/mruby-rational/mrbgem.rake')
| -rw-r--r-- | mrbgems/mruby-rational/mrbgem.rake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mrbgems/mruby-rational/mrbgem.rake b/mrbgems/mruby-rational/mrbgem.rake new file mode 100644 index 000000000..4b540dec4 --- /dev/null +++ b/mrbgems/mruby-rational/mrbgem.rake @@ -0,0 +1,5 @@ +MRuby::Gem::Specification.new('mruby-rational') do |spec| + spec.license = 'MIT' + spec.author = 'mruby developers' + spec.summary = 'Rational class' +end |
