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
@@ -1,53 +1,52 @@
|
|
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 (4.2.
|
12
|
-
actionpack (= 4.2.
|
13
|
-
actionview (= 4.2.
|
14
|
-
activejob (= 4.2.
|
11
|
+
actionmailer (4.2.8)
|
12
|
+
actionpack (= 4.2.8)
|
13
|
+
actionview (= 4.2.8)
|
14
|
+
activejob (= 4.2.8)
|
15
15
|
mail (~> 2.5, >= 2.5.4)
|
16
16
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
17
|
-
actionpack (4.2.
|
18
|
-
actionview (= 4.2.
|
19
|
-
activesupport (= 4.2.
|
17
|
+
actionpack (4.2.8)
|
18
|
+
actionview (= 4.2.8)
|
19
|
+
activesupport (= 4.2.8)
|
20
20
|
rack (~> 1.6)
|
21
21
|
rack-test (~> 0.6.2)
|
22
22
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
23
23
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
24
|
-
actionview (4.2.
|
25
|
-
activesupport (= 4.2.
|
24
|
+
actionview (4.2.8)
|
25
|
+
activesupport (= 4.2.8)
|
26
26
|
builder (~> 3.1)
|
27
27
|
erubis (~> 2.7.0)
|
28
28
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
29
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
30
|
-
activejob (4.2.
|
31
|
-
activesupport (= 4.2.
|
29
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
30
|
+
activejob (4.2.8)
|
31
|
+
activesupport (= 4.2.8)
|
32
32
|
globalid (>= 0.3.0)
|
33
|
-
activemodel (4.2.
|
34
|
-
activesupport (= 4.2.
|
33
|
+
activemodel (4.2.8)
|
34
|
+
activesupport (= 4.2.8)
|
35
35
|
builder (~> 3.1)
|
36
|
-
activerecord (4.2.
|
37
|
-
activemodel (= 4.2.
|
38
|
-
activesupport (= 4.2.
|
36
|
+
activerecord (4.2.8)
|
37
|
+
activemodel (= 4.2.8)
|
38
|
+
activesupport (= 4.2.8)
|
39
39
|
arel (~> 6.0)
|
40
|
-
activesupport (4.2.
|
40
|
+
activesupport (4.2.8)
|
41
41
|
i18n (~> 0.7)
|
42
|
-
json (~> 1.7, >= 1.7.7)
|
43
42
|
minitest (~> 5.1)
|
44
43
|
thread_safe (~> 0.3, >= 0.3.4)
|
45
44
|
tzinfo (~> 1.1)
|
46
|
-
appraisal (2.
|
45
|
+
appraisal (2.2.0)
|
47
46
|
bundler
|
48
47
|
rake
|
49
48
|
thor (>= 0.14.0)
|
50
|
-
arel (6.0.
|
49
|
+
arel (6.0.4)
|
51
50
|
aruba (0.14.2)
|
52
51
|
childprocess (~> 0.5.6)
|
53
52
|
contracts (~> 0.9)
|
@@ -55,114 +54,116 @@ GEM
|
|
55
54
|
ffi (~> 1.9.10)
|
56
55
|
rspec-expectations (>= 2.99)
|
57
56
|
thor (~> 0.19)
|
58
|
-
builder (3.2.
|
57
|
+
builder (3.2.3)
|
59
58
|
childprocess (0.5.9)
|
60
59
|
ffi (~> 1.0, >= 1.0.11)
|
61
|
-
coffee-rails (4.2.
|
60
|
+
coffee-rails (4.2.2)
|
62
61
|
coffee-script (>= 2.2.0)
|
63
|
-
railties (>= 4.0.0
|
62
|
+
railties (>= 4.0.0)
|
64
63
|
coffee-script (2.4.1)
|
65
64
|
coffee-script-source
|
66
65
|
execjs
|
67
|
-
coffee-script-source (1.
|
68
|
-
concurrent-ruby (1.0.
|
69
|
-
contracts (0.
|
66
|
+
coffee-script-source (1.12.2)
|
67
|
+
concurrent-ruby (1.0.5)
|
68
|
+
contracts (0.16.0)
|
69
|
+
crass (1.0.2)
|
70
70
|
cucumber (1.3.19)
|
71
71
|
builder (>= 2.1.2)
|
72
72
|
diff-lcs (>= 1.1.3)
|
73
73
|
gherkin (~> 2.12)
|
74
74
|
multi_json (>= 1.7.5, < 2.0)
|
75
75
|
multi_test (>= 0.1.2)
|
76
|
-
diff-lcs (1.
|
76
|
+
diff-lcs (1.3)
|
77
77
|
erubis (2.7.0)
|
78
78
|
execjs (2.7.0)
|
79
|
-
factory_bot (
|
79
|
+
factory_bot (4.8.2)
|
80
80
|
activesupport (>= 3.0.0)
|
81
|
-
ffi (1.9.
|
81
|
+
ffi (1.9.18)
|
82
82
|
gherkin (2.12.2)
|
83
83
|
multi_json (~> 1.3)
|
84
|
-
globalid (0.
|
85
|
-
activesupport (>= 4.
|
86
|
-
i18n (0.
|
87
|
-
|
84
|
+
globalid (0.4.0)
|
85
|
+
activesupport (>= 4.2.0)
|
86
|
+
i18n (0.9.0)
|
87
|
+
concurrent-ruby (~> 1.0)
|
88
|
+
jquery-rails (4.3.1)
|
88
89
|
rails-dom-testing (>= 1, < 3)
|
89
90
|
railties (>= 4.2.0)
|
90
91
|
thor (>= 0.14, < 2.0)
|
91
|
-
|
92
|
-
|
92
|
+
loofah (2.1.1)
|
93
|
+
crass (~> 1.0.2)
|
93
94
|
nokogiri (>= 1.5.9)
|
94
|
-
mail (2.6.
|
95
|
+
mail (2.6.6)
|
95
96
|
mime-types (>= 1.16, < 4)
|
96
97
|
mime-types (3.1)
|
97
98
|
mime-types-data (~> 3.2015)
|
98
99
|
mime-types-data (3.2016.0521)
|
99
|
-
mini_portile2 (2.
|
100
|
-
minitest (5.10.
|
101
|
-
multi_json (1.12.
|
100
|
+
mini_portile2 (2.3.0)
|
101
|
+
minitest (5.10.3)
|
102
|
+
multi_json (1.12.2)
|
102
103
|
multi_test (0.1.2)
|
103
|
-
nokogiri (1.
|
104
|
-
mini_portile2 (~> 2.
|
105
|
-
power_assert (
|
106
|
-
rack (1.6.
|
104
|
+
nokogiri (1.8.1)
|
105
|
+
mini_portile2 (~> 2.3.0)
|
106
|
+
power_assert (1.1.0)
|
107
|
+
rack (1.6.5)
|
107
108
|
rack-test (0.6.3)
|
108
109
|
rack (>= 1.0)
|
109
|
-
rails (4.2.
|
110
|
-
actionmailer (= 4.2.
|
111
|
-
actionpack (= 4.2.
|
112
|
-
actionview (= 4.2.
|
113
|
-
activejob (= 4.2.
|
114
|
-
activemodel (= 4.2.
|
115
|
-
activerecord (= 4.2.
|
116
|
-
activesupport (= 4.2.
|
110
|
+
rails (4.2.8)
|
111
|
+
actionmailer (= 4.2.8)
|
112
|
+
actionpack (= 4.2.8)
|
113
|
+
actionview (= 4.2.8)
|
114
|
+
activejob (= 4.2.8)
|
115
|
+
activemodel (= 4.2.8)
|
116
|
+
activerecord (= 4.2.8)
|
117
|
+
activesupport (= 4.2.8)
|
117
118
|
bundler (>= 1.3.0, < 2.0)
|
118
|
-
railties (= 4.2.
|
119
|
+
railties (= 4.2.8)
|
119
120
|
sprockets-rails
|
120
121
|
rails-deprecated_sanitizer (1.0.3)
|
121
122
|
activesupport (>= 4.2.0.alpha)
|
122
|
-
rails-dom-testing (1.0.
|
123
|
+
rails-dom-testing (1.0.8)
|
123
124
|
activesupport (>= 4.2.0.beta, < 5.0)
|
124
|
-
nokogiri (~> 1.6
|
125
|
+
nokogiri (~> 1.6)
|
125
126
|
rails-deprecated_sanitizer (>= 1.0.1)
|
126
127
|
rails-html-sanitizer (1.0.3)
|
127
128
|
loofah (~> 2.0)
|
128
|
-
railties (4.2.
|
129
|
-
actionpack (= 4.2.
|
130
|
-
activesupport (= 4.2.
|
129
|
+
railties (4.2.8)
|
130
|
+
actionpack (= 4.2.8)
|
131
|
+
activesupport (= 4.2.8)
|
131
132
|
rake (>= 0.8.7)
|
132
133
|
thor (>= 0.18.1, < 2.0)
|
133
|
-
rake (
|
134
|
-
rspec-core (3.
|
135
|
-
rspec-support (~> 3.
|
136
|
-
rspec-expectations (3.
|
134
|
+
rake (12.1.0)
|
135
|
+
rspec-core (3.7.0)
|
136
|
+
rspec-support (~> 3.7.0)
|
137
|
+
rspec-expectations (3.7.0)
|
137
138
|
diff-lcs (>= 1.2.0, < 2.0)
|
138
|
-
rspec-support (~> 3.
|
139
|
-
rspec-mocks (3.
|
139
|
+
rspec-support (~> 3.7.0)
|
140
|
+
rspec-mocks (3.7.0)
|
140
141
|
diff-lcs (>= 1.2.0, < 2.0)
|
141
|
-
rspec-support (~> 3.
|
142
|
-
rspec-rails (3.
|
142
|
+
rspec-support (~> 3.7.0)
|
143
|
+
rspec-rails (3.7.1)
|
143
144
|
actionpack (>= 3.0)
|
144
145
|
activesupport (>= 3.0)
|
145
146
|
railties (>= 3.0)
|
146
|
-
rspec-core (~> 3.
|
147
|
-
rspec-expectations (~> 3.
|
148
|
-
rspec-mocks (~> 3.
|
149
|
-
rspec-support (~> 3.
|
150
|
-
rspec-support (3.
|
151
|
-
sprockets (3.7.
|
147
|
+
rspec-core (~> 3.7.0)
|
148
|
+
rspec-expectations (~> 3.7.0)
|
149
|
+
rspec-mocks (~> 3.7.0)
|
150
|
+
rspec-support (~> 3.7.0)
|
151
|
+
rspec-support (3.7.0)
|
152
|
+
sprockets (3.7.1)
|
152
153
|
concurrent-ruby (~> 1.0)
|
153
154
|
rack (> 1, < 3)
|
154
|
-
sprockets-rails (3.2.
|
155
|
+
sprockets-rails (3.2.1)
|
155
156
|
actionpack (>= 4.0)
|
156
157
|
activesupport (>= 4.0)
|
157
158
|
sprockets (>= 3.0.0)
|
158
|
-
sqlite3 (1.3.
|
159
|
-
test-unit (3.2.
|
159
|
+
sqlite3 (1.3.13)
|
160
|
+
test-unit (3.2.6)
|
160
161
|
power_assert
|
161
|
-
thor (0.
|
162
|
-
thread_safe (0.3.
|
163
|
-
tzinfo (1.2.
|
162
|
+
thor (0.20.0)
|
163
|
+
thread_safe (0.3.6)
|
164
|
+
tzinfo (1.2.3)
|
164
165
|
thread_safe (~> 0.1)
|
165
|
-
uglifier (3.0
|
166
|
+
uglifier (3.2.0)
|
166
167
|
execjs (>= 0.3.0, < 3)
|
167
168
|
|
168
169
|
PLATFORMS
|
@@ -187,4 +188,4 @@ DEPENDENCIES
|
|
187
188
|
uglifier
|
188
189
|
|
189
190
|
BUNDLED WITH
|
190
|
-
1.
|
191
|
+
1.15.3
|
@@ -1,38 +1,38 @@
|
|
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
|
-
actionpack (5.0.
|
12
|
-
actionview (= 5.0.
|
13
|
-
activesupport (= 5.0.
|
11
|
+
actionpack (5.0.6)
|
12
|
+
actionview (= 5.0.6)
|
13
|
+
activesupport (= 5.0.6)
|
14
14
|
rack (~> 2.0)
|
15
15
|
rack-test (~> 0.6.3)
|
16
16
|
rails-dom-testing (~> 2.0)
|
17
17
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
18
|
-
actionview (5.0.
|
19
|
-
activesupport (= 5.0.
|
18
|
+
actionview (5.0.6)
|
19
|
+
activesupport (= 5.0.6)
|
20
20
|
builder (~> 3.1)
|
21
21
|
erubis (~> 2.7.0)
|
22
22
|
rails-dom-testing (~> 2.0)
|
23
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
24
|
-
activemodel (5.0.
|
25
|
-
activesupport (= 5.0.
|
26
|
-
activerecord (5.0.
|
27
|
-
activemodel (= 5.0.
|
28
|
-
activesupport (= 5.0.
|
23
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
24
|
+
activemodel (5.0.6)
|
25
|
+
activesupport (= 5.0.6)
|
26
|
+
activerecord (5.0.6)
|
27
|
+
activemodel (= 5.0.6)
|
28
|
+
activesupport (= 5.0.6)
|
29
29
|
arel (~> 7.0)
|
30
|
-
activesupport (5.0.
|
30
|
+
activesupport (5.0.6)
|
31
31
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
32
32
|
i18n (~> 0.7)
|
33
33
|
minitest (~> 5.1)
|
34
34
|
tzinfo (~> 1.1)
|
35
|
-
appraisal (2.
|
35
|
+
appraisal (2.2.0)
|
36
36
|
bundler
|
37
37
|
rake
|
38
38
|
thor (>= 0.14.0)
|
@@ -44,62 +44,65 @@ GEM
|
|
44
44
|
ffi (~> 1.9.10)
|
45
45
|
rspec-expectations (>= 2.99)
|
46
46
|
thor (~> 0.19)
|
47
|
-
builder (3.2.
|
47
|
+
builder (3.2.3)
|
48
48
|
childprocess (0.5.9)
|
49
49
|
ffi (~> 1.0, >= 1.0.11)
|
50
|
-
coffee-rails (4.2.
|
50
|
+
coffee-rails (4.2.2)
|
51
51
|
coffee-script (>= 2.2.0)
|
52
|
-
railties (>= 4.0.0
|
52
|
+
railties (>= 4.0.0)
|
53
53
|
coffee-script (2.4.1)
|
54
54
|
coffee-script-source
|
55
55
|
execjs
|
56
|
-
coffee-script-source (1.
|
57
|
-
concurrent-ruby (1.0.
|
58
|
-
contracts (0.
|
56
|
+
coffee-script-source (1.12.2)
|
57
|
+
concurrent-ruby (1.0.5)
|
58
|
+
contracts (0.16.0)
|
59
|
+
crass (1.0.2)
|
59
60
|
cucumber (1.3.19)
|
60
61
|
builder (>= 2.1.2)
|
61
62
|
diff-lcs (>= 1.1.3)
|
62
63
|
gherkin (~> 2.12)
|
63
64
|
multi_json (>= 1.7.5, < 2.0)
|
64
65
|
multi_test (>= 0.1.2)
|
65
|
-
diff-lcs (1.
|
66
|
+
diff-lcs (1.3)
|
66
67
|
erubis (2.7.0)
|
67
68
|
execjs (2.7.0)
|
68
|
-
factory_bot (
|
69
|
+
factory_bot (4.8.2)
|
69
70
|
activesupport (>= 3.0.0)
|
70
|
-
ffi (1.9.
|
71
|
+
ffi (1.9.18)
|
71
72
|
gherkin (2.12.2)
|
72
73
|
multi_json (~> 1.3)
|
73
|
-
i18n (0.
|
74
|
-
|
74
|
+
i18n (0.9.0)
|
75
|
+
concurrent-ruby (~> 1.0)
|
76
|
+
jquery-rails (4.3.1)
|
75
77
|
rails-dom-testing (>= 1, < 3)
|
76
78
|
railties (>= 4.2.0)
|
77
79
|
thor (>= 0.14, < 2.0)
|
78
|
-
loofah (2.
|
80
|
+
loofah (2.1.1)
|
81
|
+
crass (~> 1.0.2)
|
79
82
|
nokogiri (>= 1.5.9)
|
80
|
-
method_source (0.
|
81
|
-
mini_portile2 (2.
|
82
|
-
minitest (5.10.
|
83
|
-
multi_json (1.12.
|
83
|
+
method_source (0.9.0)
|
84
|
+
mini_portile2 (2.3.0)
|
85
|
+
minitest (5.10.3)
|
86
|
+
multi_json (1.12.2)
|
84
87
|
multi_test (0.1.2)
|
85
|
-
nokogiri (1.
|
86
|
-
mini_portile2 (~> 2.
|
87
|
-
power_assert (
|
88
|
-
rack (2.0.
|
88
|
+
nokogiri (1.8.1)
|
89
|
+
mini_portile2 (~> 2.3.0)
|
90
|
+
power_assert (1.1.0)
|
91
|
+
rack (2.0.3)
|
89
92
|
rack-test (0.6.3)
|
90
93
|
rack (>= 1.0)
|
91
|
-
rails-dom-testing (2.0.
|
92
|
-
activesupport (>= 4.2.0
|
93
|
-
nokogiri (
|
94
|
+
rails-dom-testing (2.0.3)
|
95
|
+
activesupport (>= 4.2.0)
|
96
|
+
nokogiri (>= 1.6)
|
94
97
|
rails-html-sanitizer (1.0.3)
|
95
98
|
loofah (~> 2.0)
|
96
|
-
railties (5.0.
|
97
|
-
actionpack (= 5.0.
|
98
|
-
activesupport (= 5.0.
|
99
|
+
railties (5.0.6)
|
100
|
+
actionpack (= 5.0.6)
|
101
|
+
activesupport (= 5.0.6)
|
99
102
|
method_source
|
100
103
|
rake (>= 0.8.7)
|
101
104
|
thor (>= 0.18.1, < 2.0)
|
102
|
-
rake (
|
105
|
+
rake (12.1.0)
|
103
106
|
rspec-core (3.5.4)
|
104
107
|
rspec-support (~> 3.5.0)
|
105
108
|
rspec-expectations (3.5.0)
|
@@ -117,14 +120,14 @@ GEM
|
|
117
120
|
rspec-mocks (~> 3.5.0)
|
118
121
|
rspec-support (~> 3.5.0)
|
119
122
|
rspec-support (3.5.0)
|
120
|
-
sqlite3 (1.3.
|
121
|
-
test-unit (3.2.
|
123
|
+
sqlite3 (1.3.13)
|
124
|
+
test-unit (3.2.6)
|
122
125
|
power_assert
|
123
|
-
thor (0.
|
124
|
-
thread_safe (0.3.
|
125
|
-
tzinfo (1.2.
|
126
|
+
thor (0.20.0)
|
127
|
+
thread_safe (0.3.6)
|
128
|
+
tzinfo (1.2.3)
|
126
129
|
thread_safe (~> 0.1)
|
127
|
-
uglifier (3.0
|
130
|
+
uglifier (3.2.0)
|
128
131
|
execjs (>= 0.3.0, < 3)
|
129
132
|
|
130
133
|
PLATFORMS
|
@@ -150,4 +153,4 @@ DEPENDENCIES
|
|
150
153
|
uglifier
|
151
154
|
|
152
155
|
BUNDLED WITH
|
153
|
-
1.
|
156
|
+
1.15.3
|
data/tmp/aruba/testapp/Gemfile
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
|
+
git_source(:github) do |repo_name|
|
4
|
+
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
|
5
|
+
"https://github.com/#{repo_name}.git"
|
6
|
+
end
|
7
|
+
|
3
8
|
|
4
9
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
5
|
-
gem 'rails', '~> 5.0.
|
10
|
+
gem 'rails', '~> 5.0.6'
|
6
11
|
# Use sqlite3 as the database for Active Record
|
7
12
|
gem 'sqlite3'
|
8
13
|
# Use Puma as the app server
|
@@ -37,7 +42,7 @@ end
|
|
37
42
|
|
38
43
|
group :development do
|
39
44
|
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
|
40
|
-
gem 'web-console'
|
45
|
+
gem 'web-console', '>= 3.3.0'
|
41
46
|
gem 'listen', '~> 3.0.5'
|
42
47
|
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
43
48
|
gem 'spring'
|
@@ -46,5 +51,5 @@ end
|
|
46
51
|
|
47
52
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
48
53
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
49
|
-
gem "factory_bot_rails", :path => "/Users/
|
54
|
+
gem "factory_bot_rails", :path => "/Users/aviellewolfe/work/factories/factory_bot_rails"
|
50
55
|
gem "test-unit"
|