active_cucumber 0.0.2 → 0.0.3

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: d79075dcae64e837aac60d1fcd14e2afdbd5e3cd
4
- data.tar.gz: f44adf57d12377ea1751400a63469af2be5e350c
3
+ metadata.gz: b74fd70bd52ca80c98362537b7412860f8da8d04
4
+ data.tar.gz: 56ec6ca577595a1d25b51f91eacea3264e48cf15
5
5
  SHA512:
6
- metadata.gz: 9b644b362eaae699f43e408e9253bf331d7aad0787455a912af9196e8bd4d70b16f1f8aa0722a48a953639162b10b1fa49859d47bdfeba226170cfac582ef64d
7
- data.tar.gz: 5a782c450a2166c849c258c64d5174ddae91328d0c8359a13452db7df81e58964bafe8a0819950d49540405d926a97b005aa8bf842504bc0ba55703bb993c6fb
6
+ metadata.gz: f1a7c9599fb559349b1b7b4f2ffc4ecebfe6f3100f10a8c33b872dafa8e8be46a80afdc1efcbbe0683d8938f8404c8caaf9876cc8a4f4738fae9425cc957df4c
7
+ data.tar.gz: bd49642ca5cd23485265c6a548345e348f5fcbdcf2cdb5da94625e056d169791e89999340a1d00659407ec75829d2c13772b6038638050d3d0b9c30f593f79d8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_cucumber (0.0.2)
4
+ active_cucumber (0.0.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'active_cucumber'
6
- s.version = '0.0.2'
6
+ s.version = '0.0.3'
7
7
  s.authors = ['Kevin Goslar']
8
8
  s.email = ['kevin.goslar@gmail.com']
9
9
  s.summary = %s(ActiveRecord tools for Cucumber)
@@ -18,7 +18,7 @@ module ActiveCucumber
18
18
  #
19
19
  # Assumes a horizontal Cucumber table.
20
20
  def create_records table
21
- table.each do |row|
21
+ table.map do |row|
22
22
  create_record row
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Goslar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-21 00:00:00.000000000 Z
11
+ date: 2015-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord