cucumber_factory 1.9.1 → 1.9.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.ruby-version +1 -1
- data/lib/cucumber_factory/switcher.rb +1 -1
- data/lib/cucumber_factory/version.rb +1 -1
- metadata +3 -4
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.9.3
|
1
|
+
1.9.3
|
@@ -15,7 +15,7 @@ module CucumberFactory
|
|
15
15
|
if Rails::VERSION::MAJOR < 3 || (Rails::VERSION::MAJOR == 3 && Rails::VERSION::MINOR < 2)
|
16
16
|
model.send(:attributes=, attributes, false) # ignore attr_accessible
|
17
17
|
elsif Rails::VERSION::MAJOR < 4
|
18
|
-
model.send(:assign_attributes, attributes, without_protection
|
18
|
+
model.send(:assign_attributes, attributes, :without_protection => true)
|
19
19
|
else
|
20
20
|
model.send(:assign_attributes, attributes)
|
21
21
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber_factory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-04-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -231,9 +231,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
231
231
|
version: '0'
|
232
232
|
requirements: []
|
233
233
|
rubyforge_project:
|
234
|
-
rubygems_version: 1.8.
|
234
|
+
rubygems_version: 1.8.23.2
|
235
235
|
signing_key:
|
236
236
|
specification_version: 3
|
237
237
|
summary: Create records from Cucumber features without writing step definitions.
|
238
238
|
test_files: []
|
239
|
-
has_rdoc:
|