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-complex/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-complex/mrbgem.rake')
| -rw-r--r-- | mrbgems/mruby-complex/mrbgem.rake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-complex/mrbgem.rake b/mrbgems/mruby-complex/mrbgem.rake index 5e88c2337..cd81ecd02 100644 --- a/mrbgems/mruby-complex/mrbgem.rake +++ b/mrbgems/mruby-complex/mrbgem.rake @@ -4,5 +4,4 @@ MRuby::Gem::Specification.new('mruby-complex') do |spec| spec.summary = 'Complex class' spec.build.defines << "MRB_USE_COMPLEX" spec.add_dependency 'mruby-math', core: 'mruby-math' - spec.add_test_dependency('mruby-rational') end |
