testcentricity_web 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 654cf4e092fc037e50bbc4fcbf48a0e1d2f3283a
4
- data.tar.gz: 3aa95d08802e98a6590a1c3e63f023c936276bba
3
+ metadata.gz: 86bf1650818c1a41d7cde9464f2afee848f7a10b
4
+ data.tar.gz: 814d2c1cb45f34d130c42e4c4792ae26cb4b9027
5
5
  SHA512:
6
- metadata.gz: 2a18e8bf8dc6a4802f1fc6aea915c9eda1a656b329451f0bdfb0188850cd998b47325b6298710dea1cc02c8d7e91fe016d3fef23afeb034405828306e4f02982
7
- data.tar.gz: 9b8b813f68850e8350fdfdb5ff5b4e3131cb6ad6381436125738045ef50a4ba7d06992ebad43eaa5cf746ff8dbc8ddb0c3b514b7e242c89a27170a132267bbf1
6
+ metadata.gz: 839940ee91bca0d4452b8454f785074d38f19d2cb274f13602ae0578d34e1c3318599bf0f68fe6af350177324aaa9fe3de91a10ca8df7d1b7f8c0b1ff9d6adef
7
+ data.tar.gz: c87998b0ca92c78b08044583fc9a872fc0b0ef229b9ca7c519081cb72a53d6820ce4021b339711e1c035650c040fc0cf3ad68c058b9df092de16958339e5e7f6
@@ -74,7 +74,7 @@ module TestCentricity
74
74
  row_count = get_row_count
75
75
  column_count = get_column_count
76
76
  raise "Column #{column} exceeds number of columns (#{column_count}) in table #{@locator}" if column > column_count
77
- (1..row_count).each do |row|
77
+ row_count.downto(1) do |row|
78
78
  expand_table_row(row, column)
79
79
  end
80
80
  end
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '0.5.1'
2
+ VERSION = '0.5.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-11 00:00:00.000000000 Z
11
+ date: 2016-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler