diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-03-27 12:38:16 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-03-27 12:38:16 +0900 |
| commit | c2f929ad0f9c4b98cd4b8027052cbb3af599f19b (patch) | |
| tree | 2225ffe8b435d6e451d06801bcd3ec47995c8b50 /mrbgems/mruby-rational/mrbgem.rake | |
| parent | 01a8edea3530f0073f0d046c68853bfa17c058b5 (diff) | |
| download | mruby-c2f929ad0f9c4b98cd4b8027052cbb3af599f19b.tar.gz mruby-c2f929ad0f9c4b98cd4b8027052cbb3af599f19b.zip | |
Move default `Integer#/` from `rational.c` to `complex.c`.
Diffstat (limited to 'mrbgems/mruby-rational/mrbgem.rake')
| -rw-r--r-- | mrbgems/mruby-rational/mrbgem.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-rational/mrbgem.rake b/mrbgems/mruby-rational/mrbgem.rake index ab5dc5fd1..534114862 100644 --- a/mrbgems/mruby-rational/mrbgem.rake +++ b/mrbgems/mruby-rational/mrbgem.rake @@ -3,4 +3,5 @@ MRuby::Gem::Specification.new('mruby-rational') do |spec| spec.author = 'mruby developers' spec.summary = 'Rational class' spec.build.defines << "MRB_USE_RATIONAL" + spec.add_test_dependency('mruby-complex') end |
