metric_tools 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,7 +32,7 @@ module MetricTools
32
32
  # array = [[1, 2, 3], [4, 5, 6], [9, 0, '#']]
33
33
  # Table.create_with_array(array)
34
34
  def create_with_array(array)
35
- Table.create(array[0].length, array.length) {|i, j|
35
+ Table.create(array.length, array[0].length) {|i, j|
36
36
  array[i][j]
37
37
  }
38
38
  end
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.13'
6
+ s.version = '0.0.14'
7
7
  s.date = '2013-03-29'
8
8
  s.summary = "Utilities for analyzing metrics"
9
9
  s.description = "Utilities for analyzing metrics"
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.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: