rake_check 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,7 +52,7 @@ def execute(klass, argument=nil)
52
52
  @index += 1
53
53
  name = klass.to_s.gsub("Checker", '')
54
54
  name = [name, argument].compact.join(' ')
55
- print "[#{@index}/9] Testing #{name} "
55
+ print "[#{@index}/10] Testing #{name} "
56
56
  checker = klass.new
57
57
  time = Benchmark.measure do
58
58
  @results << if argument
@@ -3,5 +3,5 @@ module RakeCheck
3
3
  # The Version Constant
4
4
  #
5
5
  # @author dmasur
6
- VERSION = "0.3.1"
6
+ VERSION = "0.3.2"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -180,7 +180,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
180
180
  version: '0'
181
181
  segments:
182
182
  - 0
183
- hash: -1356481860266727982
183
+ hash: -4365651141713612338
184
184
  required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  none: false
186
186
  requirements:
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  version: '0'
190
190
  segments:
191
191
  - 0
192
- hash: -1356481860266727982
192
+ hash: -4365651141713612338
193
193
  requirements: []
194
194
  rubyforge_project:
195
195
  rubygems_version: 1.8.24