metric_tools 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
data/metric_tools.gemspec CHANGED
@@ -3,7 +3,7 @@ require 'bundler'
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'metric_tools'
6
- s.version = '0.0.12'
6
+ s.version = '0.0.13'
7
7
  s.date = '2013-03-29'
8
8
  s.summary = "Utilities for analyzing metrics"
9
9
  s.description = "Utilities for analyzing metrics"
data/spec/table_spec.rb CHANGED
@@ -33,7 +33,7 @@ describe MetricTools::Table do
33
33
  new_one.should_not be_nil
34
34
  for i in 0...4
35
35
  for j in 0...5
36
- new_one[i, j].should eql array[j][i]
36
+ new_one[i, j].should eql array[i][j]
37
37
  end
38
38
  end
39
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metric_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: