factory_bot_rails 1.0.0.alpha → 4.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/NEWS +5 -2
- data/factory_bot_rails.gemspec +2 -2
- data/factory_girl_rails-4.8.0.gem +0 -0
- data/factory_girl_rails.gemspec +2 -2
- data/gemfiles/rails3.2.gemfile.lock +68 -56
- data/gemfiles/rails4.1.gemfile.lock +50 -42
- data/gemfiles/rails4.2.gemfile.lock +84 -83
- data/gemfiles/rails5.0.gemfile.lock +53 -50
- data/tmp/aruba/testapp/Gemfile +8 -3
- data/tmp/aruba/testapp/Gemfile.lock +93 -86
- data/tmp/aruba/testapp/config/initializers/application_controller_renderer.rb +6 -4
- data/tmp/aruba/testapp/config/initializers/new_framework_defaults.rb +3 -1
- data/tmp/aruba/testapp/config/secrets.yml +2 -2
- data/tmp/aruba/testapp/db/development.sqlite3 +0 -0
- data/tmp/aruba/testapp/db/test.sqlite3 +0 -0
- data/tmp/aruba/testapp/log/development.log +10 -10
- data/tmp/aruba/testapp/log/test.log +12 -12
- data/tmp/aruba/testapp/public/404.html +6 -6
- data/tmp/aruba/testapp/public/422.html +6 -6
- data/tmp/aruba/testapp/public/500.html +6 -6
- metadata +8 -8
- data/factory_bot_rails-1.0.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1095210e982ed6c1978e8c7337b03225a4d5662d
|
4
|
+
data.tar.gz: d5f6f27708ee6ca513ad1be5010a1824d7667b97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 354483d1a7482c548a2d672baf2cc609bbc522ccc8d49877692167e3e778ddd00747cefc04a09e0d41f758260de79e339df6c590c235c2a0a1fd3f1df8a86609
|
7
|
+
data.tar.gz: 84b39f6b73cac89c08edba7b386372fc0d026a4f581b0e9179214ed2dd7c74add874ba1fc418cc418b31ab0e7fa3df0612aa912f7f86d8324c433618dd2f6311
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
factory_bot_rails (
|
5
|
-
factory_bot (~>
|
4
|
+
factory_bot_rails (4.8.2)
|
5
|
+
factory_bot (~> 4.8.2)
|
6
6
|
railties (>= 3.0.0)
|
7
7
|
|
8
8
|
GEM
|
@@ -63,7 +63,7 @@ GEM
|
|
63
63
|
diff-lcs (1.2.5)
|
64
64
|
erubis (2.7.0)
|
65
65
|
execjs (2.0.2)
|
66
|
-
factory_bot (
|
66
|
+
factory_bot (4.8.2)
|
67
67
|
activesupport (>= 3.0.0)
|
68
68
|
ffi (1.9.3)
|
69
69
|
ffi (1.9.3-java)
|
data/NEWS
CHANGED
@@ -1,12 +1,15 @@
|
|
1
|
-
|
1
|
+
factory_bot_rails versioning is synced with factory_bot releases. For this reason
|
2
2
|
there might not be any notable changes in new versions of this project.
|
3
3
|
|
4
|
+
4.8.2 (October 20, 2017)
|
5
|
+
Rename factory_girl_rails to factory_bot_rails
|
6
|
+
|
4
7
|
4.7.0 (April 1, 2016)
|
5
8
|
No notable changes
|
6
9
|
|
7
10
|
4.6.0 (February 1, 2016)
|
8
11
|
No notable changes
|
9
|
-
|
12
|
+
|
10
13
|
4.5.0 (October 17, 2014)
|
11
14
|
Improved README
|
12
15
|
|
data/factory_bot_rails.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{factory_bot_rails}
|
3
|
-
s.version = '
|
3
|
+
s.version = '4.8.2'
|
4
4
|
s.authors = ["Joe Ferris"]
|
5
5
|
s.email = %q{jferris@thoughtbot.com}
|
6
6
|
s.homepage = "http://github.com/thoughtbot/factory_bot_rails"
|
@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.license = "MIT"
|
17
17
|
|
18
18
|
s.add_runtime_dependency('railties', '>= 3.0.0')
|
19
|
-
s.add_runtime_dependency('factory_bot', '~>
|
19
|
+
s.add_runtime_dependency('factory_bot', '~> 4.8.2')
|
20
20
|
end
|
Binary file
|
data/factory_girl_rails.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{factory_girl_rails}
|
3
|
-
s.version = '4.8.
|
3
|
+
s.version = '4.8.2'
|
4
4
|
s.authors = ["Joe Ferris"]
|
5
5
|
s.email = %q{jferris@thoughtbot.com}
|
6
6
|
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
|
@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.license = "MIT"
|
17
17
|
|
18
18
|
s.add_runtime_dependency('railties', '>= 3.0.0')
|
19
|
-
s.add_runtime_dependency('factory_girl', '~> 4.8.
|
19
|
+
s.add_runtime_dependency('factory_girl', '~> 4.8.2')
|
20
20
|
end
|
@@ -1,19 +1,19 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: ..
|
3
3
|
specs:
|
4
|
-
factory_bot_rails (
|
5
|
-
factory_bot (~>
|
4
|
+
factory_bot_rails (4.8.2)
|
5
|
+
factory_bot (~> 4.8.2)
|
6
6
|
railties (>= 3.0.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionmailer (3.2.22.
|
12
|
-
actionpack (= 3.2.22.
|
11
|
+
actionmailer (3.2.22.7)
|
12
|
+
actionpack (= 3.2.22.7)
|
13
13
|
mail (~> 2.5.4)
|
14
|
-
actionpack (3.2.22.
|
15
|
-
activemodel (= 3.2.22.
|
16
|
-
activesupport (= 3.2.22.
|
14
|
+
actionpack (3.2.22.7)
|
15
|
+
activemodel (= 3.2.22.7)
|
16
|
+
activesupport (= 3.2.22.7)
|
17
17
|
builder (~> 3.0.0)
|
18
18
|
erubis (~> 2.7.0)
|
19
19
|
journey (~> 1.0.4)
|
@@ -21,18 +21,18 @@ GEM
|
|
21
21
|
rack-cache (~> 1.2)
|
22
22
|
rack-test (~> 0.6.1)
|
23
23
|
sprockets (~> 2.2.1)
|
24
|
-
activemodel (3.2.22.
|
25
|
-
activesupport (= 3.2.22.
|
24
|
+
activemodel (3.2.22.7)
|
25
|
+
activesupport (= 3.2.22.7)
|
26
26
|
builder (~> 3.0.0)
|
27
|
-
activerecord (3.2.22.
|
28
|
-
activemodel (= 3.2.22.
|
29
|
-
activesupport (= 3.2.22.
|
27
|
+
activerecord (3.2.22.7)
|
28
|
+
activemodel (= 3.2.22.7)
|
29
|
+
activesupport (= 3.2.22.7)
|
30
30
|
arel (~> 3.0.2)
|
31
31
|
tzinfo (~> 0.3.29)
|
32
|
-
activeresource (3.2.22.
|
33
|
-
activemodel (= 3.2.22.
|
34
|
-
activesupport (= 3.2.22.
|
35
|
-
activesupport (3.2.22.
|
32
|
+
activeresource (3.2.22.7)
|
33
|
+
activemodel (= 3.2.22.7)
|
34
|
+
activesupport (= 3.2.22.7)
|
35
|
+
activesupport (3.2.22.7)
|
36
36
|
i18n (~> 0.6, >= 0.6.4)
|
37
37
|
multi_json (~> 1.0)
|
38
38
|
appraisal (2.1.0)
|
@@ -56,80 +56,92 @@ GEM
|
|
56
56
|
coffee-script (2.4.1)
|
57
57
|
coffee-script-source
|
58
58
|
execjs
|
59
|
-
coffee-script-source (1.
|
60
|
-
|
59
|
+
coffee-script-source (1.12.2)
|
60
|
+
concurrent-ruby (1.0.5)
|
61
|
+
contracts (0.16.0)
|
61
62
|
cucumber (1.3.19)
|
62
63
|
builder (>= 2.1.2)
|
63
64
|
diff-lcs (>= 1.1.3)
|
64
65
|
gherkin (~> 2.12)
|
65
66
|
multi_json (>= 1.7.5, < 2.0)
|
66
67
|
multi_test (>= 0.1.2)
|
67
|
-
diff-lcs (1.
|
68
|
+
diff-lcs (1.3)
|
68
69
|
erubis (2.7.0)
|
69
70
|
execjs (2.7.0)
|
70
|
-
factory_bot (
|
71
|
+
factory_bot (4.8.2)
|
71
72
|
activesupport (>= 3.0.0)
|
72
|
-
ffi (1.9.
|
73
|
+
ffi (1.9.18)
|
73
74
|
gherkin (2.12.2)
|
74
75
|
multi_json (~> 1.3)
|
75
76
|
hike (1.2.3)
|
76
|
-
i18n (0.
|
77
|
+
i18n (0.9.0)
|
78
|
+
concurrent-ruby (~> 1.0)
|
77
79
|
journey (1.0.4)
|
78
80
|
jquery-rails (3.1.4)
|
79
81
|
railties (>= 3.0, < 5.0)
|
80
82
|
thor (>= 0.14, < 2.0)
|
81
|
-
json (1.8.
|
83
|
+
json (1.8.6)
|
82
84
|
mail (2.5.4)
|
83
85
|
mime-types (~> 1.16)
|
84
86
|
treetop (~> 1.4.8)
|
85
87
|
mime-types (1.25.1)
|
86
|
-
multi_json (1.12.
|
88
|
+
multi_json (1.12.2)
|
87
89
|
multi_test (0.1.2)
|
88
90
|
polyglot (0.3.5)
|
89
|
-
power_assert (0.
|
91
|
+
power_assert (1.0.1)
|
90
92
|
rack (1.4.7)
|
91
|
-
rack-cache (1.
|
93
|
+
rack-cache (1.7.0)
|
92
94
|
rack (>= 0.4)
|
93
95
|
rack-ssl (1.3.4)
|
94
96
|
rack
|
95
97
|
rack-test (0.6.3)
|
96
98
|
rack (>= 1.0)
|
97
|
-
rails (3.2.22.
|
98
|
-
actionmailer (= 3.2.22.
|
99
|
-
actionpack (= 3.2.22.
|
100
|
-
|
101
|
-
|
102
|
-
|
99
|
+
rails (3.2.22.7)
|
100
|
+
actionmailer (= 3.2.22.7)
|
101
|
+
actionpack (= 3.2.22.7)
|
102
|
+
activemodel (= 3.2.22.7)
|
103
|
+
activerecord (= 3.2.22.7)
|
104
|
+
activeresource (= 3.2.22.7)
|
105
|
+
activesupport (= 3.2.22.7)
|
103
106
|
bundler (~> 1.0)
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
107
|
+
railslts-version (= 3.2.22.7)
|
108
|
+
railties (= 3.2.22.7)
|
109
|
+
railslts-version (3.2.22.7)
|
110
|
+
railties (3.2.22.7)
|
111
|
+
actionpack (= 3.2.22.7)
|
112
|
+
activesupport (= 3.2.22.7)
|
108
113
|
rack-ssl (~> 1.3.2)
|
109
114
|
rake (>= 0.8.7)
|
110
115
|
rdoc (~> 3.4)
|
111
116
|
thor (>= 0.14.6, < 2.0)
|
112
|
-
rake (
|
117
|
+
rake (12.1.0)
|
118
|
+
rb-fsevent (0.10.2)
|
119
|
+
rb-inotify (0.9.10)
|
120
|
+
ffi (>= 0.5.0, < 2)
|
113
121
|
rdoc (3.12.2)
|
114
122
|
json (~> 1.4)
|
115
|
-
rspec-core (3.
|
116
|
-
rspec-support (~> 3.
|
117
|
-
rspec-expectations (3.
|
123
|
+
rspec-core (3.6.0)
|
124
|
+
rspec-support (~> 3.6.0)
|
125
|
+
rspec-expectations (3.6.0)
|
118
126
|
diff-lcs (>= 1.2.0, < 2.0)
|
119
|
-
rspec-support (~> 3.
|
120
|
-
rspec-mocks (3.
|
127
|
+
rspec-support (~> 3.6.0)
|
128
|
+
rspec-mocks (3.6.0)
|
121
129
|
diff-lcs (>= 1.2.0, < 2.0)
|
122
|
-
rspec-support (~> 3.
|
123
|
-
rspec-rails (3.
|
130
|
+
rspec-support (~> 3.6.0)
|
131
|
+
rspec-rails (3.6.1)
|
124
132
|
actionpack (>= 3.0)
|
125
133
|
activesupport (>= 3.0)
|
126
134
|
railties (>= 3.0)
|
127
|
-
rspec-core (~> 3.
|
128
|
-
rspec-expectations (~> 3.
|
129
|
-
rspec-mocks (~> 3.
|
130
|
-
rspec-support (~> 3.
|
131
|
-
rspec-support (3.
|
132
|
-
sass (3.
|
135
|
+
rspec-core (~> 3.6.0)
|
136
|
+
rspec-expectations (~> 3.6.0)
|
137
|
+
rspec-mocks (~> 3.6.0)
|
138
|
+
rspec-support (~> 3.6.0)
|
139
|
+
rspec-support (3.6.0)
|
140
|
+
sass (3.5.2)
|
141
|
+
sass-listen (~> 4.0.0)
|
142
|
+
sass-listen (4.0.0)
|
143
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
144
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
133
145
|
sass-rails (3.2.6)
|
134
146
|
railties (~> 3.2.0)
|
135
147
|
sass (>= 3.1.10)
|
@@ -139,16 +151,16 @@ GEM
|
|
139
151
|
multi_json (~> 1.0)
|
140
152
|
rack (~> 1.0)
|
141
153
|
tilt (~> 1.1, != 1.3.0)
|
142
|
-
sqlite3 (1.3.
|
154
|
+
sqlite3 (1.3.13)
|
143
155
|
test-unit (3.2.3)
|
144
156
|
power_assert
|
145
|
-
thor (0.
|
157
|
+
thor (0.20.0)
|
146
158
|
tilt (1.4.1)
|
147
159
|
treetop (1.4.15)
|
148
160
|
polyglot
|
149
161
|
polyglot (>= 0.3.1)
|
150
|
-
tzinfo (0.3.
|
151
|
-
uglifier (3.0
|
162
|
+
tzinfo (0.3.53)
|
163
|
+
uglifier (3.2.0)
|
152
164
|
execjs (>= 0.3.0, < 3)
|
153
165
|
|
154
166
|
PLATFORMS
|
@@ -174,4 +186,4 @@ DEPENDENCIES
|
|
174
186
|
uglifier
|
175
187
|
|
176
188
|
BUNDLED WITH
|
177
|
-
1.
|
189
|
+
1.15.3
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: ..
|
3
3
|
specs:
|
4
|
-
factory_bot_rails (
|
5
|
-
factory_bot (~>
|
4
|
+
factory_bot_rails (4.8.2)
|
5
|
+
factory_bot (~> 4.8.2)
|
6
6
|
railties (>= 3.0.0)
|
7
7
|
|
8
8
|
GEM
|
@@ -34,7 +34,7 @@ GEM
|
|
34
34
|
minitest (~> 5.1)
|
35
35
|
thread_safe (~> 0.1)
|
36
36
|
tzinfo (~> 1.1)
|
37
|
-
appraisal (2.
|
37
|
+
appraisal (2.2.0)
|
38
38
|
bundler
|
39
39
|
rake
|
40
40
|
thor (>= 0.14.0)
|
@@ -46,46 +46,47 @@ GEM
|
|
46
46
|
ffi (~> 1.9.10)
|
47
47
|
rspec-expectations (>= 2.99)
|
48
48
|
thor (~> 0.19)
|
49
|
-
builder (3.2.
|
49
|
+
builder (3.2.3)
|
50
50
|
childprocess (0.5.9)
|
51
51
|
ffi (~> 1.0, >= 1.0.11)
|
52
|
-
coffee-rails (4.2.
|
52
|
+
coffee-rails (4.2.2)
|
53
53
|
coffee-script (>= 2.2.0)
|
54
|
-
railties (>= 4.0.0
|
54
|
+
railties (>= 4.0.0)
|
55
55
|
coffee-script (2.4.1)
|
56
56
|
coffee-script-source
|
57
57
|
execjs
|
58
|
-
coffee-script-source (1.
|
59
|
-
concurrent-ruby (1.0.
|
60
|
-
contracts (0.
|
58
|
+
coffee-script-source (1.12.2)
|
59
|
+
concurrent-ruby (1.0.5)
|
60
|
+
contracts (0.16.0)
|
61
61
|
cucumber (1.3.19)
|
62
62
|
builder (>= 2.1.2)
|
63
63
|
diff-lcs (>= 1.1.3)
|
64
64
|
gherkin (~> 2.12)
|
65
65
|
multi_json (>= 1.7.5, < 2.0)
|
66
66
|
multi_test (>= 0.1.2)
|
67
|
-
diff-lcs (1.
|
67
|
+
diff-lcs (1.3)
|
68
68
|
erubis (2.7.0)
|
69
69
|
execjs (2.7.0)
|
70
|
-
factory_bot (
|
70
|
+
factory_bot (4.8.2)
|
71
71
|
activesupport (>= 3.0.0)
|
72
|
-
ffi (1.9.
|
72
|
+
ffi (1.9.18)
|
73
73
|
gherkin (2.12.2)
|
74
74
|
multi_json (~> 1.3)
|
75
|
-
i18n (0.
|
75
|
+
i18n (0.9.0)
|
76
|
+
concurrent-ruby (~> 1.0)
|
76
77
|
jquery-rails (3.1.4)
|
77
78
|
railties (>= 3.0, < 5.0)
|
78
79
|
thor (>= 0.14, < 2.0)
|
79
|
-
json (1.8.
|
80
|
-
mail (2.6.
|
80
|
+
json (1.8.6)
|
81
|
+
mail (2.6.6)
|
81
82
|
mime-types (>= 1.16, < 4)
|
82
83
|
mime-types (3.1)
|
83
84
|
mime-types-data (~> 3.2015)
|
84
85
|
mime-types-data (3.2016.0521)
|
85
|
-
minitest (5.10.
|
86
|
-
multi_json (1.12.
|
86
|
+
minitest (5.10.3)
|
87
|
+
multi_json (1.12.2)
|
87
88
|
multi_test (0.1.2)
|
88
|
-
power_assert (
|
89
|
+
power_assert (1.1.0)
|
89
90
|
rack (1.5.5)
|
90
91
|
rack-test (0.6.3)
|
91
92
|
rack (>= 1.0)
|
@@ -104,25 +105,32 @@ GEM
|
|
104
105
|
activesupport (= 4.1.16)
|
105
106
|
rake (>= 0.8.7)
|
106
107
|
thor (>= 0.18.1, < 2.0)
|
107
|
-
rake (
|
108
|
-
|
109
|
-
|
110
|
-
|
108
|
+
rake (12.1.0)
|
109
|
+
rb-fsevent (0.10.2)
|
110
|
+
rb-inotify (0.9.10)
|
111
|
+
ffi (>= 0.5.0, < 2)
|
112
|
+
rspec-core (3.7.0)
|
113
|
+
rspec-support (~> 3.7.0)
|
114
|
+
rspec-expectations (3.7.0)
|
111
115
|
diff-lcs (>= 1.2.0, < 2.0)
|
112
|
-
rspec-support (~> 3.
|
113
|
-
rspec-mocks (3.
|
116
|
+
rspec-support (~> 3.7.0)
|
117
|
+
rspec-mocks (3.7.0)
|
114
118
|
diff-lcs (>= 1.2.0, < 2.0)
|
115
|
-
rspec-support (~> 3.
|
116
|
-
rspec-rails (3.
|
119
|
+
rspec-support (~> 3.7.0)
|
120
|
+
rspec-rails (3.7.1)
|
117
121
|
actionpack (>= 3.0)
|
118
122
|
activesupport (>= 3.0)
|
119
123
|
railties (>= 3.0)
|
120
|
-
rspec-core (~> 3.
|
121
|
-
rspec-expectations (~> 3.
|
122
|
-
rspec-mocks (~> 3.
|
123
|
-
rspec-support (~> 3.
|
124
|
-
rspec-support (3.
|
125
|
-
sass (3.
|
124
|
+
rspec-core (~> 3.7.0)
|
125
|
+
rspec-expectations (~> 3.7.0)
|
126
|
+
rspec-mocks (~> 3.7.0)
|
127
|
+
rspec-support (~> 3.7.0)
|
128
|
+
rspec-support (3.7.0)
|
129
|
+
sass (3.5.2)
|
130
|
+
sass-listen (~> 4.0.0)
|
131
|
+
sass-listen (4.0.0)
|
132
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
133
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
126
134
|
sass-rails (5.0.6)
|
127
135
|
railties (>= 4.0.0, < 6)
|
128
136
|
sass (~> 3.1)
|
@@ -130,22 +138,22 @@ GEM
|
|
130
138
|
sprockets-rails (>= 2.0, < 4.0)
|
131
139
|
tilt (>= 1.1, < 3)
|
132
140
|
spring (1.7.2)
|
133
|
-
sprockets (3.7.
|
141
|
+
sprockets (3.7.1)
|
134
142
|
concurrent-ruby (~> 1.0)
|
135
143
|
rack (> 1, < 3)
|
136
144
|
sprockets-rails (2.3.3)
|
137
145
|
actionpack (>= 3.0)
|
138
146
|
activesupport (>= 3.0)
|
139
147
|
sprockets (>= 2.8, < 4.0)
|
140
|
-
sqlite3 (1.3.
|
141
|
-
test-unit (3.2.
|
148
|
+
sqlite3 (1.3.13)
|
149
|
+
test-unit (3.2.6)
|
142
150
|
power_assert
|
143
|
-
thor (0.
|
144
|
-
thread_safe (0.3.
|
145
|
-
tilt (2.0.
|
146
|
-
tzinfo (1.2.
|
151
|
+
thor (0.20.0)
|
152
|
+
thread_safe (0.3.6)
|
153
|
+
tilt (2.0.8)
|
154
|
+
tzinfo (1.2.3)
|
147
155
|
thread_safe (~> 0.1)
|
148
|
-
uglifier (3.0
|
156
|
+
uglifier (3.2.0)
|
149
157
|
execjs (>= 0.3.0, < 3)
|
150
158
|
|
151
159
|
PLATFORMS
|
@@ -172,4 +180,4 @@ DEPENDENCIES
|
|
172
180
|
uglifier
|
173
181
|
|
174
182
|
BUNDLED WITH
|
175
|
-
1.
|
183
|
+
1.15.3
|