omniauth-aai 0.6.6 → 0.6.8

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: 3f92afb50fb0d03c6aa5214436453443fe432d0e
4
- data.tar.gz: 823d697b1abc397427ee6ee309874470dd697962
3
+ metadata.gz: 8b87c117309a3290ee4e37f6bc414b56fbdd0ffa
4
+ data.tar.gz: bc2eaaa59d130f957972955afb53e12184670d3f
5
5
  SHA512:
6
- metadata.gz: 40b66020e66a70be7e2d2c85583f6a2e65046cf233f3bfe79bb8561a857febb2ff0502ada0bd165f19bc2d8173920b2a37d6c4894a911cffc4dd5ee6672c3a36
7
- data.tar.gz: 2d85caee02befbf6e4449b47340faadd53b7b7c80e5db94099a6b34613e59e96dc9bc0d2fa7cf90afbd79970b37c888971bca019d0fcd865263effa8eceab0ce
6
+ metadata.gz: 16a90ab2ded25d5764ea7d6a703eb7ebda78077981b8d842fcc29f3ea1c90b38ca6543b014ebb96335c935ff05c8e437b1b77429e1dd570d98bd443c76aaa5a5
7
+ data.tar.gz: a365df4adf2fbceecabdcd5f72ad0c9b88b22774218957a8040580a8db82294570fc2ff8ba71dbef4818f3a30725b9e7821b13726d6d72670747aedc9ccef263
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- omniauth-aai (0.6.4)
11
+ omniauth-aai (0.6.8)
12
12
  omniauth-shibboleth (~> 1.2)
13
13
 
14
14
  GEM
@@ -51,18 +51,16 @@ GEM
51
51
  tzinfo (~> 1.1)
52
52
  arel (6.0.0)
53
53
  builder (3.2.2)
54
- celluloid (0.16.0)
55
- timers (~> 4.0.0)
56
54
  coderay (1.1.0)
57
55
  diff-lcs (1.2.5)
58
56
  erubis (2.7.0)
59
- ffi (1.9.8)
57
+ ffi (1.9.10)
60
58
  formatador (0.2.5)
61
59
  globalid (0.3.5)
62
60
  activesupport (>= 4.1.0)
63
- guard (2.12.5)
61
+ guard (2.12.8)
64
62
  formatador (>= 0.2.4)
65
- listen (~> 2.7)
63
+ listen (>= 2.7, <= 4.0)
66
64
  lumberjack (~> 1.0)
67
65
  nenv (~> 0.1)
68
66
  notiffany (~> 0.0)
@@ -70,16 +68,14 @@ GEM
70
68
  shellany (~> 0.0)
71
69
  thor (>= 0.18.1)
72
70
  guard-compat (1.2.1)
73
- guard-rspec (4.5.1)
71
+ guard-rspec (4.6.0)
74
72
  guard (~> 2.1)
75
73
  guard-compat (~> 1.1)
76
74
  rspec (>= 2.99.0, < 4.0)
77
- hashie (3.4.1)
78
- hitimes (1.2.2)
75
+ hashie (3.4.2)
79
76
  i18n (0.7.0)
80
77
  json (1.8.3)
81
- listen (2.10.0)
82
- celluloid (~> 0.16.0)
78
+ listen (3.0.1)
83
79
  rb-fsevent (>= 0.9.3)
84
80
  rb-inotify (>= 0.9)
85
81
  loofah (2.0.2)
@@ -135,19 +131,19 @@ GEM
135
131
  rb-fsevent (0.9.5)
136
132
  rb-inotify (0.9.5)
137
133
  ffi (>= 0.5.0)
138
- rspec (3.2.0)
139
- rspec-core (~> 3.2.0)
140
- rspec-expectations (~> 3.2.0)
141
- rspec-mocks (~> 3.2.0)
142
- rspec-core (3.2.3)
143
- rspec-support (~> 3.2.0)
144
- rspec-expectations (3.2.1)
134
+ rspec (3.3.0)
135
+ rspec-core (~> 3.3.0)
136
+ rspec-expectations (~> 3.3.0)
137
+ rspec-mocks (~> 3.3.0)
138
+ rspec-core (3.3.1)
139
+ rspec-support (~> 3.3.0)
140
+ rspec-expectations (3.3.0)
145
141
  diff-lcs (>= 1.2.0, < 2.0)
146
- rspec-support (~> 3.2.0)
147
- rspec-mocks (3.2.1)
142
+ rspec-support (~> 3.3.0)
143
+ rspec-mocks (3.3.1)
148
144
  diff-lcs (>= 1.2.0, < 2.0)
149
- rspec-support (~> 3.2.0)
150
- rspec-support (3.2.2)
145
+ rspec-support (~> 3.3.0)
146
+ rspec-support (3.3.0)
151
147
  shellany (0.0.1)
152
148
  slop (3.6.0)
153
149
  sprockets (3.1.0)
@@ -158,8 +154,6 @@ GEM
158
154
  sprockets (>= 2.8, < 4.0)
159
155
  thor (0.19.1)
160
156
  thread_safe (0.3.5)
161
- timers (4.0.1)
162
- hitimes
163
157
  tzinfo (1.2.2)
164
158
  thread_safe (~> 0.1)
165
159
 
@@ -3,6 +3,7 @@ class CreateAaiUser < ActiveRecord::Migration
3
3
 
4
4
  create_table(:users) do |t|
5
5
  t.string :uid
6
+ t.string :provider
6
7
  t.string :unique_id
7
8
  t.string :persistent_id
8
9
  t.string :email
@@ -2,7 +2,7 @@ Rails.application.config.middleware.use OmniAuth::Builder do
2
2
  if Rails.env.development?
3
3
  provider :developer, {
4
4
  uid_field: :persistent_id,
5
- fields: [:name, :email, :persistent_id, :unique_id]
5
+ fields: [:first_name, :last_name, :email, :persistent_id, :unique_id]
6
6
  }
7
7
  else
8
8
  provider :aai, {
@@ -1,32 +1,25 @@
1
1
  class User <%= options[:persist] ? "< ActiveRecord::Base" : "" %>
2
2
  <% if options[:persist] -%>
3
3
  # attr_accessible :uid
4
- attr_accessor :aai
4
+ # attr_accessor :aai
5
5
  PERSISTENT = true
6
6
 
7
7
  def self.update_or_create_with_omniauth_aai(omniauth_aai)
8
- user = find_or_build_with_uid(omniauth_aai['uid'])
9
- user.attributes = {
10
- unique_id: omniauth_aai.info.unique_id,
11
- persistent_id: omniauth_aai.info.persistent_id,
12
- email: omniauth_aai.info.email,
13
- first_name: omniauth_aai.info.first_name,
14
- last_name: omniauth_aai.info.last_name,
15
- home_organization: omniauth_aai.info.home_organization,
16
- # affiliation: omniauth_aai.info.affiliation,
17
- raw_data: omniauth_aai.respond_to?(:to_hash) ? omniauth_aai.to_hash : omniauth_aai.inspect
18
- }
19
- user.save
20
- user
21
- end
22
-
23
- def self.find_or_build_with_uid(aai_uid)
24
- if aai_uid.present?
25
- where(uid: aai_uid).first || new(uid: aai_uid)
26
- else
27
- new
8
+ where(provider: omniauth_aai.provider, uid: omniauth_aai.uid).first_or_create do |user|
9
+ user.provider = omniauth_aai.provider,
10
+ user.uid = omniauth_aai.uid,
11
+ user.unique_id = omniauth_aai.info.unique_id,
12
+ user.persistent_id = omniauth_aai.info.persistent_id,
13
+ user.email = omniauth_aai.info.email,
14
+ user.first_name = omniauth_aai.info.first_name,
15
+ user.last_name = omniauth_aai.info.last_name,
16
+ user.home_organization = omniauth_aai.info.home_organization,
17
+ # user.affiliation = omniauth_aai.info.affiliation,
18
+ user.raw_data = omniauth_aai.respond_to?(:to_hash) ? omniauth_aai.to_hash : omniauth_aai.inspect
19
+ user.save
28
20
  end
29
21
  end
22
+
30
23
  <% else -%>
31
24
  attr_accessor :aai, :uid
32
25
  PERSISTENT = false
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Aai
3
- VERSION = "0.6.6"
3
+ VERSION = "0.6.8"
4
4
  end
5
5
  end
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gem 'omniauth-aai', path: "../../../omniauth-aai"
4
4
 
5
5
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
6
- gem 'rails', '4.2.1'
6
+ gem 'rails', '4.2.2'
7
7
  # Use sqlite3 as the database for Active Record
8
8
  gem 'sqlite3'
9
9
  # Use SCSS for stylesheets
@@ -1,42 +1,42 @@
1
1
  PATH
2
2
  remote: ../../../omniauth-aai
3
3
  specs:
4
- omniauth-aai (0.6.5)
4
+ omniauth-aai (0.6.8)
5
5
  omniauth-shibboleth (~> 1.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (4.2.1)
11
- actionpack (= 4.2.1)
12
- actionview (= 4.2.1)
13
- activejob (= 4.2.1)
10
+ actionmailer (4.2.2)
11
+ actionpack (= 4.2.2)
12
+ actionview (= 4.2.2)
13
+ activejob (= 4.2.2)
14
14
  mail (~> 2.5, >= 2.5.4)
15
15
  rails-dom-testing (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.1)
17
- actionview (= 4.2.1)
18
- activesupport (= 4.2.1)
16
+ actionpack (4.2.2)
17
+ actionview (= 4.2.2)
18
+ activesupport (= 4.2.2)
19
19
  rack (~> 1.6)
20
20
  rack-test (~> 0.6.2)
21
21
  rails-dom-testing (~> 1.0, >= 1.0.5)
22
22
  rails-html-sanitizer (~> 1.0, >= 1.0.1)
23
- actionview (4.2.1)
24
- activesupport (= 4.2.1)
23
+ actionview (4.2.2)
24
+ activesupport (= 4.2.2)
25
25
  builder (~> 3.1)
26
26
  erubis (~> 2.7.0)
27
27
  rails-dom-testing (~> 1.0, >= 1.0.5)
28
28
  rails-html-sanitizer (~> 1.0, >= 1.0.1)
29
- activejob (4.2.1)
30
- activesupport (= 4.2.1)
29
+ activejob (4.2.2)
30
+ activesupport (= 4.2.2)
31
31
  globalid (>= 0.3.0)
32
- activemodel (4.2.1)
33
- activesupport (= 4.2.1)
32
+ activemodel (4.2.2)
33
+ activesupport (= 4.2.2)
34
34
  builder (~> 3.1)
35
- activerecord (4.2.1)
36
- activemodel (= 4.2.1)
37
- activesupport (= 4.2.1)
35
+ activerecord (4.2.2)
36
+ activemodel (= 4.2.2)
37
+ activesupport (= 4.2.2)
38
38
  arel (~> 6.0)
39
- activesupport (4.2.1)
39
+ activesupport (4.2.2)
40
40
  i18n (~> 0.7)
41
41
  json (~> 1.7, >= 1.7.7)
42
42
  minitest (~> 5.1)
@@ -66,7 +66,7 @@ GEM
66
66
  jbuilder (2.3.0)
67
67
  activesupport (>= 3.0.0, < 5)
68
68
  multi_json (~> 1.2)
69
- jquery-rails (4.0.3)
69
+ jquery-rails (4.0.4)
70
70
  rails-dom-testing (~> 1.0)
71
71
  railties (>= 4.2.0)
72
72
  thor (>= 0.14, < 2.0)
@@ -84,21 +84,21 @@ GEM
84
84
  omniauth (1.2.2)
85
85
  hashie (>= 1.2, < 4)
86
86
  rack (~> 1.0)
87
- omniauth-shibboleth (1.2.0)
87
+ omniauth-shibboleth (1.2.1)
88
88
  omniauth (>= 1.0.0)
89
- rack (1.6.1)
89
+ rack (1.6.4)
90
90
  rack-test (0.6.3)
91
91
  rack (>= 1.0)
92
- rails (4.2.1)
93
- actionmailer (= 4.2.1)
94
- actionpack (= 4.2.1)
95
- actionview (= 4.2.1)
96
- activejob (= 4.2.1)
97
- activemodel (= 4.2.1)
98
- activerecord (= 4.2.1)
99
- activesupport (= 4.2.1)
92
+ rails (4.2.2)
93
+ actionmailer (= 4.2.2)
94
+ actionpack (= 4.2.2)
95
+ actionview (= 4.2.2)
96
+ activejob (= 4.2.2)
97
+ activemodel (= 4.2.2)
98
+ activerecord (= 4.2.2)
99
+ activesupport (= 4.2.2)
100
100
  bundler (>= 1.3.0, < 2.0)
101
- railties (= 4.2.1)
101
+ railties (= 4.2.2)
102
102
  sprockets-rails
103
103
  rails-deprecated_sanitizer (1.0.3)
104
104
  activesupport (>= 4.2.0.alpha)
@@ -108,9 +108,9 @@ GEM
108
108
  rails-deprecated_sanitizer (>= 1.0.1)
109
109
  rails-html-sanitizer (1.0.2)
110
110
  loofah (~> 2.0)
111
- railties (4.2.1)
112
- actionpack (= 4.2.1)
113
- activesupport (= 4.2.1)
111
+ railties (4.2.2)
112
+ actionpack (= 4.2.2)
113
+ activesupport (= 4.2.2)
114
114
  rake (>= 0.8.7)
115
115
  thor (>= 0.18.1, < 2.0)
116
116
  rake (10.4.2)
@@ -143,7 +143,7 @@ GEM
143
143
  uglifier (2.7.1)
144
144
  execjs (>= 0.3.0)
145
145
  json (>= 1.8.0)
146
- web-console (2.1.2)
146
+ web-console (2.1.3)
147
147
  activemodel (>= 4.0)
148
148
  binding_of_caller (>= 0.7.2)
149
149
  railties (>= 4.0)
@@ -158,7 +158,7 @@ DEPENDENCIES
158
158
  jbuilder (~> 2.0)
159
159
  jquery-rails
160
160
  omniauth-aai!
161
- rails (= 4.2.1)
161
+ rails (= 4.2.2)
162
162
  sass-rails (~> 5.0)
163
163
  sdoc (~> 0.4.0)
164
164
  spring
@@ -4,26 +4,18 @@ class User < ActiveRecord::Base
4
4
  PERSISTENT = true
5
5
 
6
6
  def self.update_or_create_with_omniauth_aai(omniauth_aai)
7
- user = find_or_build_with_uid(omniauth_aai['uid'])
8
- user.attributes = {
9
- unique_id: omniauth_aai.info.unique_id,
10
- persistent_id: omniauth_aai.info.persistent_id,
11
- email: omniauth_aai.info.email,
12
- first_name: omniauth_aai.info.first_name,
13
- last_name: omniauth_aai.info.last_name,
14
- home_organization: omniauth_aai.info.home_organization,
15
- # affiliation: omniauth_aai.info.affiliation,
16
- raw_data: omniauth_aai.respond_to?(:to_hash) ? omniauth_aai.to_hash : omniauth_aai.inspect
17
- }
18
- user.save
19
- user
20
- end
21
-
22
- def self.find_or_build_with_uid(aai_uid)
23
- if aai_uid.present?
24
- where(uid: aai_uid).first || new(uid: aai_uid)
25
- else
26
- new
7
+ where(provider: omniauth_aai.provider, uid: omniauth_aai.uid).first_or_create do |user|
8
+ user.provider = omniauth_aai.provider,
9
+ user.uid = omniauth_aai.uid,
10
+ user.unique_id = omniauth_aai.info.unique_id,
11
+ user.persistent_id = omniauth_aai.info.persistent_id,
12
+ user.email = omniauth_aai.info.email,
13
+ user.first_name = omniauth_aai.info.first_name,
14
+ user.last_name = omniauth_aai.info.last_name,
15
+ user.home_organization = omniauth_aai.info.home_organization,
16
+ # user.affiliation = omniauth_aai.info.affiliation,
17
+ user.raw_data = omniauth_aai.respond_to?(:to_hash) ? omniauth_aai.to_hash : omniauth_aai.inspect
18
+ user.save
27
19
  end
28
20
  end
29
21
 
@@ -2,7 +2,7 @@ Rails.application.config.middleware.use OmniAuth::Builder do
2
2
  if Rails.env.development?
3
3
  provider :developer, {
4
4
  uid_field: :persistent_id,
5
- fields: [:name, :email, :persistent_id, :unique_id]
5
+ fields: [:first_name, :last_name, :email, :persistent_id, :unique_id]
6
6
  }
7
7
  else
8
8
  provider :aai, {
@@ -3,6 +3,7 @@ class CreateAaiUser < ActiveRecord::Migration
3
3
 
4
4
  create_table(:users) do |t|
5
5
  t.string :uid
6
+ t.string :provider
6
7
  t.string :unique_id
7
8
  t.string :persistent_id
8
9
  t.string :email
@@ -15,6 +15,7 @@ ActiveRecord::Schema.define(version: 20150609123414) do
15
15
 
16
16
  create_table "users", force: :cascade do |t|
17
17
  t.string "uid"
18
+ t.string "provider"
18
19
  t.string "unique_id"
19
20
  t.string "persistent_id"
20
21
  t.string "email"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-aai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Rohrer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-16 00:00:00.000000000 Z
11
+ date: 2015-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-shibboleth
@@ -269,11 +269,16 @@ files:
269
269
  - spec/example_rails4_app/test/mailers/.keep
270
270
  - spec/example_rails4_app/test/models/.keep
271
271
  - spec/example_rails4_app/test/test_helper.rb
272
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/-r0989swW6klF7iRnTlbp9_bnenNkIx76V8C8XOjZ6s.cache
273
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/-xEcO2r7ITrFpy6wXf5eI33McK2B73IlJhCl9IbFOc0.cache
274
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/0W7XBiZxwVDzH4LiEl4v3UcTgR4zr5cuVmMIcnq8vhM.cache
272
275
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/16hQlFIe40NuIP864XRz2KijWCbEtxyjn5X1rXoJk6o.cache
276
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/1M-ThgiJRGIXZ9coR1OlMOUFFiVBwswpn-Fxm60DSdE.cache
273
277
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/1s_XCxu5Ta3ZrQVnXIYvLyRMXFQo20cDx9dOl2Z2iF8.cache
274
278
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/29DyBLYZiyJ3FlvLIMPsG2-7J8nAW42idLjWLEVdB_k.cache
275
279
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/3QbXCZJvxomnkCnjUWHuRcr1GygZ_h2BHAvxwpDe8_s.cache
276
280
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/4DpD3QisvkI9coAiaW5J81R3QEdauKikO3Gh5M8mwWo.cache
281
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/56bYoOfzFGLivFJjIyXQaHb5Mkl-bKOsav2dGlJja3c.cache
277
282
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/6NLgJvQ8d_2Hvs_dsIe78tpsALlFUB02E_yBe-2E5cA.cache
278
283
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/6jHw85RU0ldd0Q9aN-7rANpT7g1-koNDbSenv-m7smI.cache
279
284
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/7BAbDbQvvxI5tyXDU4FFEVqkskvwpwBb-Okv_3k7m_A.cache
@@ -288,9 +293,11 @@ files:
288
293
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/GhngrT7J72BUCc1bezWnL7Jo90IMfCX9sv-jG3yR1do.cache
289
294
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/GjsYHKbT8fxMeVlnpmarx6Xi-_Ph0QMuk1BHoU4JDrQ.cache
290
295
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/H4FEyyRC4IJsChOdu1cf9NDgg8w6J1YBVNHaKN92h9o.cache
296
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/Hi-sf4eLVqcIzcCrhNuSxFlVwYKdG9YYwaKbpmk0-Sg.cache
291
297
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/HuW5JtBWJZxfUZ1DwcTWNbd8SUgtADxeUMUKeEzvf_g.cache
292
298
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/If5Lvqrq1tySO8vBUqp2xvRY_mnDfGebBxBP2mxZbZY.cache
293
299
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/IoT_x37i_0kSKYgLgbJR5-i6lvuoyNhOt9FSw-yILiQ.cache
300
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/IoWh5xGIATppejUWTDbZPol_RNYUbxCmm48Y18RHC8g.cache
294
301
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/JUseOAL-WHjhDijGjAaXwOvZEJUVhMs_jFSMbXunViY.cache
295
302
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/KJcDzapXqjQsiil8Z8og8g_9qX88kXR8p3pMopsauA8.cache
296
303
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/KZpDQ14WKjcnWnLxlL99qFCd6ARfk0MsdegUfI30RMk.cache
@@ -299,6 +306,7 @@ files:
299
306
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/LrrMe0GtdmPrjF0Ou61xP2OuXRn_qj89eGoZXbf3vbw.cache
300
307
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/LztSNJNntGvwWvTagsgqfu962AkizwMH0ZY3rR1UlfU.cache
301
308
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/Nt-6pBlTra27ZPWSp2yTZSKBAePHJHgDlIoxWTgF9i8.cache
309
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/P9KHEVVoarZGliFAWbvay2pwnS_FcqY-w1u2oZR3wX0.cache
302
310
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/PHhC5vQizTPXEkJAiD_q9ESL7UlJW-l8Ua2aoWOhv_o.cache
303
311
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/P_EuZX1f1jWOTOCYOehyLGTvBYPNpeXrJK78R-D_fxg.cache
304
312
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/QRU43JksZxXfCsqux8aCe2yyWueGiamUDi18N8gDA1Q.cache
@@ -308,6 +316,7 @@ files:
308
316
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/S5179qXMIYo2z-pYHnXOtD2IYoz5ac8moYSK7pNt7m8.cache
309
317
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/SO9WJ6f1sF18HRfzSmwkLdVZZwRBNz1DxAaYtGbOTrE.cache
310
318
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/SPlj-pwirc-AB3GMeOqDR5gSAiu3j6C7QnAZfGmE9_I.cache
319
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/SvQILYKMn2bk730KKD7atyxpk4YqhWyH7DshvCrQprk.cache
311
320
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/TGEldewczDNL-pNPKYkePKZe3ySFo2sisfkbnD19W4s.cache
312
321
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/TdlxPZJxUr_7HWj7CrC81yJyV0-40_Ogqo_1NTaEoIU.cache
313
322
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/TowmqkMiUGEwvy7lnHQ_88ROBl0yb2D4yH0ugiNjvfA.cache
@@ -316,10 +325,14 @@ files:
316
325
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/VOp0pIv_pTt1jyD5JQn5Ee721CyQFQTGdnz4ODw38i4.cache
317
326
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/W8O66kikznV0XXIhsnH-3dHWm24NyxyK2BbzZvEssto.cache
318
327
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/WvpkQTtu6Bilfk4avwZi3MltWyEZ5AoOFrh1CmggOHY.cache
328
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/XoHbEm_2Y0DntFWjrNm-tlyWQKqcsjfa_Nl4Yje_zTg.cache
319
329
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/YLGfTegl3aFlYlDF7dfyQ5OuL6B6D3l-mcGVqtWnVQ8.cache
320
330
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/YngNHAn-McYDpn3H2vj5Cfs7jvy6y0xXgV2lm-QqytU.cache
321
331
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/_J-JFAM5KZ8G3xUcVV9ht5vdsdH3wHg737JhiRTNl30.cache
332
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/aZ4YN_RxCK2jhOoJKVY1fz7E_UPiFCB32S_aD2drZKA.cache
333
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/acQSZ8z0IC4Aq06wr7HZ0c-UT-uGioIFrNLB6P3jYB8.cache
322
334
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/apXOQCHHr7toaELV0vOhGpGHp0qsm15GmPpb-6SA6GI.cache
335
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/b6qNPlTFCzhcuV1npOZ-5cxVqQj75sSd1RMJZ3byJCU.cache
323
336
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/b8y2GQ1-kRPHQ6iuNVBh3u3UFg0MWb39-nI-F6kFjJI.cache
324
337
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/c5jVOyypWys4L2Hoyc4U84gCAJg3tGepalH4_wvPjag.cache
325
338
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/c8Xfpa8RSionpn-Hbvc5pDqvktT2tZDhvRCrUD1V_Oo.cache
@@ -334,22 +347,28 @@ files:
334
347
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/h94CfaFE7uxKkjg9ok-t1VaNrmPtIlflckdFHhn8HQs.cache
335
348
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/hE4vknoiDD4JODeZCrqVQJsqIprogjXMLmC8OwA_Jr0.cache
336
349
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/hS0tOwqtQJaZQ94vExFzOIkbAuInPL-qbhJ_ehyAIdA.cache
350
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/ih1pxVgojS0c9r-Udv2go9mgQA30Oof4rgxDohDPDxU.cache
337
351
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/jRTlxo8OfNbF2UFI9yARZfikVm2L6tckGljgpdPKJAE.cache
338
352
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/jWzKY7vp1V-gp2DIoaBUf6FHlXy64u51evJE2HTEmHw.cache
339
353
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/lUc30_tLPQlQGisfWsxHa5lZyISJfptkj2aejrnhWZU.cache
354
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/mwQq6TQok0aF55vEp0uvrjbJYcx18k5r8_dity51_PI.cache
340
355
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/nCxMbDnAes_1GC8RYt2PITy2WlNMi62r_NxgG9iCMtw.cache
341
356
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/o3kPC592ld19zDhb6e5CboJtfZTPuTXwL60X_-G1gns.cache
357
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/omTUw0s9ZWLuAGLwOwgs8HkcmtbCvOq6quMPXh3Kojg.cache
342
358
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/pDDE6FBtWnNdYy4cCqoBwRS9skyewhX3G5hbhJ-avkA.cache
343
359
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/qCq7JUQLgFWl8E0HPk7lIEBGOdmUhOQK8DTCpqoypGk.cache
344
360
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/qzBkjnl32lQWbp5TzPSAUL1ai7Di46nMpBx4F7m6x5s.cache
345
361
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/r77JGKq0Pw_xiSzw2prNjqaAF6alyTiTyCsdnbipthY.cache
346
362
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/rJ0exYcGrKT54S-78fIu6vNCgQs3mDufsDxQ14gI_8E.cache
363
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/rqsVDdP-Fv8AE0jwOhVe68lD0TcSbkMg0UmBJxJhhVM.cache
347
364
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/rx80cSLfrwi0ZB09RMu0y303mn2cqY0n-HVvX4OZSvg.cache
348
365
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/t86ZINxINr8OvlNbaSMwdIJCEKNwBO6brBig2BlQM14.cache
349
366
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/tXvI8895yJKqfChNv65cTiwS7lytvZHFz1fXzFbzVeM.cache
350
367
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/thCl8GGN_rJuvcv7xzw1ekUMhKjPezhxQRCfJsKQSE8.cache
351
368
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/tjK9Anw7eOjh7RbOOCT1XJdPXKwQF1LniW5CKzANsg4.cache
369
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/uK1hidfB1aL5-fPo3zRS0ZMy2LipcqVxLKXqmBnVg4U.cache
352
370
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/ueBgJWdtY_h7B_DpJgfhaB1zK-p3TTKWfXHuoog1ee0.cache
371
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/ujDhQCp4fYHDE694rnheY7Dpps6uxK0El1RoeDRXqag.cache
353
372
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/umu0vtYbA7uPY--szPF2GZOzRsafL6YLGkxCLx52t0c.cache
354
373
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/vxx5Pa9c7cJsc-XteYxMc1PzkF-ivhpS1rA4yMoFo-Q.cache
355
374
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/wRYMTVh2J03EQY8OmShoXFHM5q_wkCsogrHuAv8CR6g.cache
@@ -536,18 +555,26 @@ test_files:
536
555
  - spec/example_rails4_app/test/mailers/.keep
537
556
  - spec/example_rails4_app/test/models/.keep
538
557
  - spec/example_rails4_app/test/test_helper.rb
558
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/-r0989swW6klF7iRnTlbp9_bnenNkIx76V8C8XOjZ6s.cache
559
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/-xEcO2r7ITrFpy6wXf5eI33McK2B73IlJhCl9IbFOc0.cache
560
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/0W7XBiZxwVDzH4LiEl4v3UcTgR4zr5cuVmMIcnq8vhM.cache
539
561
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/16hQlFIe40NuIP864XRz2KijWCbEtxyjn5X1rXoJk6o.cache
562
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/1M-ThgiJRGIXZ9coR1OlMOUFFiVBwswpn-Fxm60DSdE.cache
540
563
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/1s_XCxu5Ta3ZrQVnXIYvLyRMXFQo20cDx9dOl2Z2iF8.cache
541
564
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/29DyBLYZiyJ3FlvLIMPsG2-7J8nAW42idLjWLEVdB_k.cache
542
565
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/3QbXCZJvxomnkCnjUWHuRcr1GygZ_h2BHAvxwpDe8_s.cache
543
566
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/4DpD3QisvkI9coAiaW5J81R3QEdauKikO3Gh5M8mwWo.cache
567
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/56bYoOfzFGLivFJjIyXQaHb5Mkl-bKOsav2dGlJja3c.cache
544
568
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/6jHw85RU0ldd0Q9aN-7rANpT7g1-koNDbSenv-m7smI.cache
545
569
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/6NLgJvQ8d_2Hvs_dsIe78tpsALlFUB02E_yBe-2E5cA.cache
546
570
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/7BAbDbQvvxI5tyXDU4FFEVqkskvwpwBb-Okv_3k7m_A.cache
547
571
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/9wp0IZ0iih5-OpulhDQiwTcivSJ1B0NGGT3E0QqfUvY.cache
548
572
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/_J-JFAM5KZ8G3xUcVV9ht5vdsdH3wHg737JhiRTNl30.cache
573
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/acQSZ8z0IC4Aq06wr7HZ0c-UT-uGioIFrNLB6P3jYB8.cache
549
574
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/apXOQCHHr7toaELV0vOhGpGHp0qsm15GmPpb-6SA6GI.cache
550
575
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/ASeqoXJyDlZhHaweI73pi-Dj51RayBwGYDQv-OgzXiE.cache
576
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/aZ4YN_RxCK2jhOoJKVY1fz7E_UPiFCB32S_aD2drZKA.cache
577
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/b6qNPlTFCzhcuV1npOZ-5cxVqQj75sSd1RMJZ3byJCU.cache
551
578
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/b8y2GQ1-kRPHQ6iuNVBh3u3UFg0MWb39-nI-F6kFjJI.cache
552
579
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/BNSnmei4pmTUWNUSAxEsb0MthlP4aMS69DOMLpxnO1w.cache
553
580
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/c5jVOyypWys4L2Hoyc4U84gCAJg3tGepalH4_wvPjag.cache
@@ -570,10 +597,13 @@ test_files:
570
597
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/H4FEyyRC4IJsChOdu1cf9NDgg8w6J1YBVNHaKN92h9o.cache
571
598
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/h94CfaFE7uxKkjg9ok-t1VaNrmPtIlflckdFHhn8HQs.cache
572
599
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/hE4vknoiDD4JODeZCrqVQJsqIprogjXMLmC8OwA_Jr0.cache
600
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/Hi-sf4eLVqcIzcCrhNuSxFlVwYKdG9YYwaKbpmk0-Sg.cache
573
601
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/hS0tOwqtQJaZQ94vExFzOIkbAuInPL-qbhJ_ehyAIdA.cache
574
602
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/HuW5JtBWJZxfUZ1DwcTWNbd8SUgtADxeUMUKeEzvf_g.cache
575
603
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/If5Lvqrq1tySO8vBUqp2xvRY_mnDfGebBxBP2mxZbZY.cache
604
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/ih1pxVgojS0c9r-Udv2go9mgQA30Oof4rgxDohDPDxU.cache
576
605
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/IoT_x37i_0kSKYgLgbJR5-i6lvuoyNhOt9FSw-yILiQ.cache
606
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/IoWh5xGIATppejUWTDbZPol_RNYUbxCmm48Y18RHC8g.cache
577
607
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/jRTlxo8OfNbF2UFI9yARZfikVm2L6tckGljgpdPKJAE.cache
578
608
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/JUseOAL-WHjhDijGjAaXwOvZEJUVhMs_jFSMbXunViY.cache
579
609
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/jWzKY7vp1V-gp2DIoaBUf6FHlXy64u51evJE2HTEmHw.cache
@@ -584,9 +614,12 @@ test_files:
584
614
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/LrrMe0GtdmPrjF0Ou61xP2OuXRn_qj89eGoZXbf3vbw.cache
585
615
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/lUc30_tLPQlQGisfWsxHa5lZyISJfptkj2aejrnhWZU.cache
586
616
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/LztSNJNntGvwWvTagsgqfu962AkizwMH0ZY3rR1UlfU.cache
617
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/mwQq6TQok0aF55vEp0uvrjbJYcx18k5r8_dity51_PI.cache
587
618
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/nCxMbDnAes_1GC8RYt2PITy2WlNMi62r_NxgG9iCMtw.cache
588
619
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/Nt-6pBlTra27ZPWSp2yTZSKBAePHJHgDlIoxWTgF9i8.cache
589
620
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/o3kPC592ld19zDhb6e5CboJtfZTPuTXwL60X_-G1gns.cache
621
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/omTUw0s9ZWLuAGLwOwgs8HkcmtbCvOq6quMPXh3Kojg.cache
622
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/P9KHEVVoarZGliFAWbvay2pwnS_FcqY-w1u2oZR3wX0.cache
590
623
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/P_EuZX1f1jWOTOCYOehyLGTvBYPNpeXrJK78R-D_fxg.cache
591
624
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/pDDE6FBtWnNdYy4cCqoBwRS9skyewhX3G5hbhJ-avkA.cache
592
625
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/PHhC5vQizTPXEkJAiD_q9ESL7UlJW-l8Ua2aoWOhv_o.cache
@@ -598,10 +631,12 @@ test_files:
598
631
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/RanHbvC55zjJip0GoEuKsXCXGiMAnd9n7zr67BIqBSw.cache
599
632
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/RECBJfTHjk7obOczR_QxMkSagYRkmidf_ZawDoZTR8A.cache
600
633
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/rJ0exYcGrKT54S-78fIu6vNCgQs3mDufsDxQ14gI_8E.cache
634
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/rqsVDdP-Fv8AE0jwOhVe68lD0TcSbkMg0UmBJxJhhVM.cache
601
635
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/rx80cSLfrwi0ZB09RMu0y303mn2cqY0n-HVvX4OZSvg.cache
602
636
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/S5179qXMIYo2z-pYHnXOtD2IYoz5ac8moYSK7pNt7m8.cache
603
637
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/SO9WJ6f1sF18HRfzSmwkLdVZZwRBNz1DxAaYtGbOTrE.cache
604
638
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/SPlj-pwirc-AB3GMeOqDR5gSAiu3j6C7QnAZfGmE9_I.cache
639
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/SvQILYKMn2bk730KKD7atyxpk4YqhWyH7DshvCrQprk.cache
605
640
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/t86ZINxINr8OvlNbaSMwdIJCEKNwBO6brBig2BlQM14.cache
606
641
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/TdlxPZJxUr_7HWj7CrC81yJyV0-40_Ogqo_1NTaEoIU.cache
607
642
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/TGEldewczDNL-pNPKYkePKZe3ySFo2sisfkbnD19W4s.cache
@@ -612,12 +647,15 @@ test_files:
612
647
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/TqgWeb7o7Z23teWSLaSdF-f3_8aYzRVbBVZhQUHuZVc.cache
613
648
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/tXvI8895yJKqfChNv65cTiwS7lytvZHFz1fXzFbzVeM.cache
614
649
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/ueBgJWdtY_h7B_DpJgfhaB1zK-p3TTKWfXHuoog1ee0.cache
650
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/ujDhQCp4fYHDE694rnheY7Dpps6uxK0El1RoeDRXqag.cache
651
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/uK1hidfB1aL5-fPo3zRS0ZMy2LipcqVxLKXqmBnVg4U.cache
615
652
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/umu0vtYbA7uPY--szPF2GZOzRsafL6YLGkxCLx52t0c.cache
616
653
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/VOp0pIv_pTt1jyD5JQn5Ee721CyQFQTGdnz4ODw38i4.cache
617
654
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/vxx5Pa9c7cJsc-XteYxMc1PzkF-ivhpS1rA4yMoFo-Q.cache
618
655
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/W8O66kikznV0XXIhsnH-3dHWm24NyxyK2BbzZvEssto.cache
619
656
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/wRYMTVh2J03EQY8OmShoXFHM5q_wkCsogrHuAv8CR6g.cache
620
657
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/WvpkQTtu6Bilfk4avwZi3MltWyEZ5AoOFrh1CmggOHY.cache
658
+ - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/XoHbEm_2Y0DntFWjrNm-tlyWQKqcsjfa_Nl4Yje_zTg.cache
621
659
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/xSK_JYmeNOLhG9YlWG_YGYarb8YLyIeMXHahwRIyhZY.cache
622
660
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/xY3vpOpgxS_v0BTnI8qGvaqZPEHD4oWhTstxJSLV3nU.cache
623
661
  - spec/example_rails4_app/tmp/cache/assets/development/sprockets/v3.0/YLGfTegl3aFlYlDF7dfyQ5OuL6B6D3l-mcGVqtWnVQ8.cache