fixture_background 0.9.10 → 0.9.10.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.
|
@@ -83,7 +83,7 @@ module FixtureBackground
|
|
|
83
83
|
YAML.dump(fixtures, f)
|
|
84
84
|
end
|
|
85
85
|
rescue NameError # do not die on tables that have no model
|
|
86
|
-
puts "cannot dump from #{table_name} as no model exists"
|
|
86
|
+
# puts "cannot dump from #{table_name} as no model exists"
|
|
87
87
|
end
|
|
88
88
|
end
|
|
89
89
|
end
|
metadata
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fixture_background
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
|
|
6
|
-
- 0
|
|
7
|
-
- 9
|
|
8
|
-
- 10
|
|
9
|
-
version: 0.9.10
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 0.9.10.1
|
|
10
6
|
platform: ruby
|
|
11
7
|
authors:
|
|
12
8
|
- Thies C. Arntzen
|
|
@@ -15,7 +11,7 @@ autorequire:
|
|
|
15
11
|
bindir: bin
|
|
16
12
|
cert_chain: []
|
|
17
13
|
|
|
18
|
-
date: 2011-
|
|
14
|
+
date: 2011-05-13 00:00:00 +02:00
|
|
19
15
|
default_executable:
|
|
20
16
|
dependencies: []
|
|
21
17
|
|
|
@@ -120,21 +116,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
120
116
|
requirements:
|
|
121
117
|
- - ">="
|
|
122
118
|
- !ruby/object:Gem::Version
|
|
123
|
-
segments:
|
|
124
|
-
- 0
|
|
125
119
|
version: "0"
|
|
126
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
121
|
none: false
|
|
128
122
|
requirements:
|
|
129
123
|
- - ">="
|
|
130
124
|
- !ruby/object:Gem::Version
|
|
131
|
-
segments:
|
|
132
|
-
- 0
|
|
133
125
|
version: "0"
|
|
134
126
|
requirements: []
|
|
135
127
|
|
|
136
128
|
rubyforge_project:
|
|
137
|
-
rubygems_version: 1.
|
|
129
|
+
rubygems_version: 1.5.2
|
|
138
130
|
signing_key:
|
|
139
131
|
specification_version: 3
|
|
140
132
|
summary: Generate fixtures from factories _in_ you testcode to speedup test-runs
|