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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e76135ec76862316dc996e6ac6ddbe6225609bf7
4
- data.tar.gz: c3a4b3de71ba87d2226f271da65c180585178953
3
+ metadata.gz: 396a84dab19d631dc2b5546843446287654fb332
4
+ data.tar.gz: b04f71b317a6fed8edf5906df9e7dac62a450ed4
5
5
  SHA512:
6
- metadata.gz: edf5025535afc517cd6fe0fce3c48175368fc784acbc86c139fffd8dd7d1bb493211b63653c1cb5190367c49c13f39c3619ec14fde2beecfe4012625f537c5af
7
- data.tar.gz: e0a170d2cbf48cc6621b5ee04c2c1343b5eb84ee87b223489d823dc0c50051ec7f0519e65f7a746f3a99988f26a9a15b917b3ddbef84d64e35ad6cc40b172fac
6
+ metadata.gz: c28c168fa853d36fb419d4ffa2bf39b3136ec7e87f378d1da72bf203aac570b040e606708ab0e718672eb826d5542b54ec1634e4fe01274cff07159ca5b0349c
7
+ data.tar.gz: bd9f517256f9ae64310c45d18cdb309b6d8f483b7accf8bd342beed7afbddb7b216023153b99ff4dbe4df3096eb76f1b52aeecf609c9c24ca4d93e95d1108429
@@ -1,8 +1,8 @@
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
@@ -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_girl (4.8.0)
66
+ factory_girl (4.9.0)
67
67
  activesupport (>= 3.0.0)
68
68
  ffi (1.9.3)
69
69
  ffi (1.9.3-java)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{factory_girl_rails}
3
- s.version = '4.8.0'
3
+ s.version = '4.9.0'
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.0')
19
+ s.add_runtime_dependency('factory_girl', '~> 4.9.0')
20
20
  end
@@ -1,8 +1,8 @@
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
@@ -40,7 +40,7 @@ GEM
40
40
  rake
41
41
  thor (>= 0.14.0)
42
42
  arel (3.0.3)
43
- aruba (0.14.1)
43
+ aruba (0.14.2)
44
44
  childprocess (~> 0.5.6)
45
45
  contracts (~> 0.9)
46
46
  cucumber (>= 1.3.19)
@@ -56,37 +56,39 @@ GEM
56
56
  coffee-script (2.4.1)
57
57
  coffee-script-source
58
58
  execjs
59
- coffee-script-source (1.10.0)
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_girl (4.8.0)
71
+ factory_girl (4.9.0)
71
72
  activesupport (>= 3.0.0)
72
- ffi (1.9.10)
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.2.7)
91
+ power_assert (0.3.0)
90
92
  rack (1.4.7)
91
93
  rack-cache (1.6.1)
92
94
  rack (>= 0.4)
@@ -109,27 +111,34 @@ GEM
109
111
  rake (>= 0.8.7)
110
112
  rdoc (~> 3.4)
111
113
  thor (>= 0.14.6, < 2.0)
112
- rake (11.2.2)
114
+ rake (12.1.0)
115
+ rb-fsevent (0.10.2)
116
+ rb-inotify (0.9.10)
117
+ ffi (>= 0.5.0, < 2)
113
118
  rdoc (3.12.2)
114
119
  json (~> 1.4)
115
- rspec-core (3.4.4)
116
- rspec-support (~> 3.4.0)
117
- rspec-expectations (3.4.0)
120
+ rspec-core (3.7.0)
121
+ rspec-support (~> 3.7.0)
122
+ rspec-expectations (3.7.0)
118
123
  diff-lcs (>= 1.2.0, < 2.0)
119
- rspec-support (~> 3.4.0)
120
- rspec-mocks (3.4.1)
124
+ rspec-support (~> 3.7.0)
125
+ rspec-mocks (3.7.0)
121
126
  diff-lcs (>= 1.2.0, < 2.0)
122
- rspec-support (~> 3.4.0)
123
- rspec-rails (3.4.2)
124
- actionpack (>= 3.0, < 4.3)
125
- activesupport (>= 3.0, < 4.3)
126
- railties (>= 3.0, < 4.3)
127
- rspec-core (~> 3.4.0)
128
- rspec-expectations (~> 3.4.0)
129
- rspec-mocks (~> 3.4.0)
130
- rspec-support (~> 3.4.0)
131
- rspec-support (3.4.1)
132
- sass (3.4.22)
127
+ rspec-support (~> 3.7.0)
128
+ rspec-rails (3.7.0)
129
+ actionpack (>= 3.0)
130
+ activesupport (>= 3.0)
131
+ railties (>= 3.0)
132
+ rspec-core (~> 3.7.0)
133
+ rspec-expectations (~> 3.7.0)
134
+ rspec-mocks (~> 3.7.0)
135
+ rspec-support (~> 3.7.0)
136
+ rspec-support (3.7.0)
137
+ sass (3.5.2)
138
+ sass-listen (~> 4.0.0)
139
+ sass-listen (4.0.0)
140
+ rb-fsevent (~> 0.9, >= 0.9.4)
141
+ rb-inotify (~> 0.9, >= 0.9.7)
133
142
  sass-rails (3.2.6)
134
143
  railties (~> 3.2.0)
135
144
  sass (>= 3.1.10)
@@ -139,16 +148,16 @@ GEM
139
148
  multi_json (~> 1.0)
140
149
  rack (~> 1.0)
141
150
  tilt (~> 1.1, != 1.3.0)
142
- sqlite3 (1.3.11)
143
- test-unit (3.1.8)
151
+ sqlite3 (1.3.13)
152
+ test-unit (3.2.0)
144
153
  power_assert
145
- thor (0.19.1)
154
+ thor (0.20.0)
146
155
  tilt (1.4.1)
147
156
  treetop (1.4.15)
148
157
  polyglot
149
158
  polyglot (>= 0.3.1)
150
- tzinfo (0.3.48)
151
- uglifier (3.0.0)
159
+ tzinfo (0.3.53)
160
+ uglifier (3.2.0)
152
161
  execjs (>= 0.3.0, < 3)
153
162
 
154
163
  PLATFORMS
@@ -1,8 +1,8 @@
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
@@ -39,53 +39,54 @@ GEM
39
39
  rake
40
40
  thor (>= 0.14.0)
41
41
  arel (5.0.1.20140414130214)
42
- aruba (0.14.1)
42
+ aruba (0.14.2)
43
43
  childprocess (~> 0.5.6)
44
44
  contracts (~> 0.9)
45
45
  cucumber (>= 1.3.19)
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.1.1)
52
+ coffee-rails (4.2.2)
53
53
  coffee-script (>= 2.2.0)
54
- railties (>= 4.0.0, < 5.1.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.10.0)
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_girl (4.8.0)
70
+ factory_girl (4.9.0)
71
71
  activesupport (>= 3.0.0)
72
- ffi (1.9.10)
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.9.0)
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.2.7)
89
+ power_assert (0.3.0)
89
90
  rack (1.5.5)
90
91
  rack-test (0.6.3)
91
92
  rack (>= 1.0)
@@ -104,48 +105,55 @@ GEM
104
105
  activesupport (= 4.1.15)
105
106
  rake (>= 0.8.7)
106
107
  thor (>= 0.18.1, < 2.0)
107
- rake (11.2.2)
108
- rspec-core (3.4.4)
109
- rspec-support (~> 3.4.0)
110
- rspec-expectations (3.4.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.4.0)
113
- rspec-mocks (3.4.1)
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.4.0)
116
- rspec-rails (3.4.2)
117
- actionpack (>= 3.0, < 4.3)
118
- activesupport (>= 3.0, < 4.3)
119
- railties (>= 3.0, < 4.3)
120
- rspec-core (~> 3.4.0)
121
- rspec-expectations (~> 3.4.0)
122
- rspec-mocks (~> 3.4.0)
123
- rspec-support (~> 3.4.0)
124
- rspec-support (3.4.1)
125
- sass (3.4.22)
126
- sass-rails (5.0.4)
127
- railties (>= 4.0.0, < 5.0)
119
+ rspec-support (~> 3.7.0)
120
+ rspec-rails (3.7.0)
121
+ actionpack (>= 3.0)
122
+ activesupport (>= 3.0)
123
+ railties (>= 3.0)
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)
134
+ sass-rails (5.0.6)
135
+ railties (>= 4.0.0, < 6)
128
136
  sass (~> 3.1)
129
137
  sprockets (>= 2.8, < 4.0)
130
138
  sprockets-rails (>= 2.0, < 4.0)
131
139
  tilt (>= 1.1, < 3)
132
- spring (1.7.1)
133
- sprockets (3.6.2)
140
+ spring (1.7.2)
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.11)
141
- test-unit (3.1.8)
148
+ sqlite3 (1.3.13)
149
+ test-unit (3.2.0)
142
150
  power_assert
143
- thor (0.19.1)
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.0)
156
+ uglifier (3.2.0)
149
157
  execjs (>= 0.3.0, < 3)
150
158
 
151
159
  PLATFORMS
@@ -1,43 +1,43 @@
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
- actionmailer (4.2.6)
12
- actionpack (= 4.2.6)
13
- actionview (= 4.2.6)
14
- activejob (= 4.2.6)
11
+ actionmailer (4.2.7.1)
12
+ actionpack (= 4.2.7.1)
13
+ actionview (= 4.2.7.1)
14
+ activejob (= 4.2.7.1)
15
15
  mail (~> 2.5, >= 2.5.4)
16
16
  rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.6)
18
- actionview (= 4.2.6)
19
- activesupport (= 4.2.6)
17
+ actionpack (4.2.7.1)
18
+ actionview (= 4.2.7.1)
19
+ activesupport (= 4.2.7.1)
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.6)
25
- activesupport (= 4.2.6)
24
+ actionview (4.2.7.1)
25
+ activesupport (= 4.2.7.1)
26
26
  builder (~> 3.1)
27
27
  erubis (~> 2.7.0)
28
28
  rails-dom-testing (~> 1.0, >= 1.0.5)
29
29
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- activejob (4.2.6)
31
- activesupport (= 4.2.6)
30
+ activejob (4.2.7.1)
31
+ activesupport (= 4.2.7.1)
32
32
  globalid (>= 0.3.0)
33
- activemodel (4.2.6)
34
- activesupport (= 4.2.6)
33
+ activemodel (4.2.7.1)
34
+ activesupport (= 4.2.7.1)
35
35
  builder (~> 3.1)
36
- activerecord (4.2.6)
37
- activemodel (= 4.2.6)
38
- activesupport (= 4.2.6)
36
+ activerecord (4.2.7.1)
37
+ activemodel (= 4.2.7.1)
38
+ activesupport (= 4.2.7.1)
39
39
  arel (~> 6.0)
40
- activesupport (4.2.6)
40
+ activesupport (4.2.7.1)
41
41
  i18n (~> 0.7)
42
42
  json (~> 1.7, >= 1.7.7)
43
43
  minitest (~> 5.1)
@@ -47,124 +47,125 @@ GEM
47
47
  bundler
48
48
  rake
49
49
  thor (>= 0.14.0)
50
- arel (6.0.3)
51
- aruba (0.14.1)
50
+ arel (6.0.4)
51
+ aruba (0.14.2)
52
52
  childprocess (~> 0.5.6)
53
53
  contracts (~> 0.9)
54
54
  cucumber (>= 1.3.19)
55
55
  ffi (~> 1.9.10)
56
56
  rspec-expectations (>= 2.99)
57
57
  thor (~> 0.19)
58
- builder (3.2.2)
58
+ builder (3.2.3)
59
59
  childprocess (0.5.9)
60
60
  ffi (~> 1.0, >= 1.0.11)
61
- coffee-rails (4.1.1)
61
+ coffee-rails (4.2.2)
62
62
  coffee-script (>= 2.2.0)
63
- railties (>= 4.0.0, < 5.1.x)
63
+ railties (>= 4.0.0)
64
64
  coffee-script (2.4.1)
65
65
  coffee-script-source
66
66
  execjs
67
- coffee-script-source (1.10.0)
68
- concurrent-ruby (1.0.2)
69
- contracts (0.14.0)
67
+ coffee-script-source (1.12.2)
68
+ concurrent-ruby (1.0.5)
69
+ contracts (0.16.0)
70
+ crass (1.0.2)
70
71
  cucumber (1.3.19)
71
72
  builder (>= 2.1.2)
72
73
  diff-lcs (>= 1.1.3)
73
74
  gherkin (~> 2.12)
74
75
  multi_json (>= 1.7.5, < 2.0)
75
76
  multi_test (>= 0.1.2)
76
- diff-lcs (1.2.5)
77
+ diff-lcs (1.3)
77
78
  erubis (2.7.0)
78
79
  execjs (2.7.0)
79
- factory_girl (4.8.0)
80
+ factory_girl (4.9.0)
80
81
  activesupport (>= 3.0.0)
81
- ffi (1.9.10)
82
+ ffi (1.9.18)
82
83
  gherkin (2.12.2)
83
84
  multi_json (~> 1.3)
84
- globalid (0.3.6)
85
- activesupport (>= 4.1.0)
86
- i18n (0.7.0)
87
- jquery-rails (4.1.1)
85
+ globalid (0.4.0)
86
+ activesupport (>= 4.2.0)
87
+ i18n (0.9.0)
88
+ concurrent-ruby (~> 1.0)
89
+ jquery-rails (4.3.1)
88
90
  rails-dom-testing (>= 1, < 3)
89
91
  railties (>= 4.2.0)
90
92
  thor (>= 0.14, < 2.0)
91
- json (1.8.3)
92
- loofah (2.0.3)
93
+ json (1.8.6)
94
+ loofah (2.1.1)
95
+ crass (~> 1.0.2)
93
96
  nokogiri (>= 1.5.9)
94
- mail (2.6.4)
97
+ mail (2.6.6)
95
98
  mime-types (>= 1.16, < 4)
96
99
  mime-types (3.1)
97
100
  mime-types-data (~> 3.2015)
98
101
  mime-types-data (3.2016.0521)
99
- mini_portile2 (2.1.0)
100
- minitest (5.9.0)
101
- multi_json (1.12.1)
102
+ mini_portile2 (2.3.0)
103
+ minitest (5.10.3)
104
+ multi_json (1.12.2)
102
105
  multi_test (0.1.2)
103
- nokogiri (1.6.8)
104
- mini_portile2 (~> 2.1.0)
105
- pkg-config (~> 1.1.7)
106
- pkg-config (1.1.7)
107
- power_assert (0.2.7)
108
- rack (1.6.4)
106
+ nokogiri (1.8.1)
107
+ mini_portile2 (~> 2.3.0)
108
+ power_assert (0.3.0)
109
+ rack (1.6.8)
109
110
  rack-test (0.6.3)
110
111
  rack (>= 1.0)
111
- rails (4.2.6)
112
- actionmailer (= 4.2.6)
113
- actionpack (= 4.2.6)
114
- actionview (= 4.2.6)
115
- activejob (= 4.2.6)
116
- activemodel (= 4.2.6)
117
- activerecord (= 4.2.6)
118
- activesupport (= 4.2.6)
112
+ rails (4.2.7.1)
113
+ actionmailer (= 4.2.7.1)
114
+ actionpack (= 4.2.7.1)
115
+ actionview (= 4.2.7.1)
116
+ activejob (= 4.2.7.1)
117
+ activemodel (= 4.2.7.1)
118
+ activerecord (= 4.2.7.1)
119
+ activesupport (= 4.2.7.1)
119
120
  bundler (>= 1.3.0, < 2.0)
120
- railties (= 4.2.6)
121
+ railties (= 4.2.7.1)
121
122
  sprockets-rails
122
123
  rails-deprecated_sanitizer (1.0.3)
123
124
  activesupport (>= 4.2.0.alpha)
124
- rails-dom-testing (1.0.7)
125
+ rails-dom-testing (1.0.8)
125
126
  activesupport (>= 4.2.0.beta, < 5.0)
126
- nokogiri (~> 1.6.0)
127
+ nokogiri (~> 1.6)
127
128
  rails-deprecated_sanitizer (>= 1.0.1)
128
129
  rails-html-sanitizer (1.0.3)
129
130
  loofah (~> 2.0)
130
- railties (4.2.6)
131
- actionpack (= 4.2.6)
132
- activesupport (= 4.2.6)
131
+ railties (4.2.7.1)
132
+ actionpack (= 4.2.7.1)
133
+ activesupport (= 4.2.7.1)
133
134
  rake (>= 0.8.7)
134
135
  thor (>= 0.18.1, < 2.0)
135
- rake (11.2.2)
136
- rspec-core (3.4.4)
137
- rspec-support (~> 3.4.0)
138
- rspec-expectations (3.4.0)
136
+ rake (12.1.0)
137
+ rspec-core (3.7.0)
138
+ rspec-support (~> 3.7.0)
139
+ rspec-expectations (3.7.0)
139
140
  diff-lcs (>= 1.2.0, < 2.0)
140
- rspec-support (~> 3.4.0)
141
- rspec-mocks (3.4.1)
141
+ rspec-support (~> 3.7.0)
142
+ rspec-mocks (3.7.0)
142
143
  diff-lcs (>= 1.2.0, < 2.0)
143
- rspec-support (~> 3.4.0)
144
- rspec-rails (3.4.2)
145
- actionpack (>= 3.0, < 4.3)
146
- activesupport (>= 3.0, < 4.3)
147
- railties (>= 3.0, < 4.3)
148
- rspec-core (~> 3.4.0)
149
- rspec-expectations (~> 3.4.0)
150
- rspec-mocks (~> 3.4.0)
151
- rspec-support (~> 3.4.0)
152
- rspec-support (3.4.1)
153
- sprockets (3.6.2)
144
+ rspec-support (~> 3.7.0)
145
+ rspec-rails (3.7.0)
146
+ actionpack (>= 3.0)
147
+ activesupport (>= 3.0)
148
+ railties (>= 3.0)
149
+ rspec-core (~> 3.7.0)
150
+ rspec-expectations (~> 3.7.0)
151
+ rspec-mocks (~> 3.7.0)
152
+ rspec-support (~> 3.7.0)
153
+ rspec-support (3.7.0)
154
+ sprockets (3.7.1)
154
155
  concurrent-ruby (~> 1.0)
155
156
  rack (> 1, < 3)
156
- sprockets-rails (3.0.4)
157
+ sprockets-rails (3.2.1)
157
158
  actionpack (>= 4.0)
158
159
  activesupport (>= 4.0)
159
160
  sprockets (>= 3.0.0)
160
- sqlite3 (1.3.11)
161
- test-unit (3.1.8)
161
+ sqlite3 (1.3.13)
162
+ test-unit (3.2.0)
162
163
  power_assert
163
- thor (0.19.1)
164
- thread_safe (0.3.5)
165
- tzinfo (1.2.2)
164
+ thor (0.20.0)
165
+ thread_safe (0.3.6)
166
+ tzinfo (1.2.3)
166
167
  thread_safe (~> 0.1)
167
- uglifier (3.0.0)
168
+ uglifier (3.2.0)
168
169
  execjs (>= 0.3.0, < 3)
169
170
 
170
171
  PLATFORMS