ridic 0.6.5 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/ridic.rb +11 -11
  2. data/lib/ridic/version.rb +1 -1
  3. metadata +1 -1
@@ -65,21 +65,21 @@ module RiDic
65
65
 
66
66
  # Benchmarking (disabled by default)
67
67
 
68
- Benchmark.bmbm do |x|
68
+ # Benchmark.bmbm do |x|
69
69
 
70
- x.report('edge case stem_match') do
71
- 100.times { RiDic.stem_match("playingtasticallymajorpainisticyodudehahaha") }
72
- end
70
+ # x.report('edge case stem_match') do
71
+ # 100.times { RiDic.stem_match("playingtasticallymajorpainisticyodudehahaha") }
72
+ # end
73
73
 
74
- x.report('standard case stem_match') do
75
- 100.times { RiDic.stem_match("playing") }
76
- end
74
+ # x.report('standard case stem_match') do
75
+ # 100.times { RiDic.stem_match("playing") }
76
+ # end
77
77
 
78
- x.report('standard case no match stem_match') do
79
- 100.times { RiDic.stem_match("monkey") }
80
- end
78
+ # x.report('standard case no match stem_match') do
79
+ # 100.times { RiDic.stem_match("monkey") }
80
+ # end
81
81
 
82
- end
82
+ # end
83
83
 
84
84
  end
85
85
 
@@ -1,3 +1,3 @@
1
1
  module RiDic
2
- VERSION = "0.6.5"
2
+ VERSION = "0.7.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ridic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.7.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: