factory_girl_rails 4.8.0 → 4.9.0

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.
@@ -1,33 +1,33 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- factory_girl_rails (4.8.0)
5
- factory_girl (~> 4.8.0)
4
+ factory_girl_rails (4.9.0)
5
+ factory_girl (~> 4.9.0)
6
6
  railties (>= 3.0.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (5.0.0)
12
- actionview (= 5.0.0)
13
- activesupport (= 5.0.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.0)
19
- activesupport (= 5.0.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.2)
24
- activemodel (5.0.0)
25
- activesupport (= 5.0.0)
26
- activerecord (5.0.0)
27
- activemodel (= 5.0.0)
28
- activesupport (= 5.0.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.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)
@@ -36,97 +36,98 @@ GEM
36
36
  bundler
37
37
  rake
38
38
  thor (>= 0.14.0)
39
- arel (7.0.0)
40
- aruba (0.14.1)
39
+ arel (7.1.4)
40
+ aruba (0.14.2)
41
41
  childprocess (~> 0.5.6)
42
42
  contracts (~> 0.9)
43
43
  cucumber (>= 1.3.19)
44
44
  ffi (~> 1.9.10)
45
45
  rspec-expectations (>= 2.99)
46
46
  thor (~> 0.19)
47
- builder (3.2.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.1)
50
+ coffee-rails (4.2.2)
51
51
  coffee-script (>= 2.2.0)
52
- railties (>= 4.0.0, < 5.2.x)
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.10.0)
57
- concurrent-ruby (1.0.2)
58
- contracts (0.14.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.2.5)
66
+ diff-lcs (1.3)
66
67
  erubis (2.7.0)
67
68
  execjs (2.7.0)
68
- factory_girl (4.8.0)
69
+ factory_girl (4.9.0)
69
70
  activesupport (>= 3.0.0)
70
- ffi (1.9.10)
71
+ ffi (1.9.18)
71
72
  gherkin (2.12.2)
72
73
  multi_json (~> 1.3)
73
- i18n (0.7.0)
74
- jquery-rails (4.1.1)
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.0.3)
80
+ loofah (2.1.1)
81
+ crass (~> 1.0.2)
79
82
  nokogiri (>= 1.5.9)
80
- method_source (0.8.2)
81
- mini_portile2 (2.1.0)
82
- minitest (5.9.0)
83
- multi_json (1.12.1)
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.6.8)
86
- mini_portile2 (~> 2.1.0)
87
- pkg-config (~> 1.1.7)
88
- pkg-config (1.1.7)
88
+ nokogiri (1.8.1)
89
+ mini_portile2 (~> 2.3.0)
89
90
  power_assert (0.3.0)
90
- rack (2.0.1)
91
+ rack (2.0.3)
91
92
  rack-test (0.6.3)
92
93
  rack (>= 1.0)
93
- rails-dom-testing (2.0.1)
94
- activesupport (>= 4.2.0, < 6.0)
95
- nokogiri (~> 1.6.0)
94
+ rails-dom-testing (2.0.3)
95
+ activesupport (>= 4.2.0)
96
+ nokogiri (>= 1.6)
96
97
  rails-html-sanitizer (1.0.3)
97
98
  loofah (~> 2.0)
98
- railties (5.0.0)
99
- actionpack (= 5.0.0)
100
- activesupport (= 5.0.0)
99
+ railties (5.0.6)
100
+ actionpack (= 5.0.6)
101
+ activesupport (= 5.0.6)
101
102
  method_source
102
103
  rake (>= 0.8.7)
103
104
  thor (>= 0.18.1, < 2.0)
104
- rake (11.2.2)
105
- rspec-core (3.5.0.beta4)
106
- rspec-support (= 3.5.0.beta4)
107
- rspec-expectations (3.5.0.beta4)
105
+ rake (12.1.0)
106
+ rspec-core (3.5.4)
107
+ rspec-support (~> 3.5.0)
108
+ rspec-expectations (3.5.0)
108
109
  diff-lcs (>= 1.2.0, < 2.0)
109
- rspec-support (= 3.5.0.beta4)
110
- rspec-mocks (3.5.0.beta4)
110
+ rspec-support (~> 3.5.0)
111
+ rspec-mocks (3.5.0)
111
112
  diff-lcs (>= 1.2.0, < 2.0)
112
- rspec-support (= 3.5.0.beta4)
113
- rspec-rails (3.5.0.beta4)
113
+ rspec-support (~> 3.5.0)
114
+ rspec-rails (3.5.2)
114
115
  actionpack (>= 3.0)
115
116
  activesupport (>= 3.0)
116
117
  railties (>= 3.0)
117
- rspec-core (= 3.5.0.beta4)
118
- rspec-expectations (= 3.5.0.beta4)
119
- rspec-mocks (= 3.5.0.beta4)
120
- rspec-support (= 3.5.0.beta4)
121
- rspec-support (3.5.0.beta4)
122
- sqlite3 (1.3.11)
118
+ rspec-core (~> 3.5.0)
119
+ rspec-expectations (~> 3.5.0)
120
+ rspec-mocks (~> 3.5.0)
121
+ rspec-support (~> 3.5.0)
122
+ rspec-support (3.5.0)
123
+ sqlite3 (1.3.13)
123
124
  test-unit (3.2.0)
124
125
  power_assert
125
- thor (0.19.1)
126
- thread_safe (0.3.5)
127
- tzinfo (1.2.2)
126
+ thor (0.20.0)
127
+ thread_safe (0.3.6)
128
+ tzinfo (1.2.3)
128
129
  thread_safe (~> 0.1)
129
- uglifier (3.0.0)
130
+ uglifier (3.2.0)
130
131
  execjs (>= 0.3.0, < 3)
131
132
 
132
133
  PLATFORMS
@@ -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.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_girl_rails", :path => "/Users/joshuaclayton/dev/gems/factory_girl_rails"
54
+ gem "factory_girl_rails", :path => "/Users/joshuaclayton/dev/gems/factory_bot_rails"
50
55
  gem "test-unit"
@@ -1,164 +1,171 @@
1
1
  PATH
2
- remote: /Users/joshuaclayton/dev/gems/factory_girl_rails
2
+ remote: /Users/joshuaclayton/dev/gems/factory_bot_rails
3
3
  specs:
4
- factory_girl_rails (4.8.0)
5
- factory_girl (~> 4.8.0)
4
+ factory_girl_rails (4.9.0)
5
+ factory_girl (~> 4.9.0)
6
6
  railties (>= 3.0.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.0.0.1)
12
- actionpack (= 5.0.0.1)
13
- nio4r (~> 1.2)
11
+ actioncable (5.0.6)
12
+ actionpack (= 5.0.6)
13
+ nio4r (>= 1.2, < 3.0)
14
14
  websocket-driver (~> 0.6.1)
15
- actionmailer (5.0.0.1)
16
- actionpack (= 5.0.0.1)
17
- actionview (= 5.0.0.1)
18
- activejob (= 5.0.0.1)
15
+ actionmailer (5.0.6)
16
+ actionpack (= 5.0.6)
17
+ actionview (= 5.0.6)
18
+ activejob (= 5.0.6)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.0.0.1)
22
- actionview (= 5.0.0.1)
23
- activesupport (= 5.0.0.1)
21
+ actionpack (5.0.6)
22
+ actionview (= 5.0.6)
23
+ activesupport (= 5.0.6)
24
24
  rack (~> 2.0)
25
25
  rack-test (~> 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.0.0.1)
29
- activesupport (= 5.0.0.1)
28
+ actionview (5.0.6)
29
+ activesupport (= 5.0.6)
30
30
  builder (~> 3.1)
31
31
  erubis (~> 2.7.0)
32
32
  rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
34
- activejob (5.0.0.1)
35
- activesupport (= 5.0.0.1)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.0.6)
35
+ activesupport (= 5.0.6)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.0.0.1)
38
- activesupport (= 5.0.0.1)
39
- activerecord (5.0.0.1)
40
- activemodel (= 5.0.0.1)
41
- activesupport (= 5.0.0.1)
37
+ activemodel (5.0.6)
38
+ activesupport (= 5.0.6)
39
+ activerecord (5.0.6)
40
+ activemodel (= 5.0.6)
41
+ activesupport (= 5.0.6)
42
42
  arel (~> 7.0)
43
- activesupport (5.0.0.1)
43
+ activesupport (5.0.6)
44
44
  concurrent-ruby (~> 1.0, >= 1.0.2)
45
45
  i18n (~> 0.7)
46
46
  minitest (~> 5.1)
47
47
  tzinfo (~> 1.1)
48
48
  arel (7.1.4)
49
- builder (3.2.2)
50
- byebug (9.0.6)
51
- coffee-rails (4.2.1)
49
+ bindex (0.5.0)
50
+ builder (3.2.3)
51
+ byebug (9.1.0)
52
+ coffee-rails (4.2.2)
52
53
  coffee-script (>= 2.2.0)
53
- railties (>= 4.0.0, < 5.2.x)
54
+ railties (>= 4.0.0)
54
55
  coffee-script (2.4.1)
55
56
  coffee-script-source
56
57
  execjs
57
- coffee-script-source (1.11.1)
58
- concurrent-ruby (1.0.2)
59
- debug_inspector (0.0.2)
58
+ coffee-script-source (1.12.2)
59
+ concurrent-ruby (1.0.5)
60
+ crass (1.0.2)
60
61
  erubis (2.7.0)
61
62
  execjs (2.7.0)
62
- factory_girl (4.8.0)
63
+ factory_girl (4.9.0)
63
64
  activesupport (>= 3.0.0)
64
- ffi (1.9.14)
65
- globalid (0.3.7)
66
- activesupport (>= 4.1.0)
67
- i18n (0.7.0)
68
- jbuilder (2.6.1)
69
- activesupport (>= 3.0.0, < 5.1)
70
- multi_json (~> 1.2)
71
- jquery-rails (4.2.1)
65
+ ffi (1.9.18)
66
+ globalid (0.4.0)
67
+ activesupport (>= 4.2.0)
68
+ i18n (0.9.0)
69
+ concurrent-ruby (~> 1.0)
70
+ jbuilder (2.7.0)
71
+ activesupport (>= 4.2.0)
72
+ multi_json (>= 1.2)
73
+ jquery-rails (4.3.1)
72
74
  rails-dom-testing (>= 1, < 3)
73
75
  railties (>= 4.2.0)
74
76
  thor (>= 0.14, < 2.0)
75
77
  listen (3.0.8)
76
78
  rb-fsevent (~> 0.9, >= 0.9.4)
77
79
  rb-inotify (~> 0.9, >= 0.9.7)
78
- loofah (2.0.3)
80
+ loofah (2.1.1)
81
+ crass (~> 1.0.2)
79
82
  nokogiri (>= 1.5.9)
80
- mail (2.6.4)
83
+ mail (2.6.6)
81
84
  mime-types (>= 1.16, < 4)
82
- method_source (0.8.2)
85
+ method_source (0.9.0)
83
86
  mime-types (3.1)
84
87
  mime-types-data (~> 3.2015)
85
88
  mime-types-data (3.2016.0521)
86
- mini_portile2 (2.1.0)
87
- minitest (5.10.1)
88
- multi_json (1.12.1)
89
- nio4r (1.2.1)
90
- nokogiri (1.6.8.1)
91
- mini_portile2 (~> 2.1.0)
89
+ mini_portile2 (2.3.0)
90
+ minitest (5.10.3)
91
+ multi_json (1.12.2)
92
+ nio4r (2.1.0)
93
+ nokogiri (1.8.1)
94
+ mini_portile2 (~> 2.3.0)
92
95
  power_assert (0.3.0)
93
- puma (3.6.2)
94
- rack (2.0.1)
96
+ puma (3.10.0)
97
+ rack (2.0.3)
95
98
  rack-test (0.6.3)
96
99
  rack (>= 1.0)
97
- rails (5.0.0.1)
98
- actioncable (= 5.0.0.1)
99
- actionmailer (= 5.0.0.1)
100
- actionpack (= 5.0.0.1)
101
- actionview (= 5.0.0.1)
102
- activejob (= 5.0.0.1)
103
- activemodel (= 5.0.0.1)
104
- activerecord (= 5.0.0.1)
105
- activesupport (= 5.0.0.1)
106
- bundler (>= 1.3.0, < 2.0)
107
- railties (= 5.0.0.1)
100
+ rails (5.0.6)
101
+ actioncable (= 5.0.6)
102
+ actionmailer (= 5.0.6)
103
+ actionpack (= 5.0.6)
104
+ actionview (= 5.0.6)
105
+ activejob (= 5.0.6)
106
+ activemodel (= 5.0.6)
107
+ activerecord (= 5.0.6)
108
+ activesupport (= 5.0.6)
109
+ bundler (>= 1.3.0)
110
+ railties (= 5.0.6)
108
111
  sprockets-rails (>= 2.0.0)
109
- rails-dom-testing (2.0.1)
110
- activesupport (>= 4.2.0, < 6.0)
111
- nokogiri (~> 1.6.0)
112
+ rails-dom-testing (2.0.3)
113
+ activesupport (>= 4.2.0)
114
+ nokogiri (>= 1.6)
112
115
  rails-html-sanitizer (1.0.3)
113
116
  loofah (~> 2.0)
114
- railties (5.0.0.1)
115
- actionpack (= 5.0.0.1)
116
- activesupport (= 5.0.0.1)
117
+ railties (5.0.6)
118
+ actionpack (= 5.0.6)
119
+ activesupport (= 5.0.6)
117
120
  method_source
118
121
  rake (>= 0.8.7)
119
122
  thor (>= 0.18.1, < 2.0)
120
- rake (12.0.0)
121
- rb-fsevent (0.9.8)
122
- rb-inotify (0.9.7)
123
- ffi (>= 0.5.0)
124
- sass (3.4.22)
123
+ rake (12.1.0)
124
+ rb-fsevent (0.10.2)
125
+ rb-inotify (0.9.10)
126
+ ffi (>= 0.5.0, < 2)
127
+ sass (3.5.2)
128
+ sass-listen (~> 4.0.0)
129
+ sass-listen (4.0.0)
130
+ rb-fsevent (~> 0.9, >= 0.9.4)
131
+ rb-inotify (~> 0.9, >= 0.9.7)
125
132
  sass-rails (5.0.6)
126
133
  railties (>= 4.0.0, < 6)
127
134
  sass (~> 3.1)
128
135
  sprockets (>= 2.8, < 4.0)
129
136
  sprockets-rails (>= 2.0, < 4.0)
130
137
  tilt (>= 1.1, < 3)
131
- spring (2.0.0)
138
+ spring (2.0.2)
132
139
  activesupport (>= 4.2)
133
140
  spring-watcher-listen (2.0.1)
134
141
  listen (>= 2.7, < 4.0)
135
142
  spring (>= 1.2, < 3.0)
136
- sprockets (3.7.0)
143
+ sprockets (3.7.1)
137
144
  concurrent-ruby (~> 1.0)
138
145
  rack (> 1, < 3)
139
- sprockets-rails (3.2.0)
146
+ sprockets-rails (3.2.1)
140
147
  actionpack (>= 4.0)
141
148
  activesupport (>= 4.0)
142
149
  sprockets (>= 3.0.0)
143
- sqlite3 (1.3.12)
150
+ sqlite3 (1.3.13)
144
151
  test-unit (3.2.0)
145
152
  power_assert
146
- thor (0.19.4)
147
- thread_safe (0.3.5)
148
- tilt (2.0.5)
153
+ thor (0.20.0)
154
+ thread_safe (0.3.6)
155
+ tilt (2.0.8)
149
156
  turbolinks (5.0.1)
150
157
  turbolinks-source (~> 5)
151
- turbolinks-source (5.0.0)
152
- tzinfo (1.2.2)
158
+ turbolinks-source (5.0.3)
159
+ tzinfo (1.2.3)
153
160
  thread_safe (~> 0.1)
154
- uglifier (3.0.4)
161
+ uglifier (3.2.0)
155
162
  execjs (>= 0.3.0, < 3)
156
- web-console (3.4.0)
163
+ web-console (3.5.1)
157
164
  actionview (>= 5.0)
158
165
  activemodel (>= 5.0)
159
- debug_inspector
166
+ bindex (>= 0.4.0)
160
167
  railties (>= 5.0)
161
- websocket-driver (0.6.4)
168
+ websocket-driver (0.6.5)
162
169
  websocket-extensions (>= 0.1.0)
163
170
  websocket-extensions (0.1.2)
164
171
 
@@ -173,7 +180,7 @@ DEPENDENCIES
173
180
  jquery-rails
174
181
  listen (~> 3.0.5)
175
182
  puma (~> 3.0)
176
- rails (~> 5.0.0)
183
+ rails (~> 5.0.6)
177
184
  sass-rails (~> 5.0)
178
185
  spring
179
186
  spring-watcher-listen (~> 2.0.0)
@@ -182,7 +189,7 @@ DEPENDENCIES
182
189
  turbolinks (~> 5)
183
190
  tzinfo-data
184
191
  uglifier (>= 1.3.0)
185
- web-console
192
+ web-console (>= 3.3.0)
186
193
 
187
194
  BUNDLED WITH
188
195
  1.13.6