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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1f9f29f1742f1b31b2490db8c67a9a2c56c5831
4
- data.tar.gz: 14c46f3211ecfb2cf8eb7642f8f8d11a951b5247
3
+ metadata.gz: 1095210e982ed6c1978e8c7337b03225a4d5662d
4
+ data.tar.gz: d5f6f27708ee6ca513ad1be5010a1824d7667b97
5
5
  SHA512:
6
- metadata.gz: ac9e794f2ca023d94bb099eddcecaf94d5837b8df1e2e92f6636b853fe114b3d1831b2975085b4dbe2c6350cd7cd720e0250690e5756d46a20afdf37eb1b6e3f
7
- data.tar.gz: dd92c3b8761ca1a91f948546bf6ad28db4c3e5f4161904ff04b83b52666922752b8bfae0023f5300ee896dfa8fd6944db495e37f8550ef7c55fc635008b91543
6
+ metadata.gz: 354483d1a7482c548a2d672baf2cc609bbc522ccc8d49877692167e3e778ddd00747cefc04a09e0d41f758260de79e339df6c590c235c2a0a1fd3f1df8a86609
7
+ data.tar.gz: 84b39f6b73cac89c08edba7b386372fc0d026a4f581b0e9179214ed2dd7c74add874ba1fc418cc418b31ab0e7fa3df0612aa912f7f86d8324c433618dd2f6311
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- factory_bot_rails (1.0.0)
5
- factory_bot (~> 1.0.0)
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 (1.0.0)
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
- factory_girl_rails versioning is synced with factory_girl releases. For this reason
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
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{factory_bot_rails}
3
- s.version = '1.0.0.alpha'
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', '~> 1.0.0.alpha')
19
+ s.add_runtime_dependency('factory_bot', '~> 4.8.2')
20
20
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{factory_girl_rails}
3
- s.version = '4.8.1'
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.1')
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 (1.0.0)
5
- factory_bot (~> 1.0.0)
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.5)
12
- actionpack (= 3.2.22.5)
11
+ actionmailer (3.2.22.7)
12
+ actionpack (= 3.2.22.7)
13
13
  mail (~> 2.5.4)
14
- actionpack (3.2.22.5)
15
- activemodel (= 3.2.22.5)
16
- activesupport (= 3.2.22.5)
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.5)
25
- activesupport (= 3.2.22.5)
24
+ activemodel (3.2.22.7)
25
+ activesupport (= 3.2.22.7)
26
26
  builder (~> 3.0.0)
27
- activerecord (3.2.22.5)
28
- activemodel (= 3.2.22.5)
29
- activesupport (= 3.2.22.5)
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.5)
33
- activemodel (= 3.2.22.5)
34
- activesupport (= 3.2.22.5)
35
- activesupport (3.2.22.5)
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.11.1)
60
- contracts (0.14.0)
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.2.5)
68
+ diff-lcs (1.3)
68
69
  erubis (2.7.0)
69
70
  execjs (2.7.0)
70
- factory_bot (1.0.0)
71
+ factory_bot (4.8.2)
71
72
  activesupport (>= 3.0.0)
72
- ffi (1.9.14)
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.7.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.3)
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.1)
88
+ multi_json (1.12.2)
87
89
  multi_test (0.1.2)
88
90
  polyglot (0.3.5)
89
- power_assert (0.4.1)
91
+ power_assert (1.0.1)
90
92
  rack (1.4.7)
91
- rack-cache (1.6.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.5)
98
- actionmailer (= 3.2.22.5)
99
- actionpack (= 3.2.22.5)
100
- activerecord (= 3.2.22.5)
101
- activeresource (= 3.2.22.5)
102
- activesupport (= 3.2.22.5)
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
- railties (= 3.2.22.5)
105
- railties (3.2.22.5)
106
- actionpack (= 3.2.22.5)
107
- activesupport (= 3.2.22.5)
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 (11.3.0)
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.5.4)
116
- rspec-support (~> 3.5.0)
117
- rspec-expectations (3.5.0)
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.5.0)
120
- rspec-mocks (3.5.0)
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.5.0)
123
- rspec-rails (3.5.2)
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.5.0)
128
- rspec-expectations (~> 3.5.0)
129
- rspec-mocks (~> 3.5.0)
130
- rspec-support (~> 3.5.0)
131
- rspec-support (3.5.0)
132
- sass (3.4.22)
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.12)
154
+ sqlite3 (1.3.13)
143
155
  test-unit (3.2.3)
144
156
  power_assert
145
- thor (0.19.4)
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.52)
151
- uglifier (3.0.4)
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.13.6
189
+ 1.15.3
@@ -1,8 +1,8 @@
1
1
  PATH
2
- remote: ../
2
+ remote: ..
3
3
  specs:
4
- factory_bot_rails (1.0.0)
5
- factory_bot (~> 1.0.0)
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.1.0)
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.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.1)
52
+ coffee-rails (4.2.2)
53
53
  coffee-script (>= 2.2.0)
54
- railties (>= 4.0.0, < 5.2.x)
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.11.1)
59
- concurrent-ruby (1.0.2)
60
- contracts (0.14.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.2.5)
67
+ diff-lcs (1.3)
68
68
  erubis (2.7.0)
69
69
  execjs (2.7.0)
70
- factory_bot (1.0.0)
70
+ factory_bot (4.8.2)
71
71
  activesupport (>= 3.0.0)
72
- ffi (1.9.14)
72
+ ffi (1.9.18)
73
73
  gherkin (2.12.2)
74
74
  multi_json (~> 1.3)
75
- i18n (0.7.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.3)
80
- mail (2.6.4)
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.1)
86
- multi_json (1.12.1)
86
+ minitest (5.10.3)
87
+ multi_json (1.12.2)
87
88
  multi_test (0.1.2)
88
- power_assert (0.4.1)
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 (11.3.0)
108
- rspec-core (3.5.4)
109
- rspec-support (~> 3.5.0)
110
- rspec-expectations (3.5.0)
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.5.0)
113
- rspec-mocks (3.5.0)
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.5.0)
116
- rspec-rails (3.5.2)
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.5.0)
121
- rspec-expectations (~> 3.5.0)
122
- rspec-mocks (~> 3.5.0)
123
- rspec-support (~> 3.5.0)
124
- rspec-support (3.5.0)
125
- sass (3.4.22)
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.0)
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.12)
141
- test-unit (3.2.3)
148
+ sqlite3 (1.3.13)
149
+ test-unit (3.2.6)
142
150
  power_assert
143
- thor (0.19.4)
144
- thread_safe (0.3.5)
145
- tilt (2.0.5)
146
- tzinfo (1.2.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.4)
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.13.6
183
+ 1.15.3