summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2013-05-09 01:49:53 +0800
committerDaniel Bovensiepen <[email protected]>2013-05-09 01:49:53 +0800
commit34f7dd539d6464af65c9e1dcc8b3d2fd214db8f8 (patch)
treeb1f0a5f76eddbdae18be4153078485de79fdd243
parenta5a7c47e910f62abd49ab40691441f47a376031c (diff)
downloadmruby-34f7dd539d6464af65c9e1dcc8b3d2fd214db8f8.tar.gz
mruby-34f7dd539d6464af65c9e1dcc8b3d2fd214db8f8.zip
Todo is actually already finished :-)
-rw-r--r--tasks/mrbgem_spec.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/mrbgem_spec.rake b/tasks/mrbgem_spec.rake
index 0817531af..528542a03 100644
--- a/tasks/mrbgem_spec.rake
+++ b/tasks/mrbgem_spec.rake
@@ -180,7 +180,6 @@ module MRuby
when '>=' then cmp_result >= 0
when '<=' then cmp_result <= 0
when '~>'
- # todo: implement twiddle-waka
Version.new(version).twiddle_wakka_ok?(Version.new(ver))
else
fail "Comparison not possible with '#{cmp}'"