fabrication 2.9.0 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/fabrication/version.rb +1 -1
- data/lib/fabrication.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b6dd30da4a509041f8ab358c6a51a4924cadba3
|
|
4
|
+
data.tar.gz: 8e29476b4ac299ed14de579a8dff32896b9976f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8be1136745e8cab7a7e3f0dbea8b9cc4074ef739637af17452a944ea23199cbcee2430e2b92f37b0c24c95646db6a775a4bd40e0f4707feed6af531fde866b29
|
|
7
|
+
data.tar.gz: 457e4cf7f380084eaa0ecdeccc09a74461634288dd6c926574f732d49310de3c12a8cc00d416a6ac82c47efcafe228a814e0b98bc498047de23d3a62089e5b5d
|
data/lib/fabrication/version.rb
CHANGED
data/lib/fabrication.rb
CHANGED
|
@@ -68,7 +68,7 @@ class Fabricate
|
|
|
68
68
|
end
|
|
69
69
|
|
|
70
70
|
def self.attributes_for(name, overrides={}, &block)
|
|
71
|
-
puts "DEPRECATION WARNING:
|
|
71
|
+
puts "DEPRECATION WARNING: Fabricate.attributes_for has been replaced by Fabricate.to_params and will be removed in 3.0.0."
|
|
72
72
|
Fabrication::Fabricator.to_attributes(name, overrides, &block)
|
|
73
73
|
end
|
|
74
74
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fabrication
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.9.
|
|
4
|
+
version: 2.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Elliott
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|