skins 0.0.2 → 0.0.3

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
- SHA1:
3
- metadata.gz: 37a3c4f4feb8f67d5c220377d0f5a01ff0bfdddc
4
- data.tar.gz: 01e5d51e15e02dec87cacb1ad5ae2a04abb00ca7
2
+ SHA256:
3
+ metadata.gz: fa6c4a1532086a46814a371be4da10c7ee74cabd1d86ffa3164ce1132474c5b6
4
+ data.tar.gz: b4871c425b6e27b272df39414e3f19eb0dc06efedb7a027086021566b2743015
5
5
  SHA512:
6
- metadata.gz: 72c5f53ff25f83f503dd254b669cf9b9becd1961294fa3951f7b4a2b6e4cbd2d836ed859618dbb854c7e5a4af0ace0df540be81f3826ae1517e6a888ae1c09de
7
- data.tar.gz: fc4a7d69bf0e24997e7ffa4dd11c7943e8f25572e79b99a8dd2ba2ef53028f91249bd19fada3a9695d2d94433c7c0b497a3cd937a57499e6ff5fd0758b2459c8
6
+ metadata.gz: 2772755ba56889401741482558c362155ae2f81246dfbbd69a2a0a32beaee294f9a14f0f29f31c5435849d543ba70aa17d13ffc884be9ecf63f847cd4889daa3
7
+ data.tar.gz: e05fcc95934a943b6cfa4b2ccfa4572a196358e5b7cf42d453c8ba166105557a76fe6f3b6c4d0390a959cb2d060da181f46034498f3f97651b467f2e18003888
@@ -1,116 +1,136 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- skins (0.0.1)
5
- rails (~> 4.2.0.beta1)
4
+ skins (0.0.2)
5
+ rails (>= 4.2.5)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (4.2.0.beta4)
11
- actionpack (= 4.2.0.beta4)
12
- actionview (= 4.2.0.beta4)
13
- activejob (= 4.2.0.beta4)
10
+ actioncable (5.2.1)
11
+ actionpack (= 5.2.1)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailer (5.2.1)
15
+ actionpack (= 5.2.1)
16
+ actionview (= 5.2.1)
17
+ activejob (= 5.2.1)
14
18
  mail (~> 2.5, >= 2.5.4)
15
- rails-dom-testing (~> 1.0, >= 1.0.4)
16
- actionpack (4.2.0.beta4)
17
- actionview (= 4.2.0.beta4)
18
- activesupport (= 4.2.0.beta4)
19
- rack (~> 1.6.0.beta)
20
- rack-test (~> 0.6.2)
21
- rails-dom-testing (~> 1.0, >= 1.0.4)
22
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
23
- actionview (4.2.0.beta4)
24
- activesupport (= 4.2.0.beta4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.2.1)
21
+ actionview (= 5.2.1)
22
+ activesupport (= 5.2.1)
23
+ rack (~> 2.0)
24
+ rack-test (>= 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.2.1)
28
+ activesupport (= 5.2.1)
25
29
  builder (~> 3.1)
26
- erubis (~> 2.7.0)
27
- rails-dom-testing (~> 1.0, >= 1.0.4)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
29
- activejob (4.2.0.beta4)
30
- activesupport (= 4.2.0.beta4)
31
- globalid (>= 0.3.0)
32
- activemodel (4.2.0.beta4)
33
- activesupport (= 4.2.0.beta4)
34
- builder (~> 3.1)
35
- activerecord (4.2.0.beta4)
36
- activemodel (= 4.2.0.beta4)
37
- activesupport (= 4.2.0.beta4)
38
- arel (>= 6.0.0.beta2, < 6.1)
39
- activesupport (4.2.0.beta4)
40
- i18n (>= 0.7.0.beta1, < 0.8)
41
- json (~> 1.7, >= 1.7.7)
30
+ erubi (~> 1.4)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (5.2.1)
34
+ activesupport (= 5.2.1)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.2.1)
37
+ activesupport (= 5.2.1)
38
+ activerecord (5.2.1)
39
+ activemodel (= 5.2.1)
40
+ activesupport (= 5.2.1)
41
+ arel (>= 9.0)
42
+ activestorage (5.2.1)
43
+ actionpack (= 5.2.1)
44
+ activerecord (= 5.2.1)
45
+ marcel (~> 0.3.1)
46
+ activesupport (5.2.1)
47
+ concurrent-ruby (~> 1.0, >= 1.0.2)
48
+ i18n (>= 0.7, < 2)
42
49
  minitest (~> 5.1)
43
- thread_safe (~> 0.1)
44
50
  tzinfo (~> 1.1)
45
- arel (6.0.0.beta2)
46
- builder (3.2.2)
47
- erubis (2.7.0)
48
- globalid (0.3.0)
49
- activesupport (>= 4.1.0)
50
- hike (1.2.3)
51
- i18n (0.7.0.beta1)
52
- jquery-rails (3.1.2)
53
- railties (>= 3.0, < 5.0)
51
+ arel (9.0.0)
52
+ builder (3.2.3)
53
+ bundler-audit (0.6.0)
54
+ bundler (~> 1.2)
55
+ thor (~> 0.18)
56
+ concurrent-ruby (1.1.3)
57
+ crass (1.0.4)
58
+ erubi (1.7.1)
59
+ globalid (0.4.1)
60
+ activesupport (>= 4.2.0)
61
+ i18n (1.1.1)
62
+ concurrent-ruby (~> 1.0)
63
+ jquery-rails (4.3.3)
64
+ rails-dom-testing (>= 1, < 3)
65
+ railties (>= 4.2.0)
54
66
  thor (>= 0.14, < 2.0)
55
- json (1.8.1)
56
- loofah (2.0.1)
67
+ loofah (2.2.3)
68
+ crass (~> 1.0.2)
57
69
  nokogiri (>= 1.5.9)
58
- mail (2.6.3)
59
- mime-types (>= 1.16, < 3)
60
- mime-types (2.4.3)
61
- mini_portile (0.6.1)
62
- minitest (5.4.3)
63
- multi_json (1.10.1)
64
- nokogiri (1.6.4.1)
65
- mini_portile (~> 0.6.0)
66
- rack (1.6.0.beta)
67
- rack-test (0.6.2)
68
- rack (>= 1.0)
69
- rails (4.2.0.beta4)
70
- actionmailer (= 4.2.0.beta4)
71
- actionpack (= 4.2.0.beta4)
72
- actionview (= 4.2.0.beta4)
73
- activejob (= 4.2.0.beta4)
74
- activemodel (= 4.2.0.beta4)
75
- activerecord (= 4.2.0.beta4)
76
- activesupport (= 4.2.0.beta4)
77
- bundler (>= 1.3.0, < 2.0)
78
- railties (= 4.2.0.beta4)
79
- sprockets-rails (~> 3.0.0.beta1)
80
- rails-deprecated_sanitizer (1.0.3)
81
- activesupport (>= 4.2.0.alpha)
82
- rails-dom-testing (1.0.4)
83
- activesupport (>= 4.2.0.beta, < 5.0)
84
- nokogiri (~> 1.6.0)
85
- rails-deprecated_sanitizer (>= 1.0.1)
86
- rails-html-sanitizer (1.0.1)
87
- loofah (~> 2.0)
88
- railties (4.2.0.beta4)
89
- actionpack (= 4.2.0.beta4)
90
- activesupport (= 4.2.0.beta4)
70
+ mail (2.7.1)
71
+ mini_mime (>= 0.1.1)
72
+ marcel (0.3.3)
73
+ mimemagic (~> 0.3.2)
74
+ method_source (0.9.2)
75
+ mimemagic (0.3.2)
76
+ mini_mime (1.0.1)
77
+ mini_portile2 (2.3.0)
78
+ minitest (5.11.3)
79
+ nio4r (2.3.1)
80
+ nokogiri (1.8.5)
81
+ mini_portile2 (~> 2.3.0)
82
+ rack (2.0.6)
83
+ rack-test (1.1.0)
84
+ rack (>= 1.0, < 3)
85
+ rails (5.2.1)
86
+ actioncable (= 5.2.1)
87
+ actionmailer (= 5.2.1)
88
+ actionpack (= 5.2.1)
89
+ actionview (= 5.2.1)
90
+ activejob (= 5.2.1)
91
+ activemodel (= 5.2.1)
92
+ activerecord (= 5.2.1)
93
+ activestorage (= 5.2.1)
94
+ activesupport (= 5.2.1)
95
+ bundler (>= 1.3.0)
96
+ railties (= 5.2.1)
97
+ sprockets-rails (>= 2.0.0)
98
+ rails-dom-testing (2.0.3)
99
+ activesupport (>= 4.2.0)
100
+ nokogiri (>= 1.6)
101
+ rails-html-sanitizer (1.0.4)
102
+ loofah (~> 2.2, >= 2.2.2)
103
+ railties (5.2.1)
104
+ actionpack (= 5.2.1)
105
+ activesupport (= 5.2.1)
106
+ method_source
91
107
  rake (>= 0.8.7)
92
- thor (>= 0.18.1, < 2.0)
93
- rake (10.3.2)
94
- sprockets (2.12.3)
95
- hike (~> 1.2)
96
- multi_json (~> 1.0)
97
- rack (~> 1.0)
98
- tilt (~> 1.1, != 1.3.0)
99
- sprockets-rails (3.0.0.beta1)
108
+ thor (>= 0.19.0, < 2.0)
109
+ rake (12.3.1)
110
+ sprockets (3.7.2)
111
+ concurrent-ruby (~> 1.0)
112
+ rack (> 1, < 3)
113
+ sprockets-rails (3.2.1)
100
114
  actionpack (>= 4.0)
101
115
  activesupport (>= 4.0)
102
- sprockets (~> 2.8)
103
- sqlite3 (1.3.10)
104
- thor (0.19.1)
105
- thread_safe (0.3.4)
106
- tilt (1.4.1)
107
- tzinfo (1.2.2)
116
+ sprockets (>= 3.0.0)
117
+ sqlite3 (1.3.13)
118
+ thor (0.20.0)
119
+ thread_safe (0.3.6)
120
+ tzinfo (1.2.5)
108
121
  thread_safe (~> 0.1)
122
+ websocket-driver (0.7.0)
123
+ websocket-extensions (>= 0.1.0)
124
+ websocket-extensions (0.1.3)
109
125
 
110
126
  PLATFORMS
111
127
  ruby
112
128
 
113
129
  DEPENDENCIES
130
+ bundler-audit
114
131
  jquery-rails
115
132
  skins!
116
133
  sqlite3
134
+
135
+ BUNDLED WITH
136
+ 1.16.3
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  Skins
2
2
  =====
3
3
 
4
- ![Skins](http://lugolabs.com/static/skins_listing_books.png)
5
-
6
4
  Adds a thin layer of style to Rails scaffolds.
7
5
 
8
6
  ### Usage
@@ -1,3 +1,3 @@
1
1
  module Skins
2
- VERSION = "0.0.2"
2
+ VERSION = '0.0.3'
3
3
  end
@@ -17,11 +17,12 @@ Gem::Specification.new do |s|
17
17
  s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
18
18
  s.test_files = Dir["test/**/*"]
19
19
 
20
- s.add_dependency "rails", '~> 4.0', '>= 4.0.0'
20
+ s.add_dependency 'rails', '>= 4.2.5'
21
21
 
22
22
  s.files = `git ls-files`.split("\n")
23
23
  s.require_path = 'lib'
24
24
 
25
- s.add_development_dependency "sqlite3"
26
- s.add_development_dependency "jquery-rails"
25
+ s.add_development_dependency 'sqlite3'
26
+ s.add_development_dependency 'jquery-rails'
27
+ s.add_development_dependency 'bundler-audit'
27
28
  end
metadata CHANGED
@@ -1,61 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artan Sinani
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-29 00:00:00.000000000 Z
11
+ date: 2018-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '4.0'
20
- - - '>='
21
- - !ruby/object:Gem::Version
22
- version: 4.0.0
19
+ version: 4.2.5
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: '4.0'
30
- - - '>='
24
+ - - ">="
31
25
  - !ruby/object:Gem::Version
32
- version: 4.0.0
26
+ version: 4.2.5
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: sqlite3
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
- - - '>='
31
+ - - ">="
38
32
  - !ruby/object:Gem::Version
39
33
  version: '0'
40
34
  type: :development
41
35
  prerelease: false
42
36
  version_requirements: !ruby/object:Gem::Requirement
43
37
  requirements:
44
- - - '>='
38
+ - - ">="
45
39
  - !ruby/object:Gem::Version
46
40
  version: '0'
47
41
  - !ruby/object:Gem::Dependency
48
42
  name: jquery-rails
49
43
  requirement: !ruby/object:Gem::Requirement
50
44
  requirements:
51
- - - '>='
45
+ - - ">="
52
46
  - !ruby/object:Gem::Version
53
47
  version: '0'
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
51
  requirements:
58
- - - '>='
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: bundler-audit
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
59
67
  - !ruby/object:Gem::Version
60
68
  version: '0'
61
69
  description: Skins change styles of HTML elements such as body, links, form elements,
@@ -66,7 +74,7 @@ executables: []
66
74
  extensions: []
67
75
  extra_rdoc_files: []
68
76
  files:
69
- - .gitignore
77
+ - ".gitignore"
70
78
  - Gemfile
71
79
  - Gemfile.lock
72
80
  - MIT-LICENSE
@@ -122,12 +130,10 @@ files:
122
130
  - test/dummy/config/locales/en.yml
123
131
  - test/dummy/config/routes.rb
124
132
  - test/dummy/config/secrets.yml
125
- - test/dummy/db/development.sqlite3
126
133
  - test/dummy/db/migrate/20141116110032_create_books.rb
127
134
  - test/dummy/db/schema.rb
128
135
  - test/dummy/lib/assets/.keep
129
136
  - test/dummy/log/.keep
130
- - test/dummy/log/development.log
131
137
  - test/dummy/public/404.html
132
138
  - test/dummy/public/422.html
133
139
  - test/dummy/public/500.html
@@ -135,21 +141,6 @@ files:
135
141
  - test/dummy/test/controllers/books_controller_test.rb
136
142
  - test/dummy/test/fixtures/books.yml
137
143
  - test/dummy/test/models/book_test.rb
138
- - test/dummy/tmp/cache/assets/development/sprockets/071c61ef79e58c05e615b775c9c6ed05
139
- - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
140
- - test/dummy/tmp/cache/assets/development/sprockets/20f668d2168c84faddd7eef38ec0f9a5
141
- - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
142
- - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
143
- - test/dummy/tmp/cache/assets/development/sprockets/6fbd6219c2326eddd846c76ce72f1a4a
144
- - test/dummy/tmp/cache/assets/development/sprockets/876a7f88918317e09955c0c022211db6
145
- - test/dummy/tmp/cache/assets/development/sprockets/97d8ab493374caffba772b190453211b
146
- - test/dummy/tmp/cache/assets/development/sprockets/a208afbd77920156810272b332e20d8e
147
- - test/dummy/tmp/cache/assets/development/sprockets/bb9ce87fadb7e2d4530b504849626f51
148
- - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
149
- - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
150
- - test/dummy/tmp/cache/assets/development/sprockets/df0e607dd6f2c5ab363850690e402621
151
- - test/dummy/tmp/cache/assets/development/sprockets/e945dd96f47babf994a0b0afc85f4a15
152
- - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
153
144
  - test/skins_test.rb
154
145
  - test/test_helper.rb
155
146
  - vendor/assets/stylesheets/skins-air.css
@@ -163,84 +154,67 @@ require_paths:
163
154
  - lib
164
155
  required_ruby_version: !ruby/object:Gem::Requirement
165
156
  requirements:
166
- - - '>='
157
+ - - ">="
167
158
  - !ruby/object:Gem::Version
168
159
  version: '0'
169
160
  required_rubygems_version: !ruby/object:Gem::Requirement
170
161
  requirements:
171
- - - '>='
162
+ - - ">="
172
163
  - !ruby/object:Gem::Version
173
164
  version: '0'
174
165
  requirements: []
175
166
  rubyforge_project:
176
- rubygems_version: 2.2.2
167
+ rubygems_version: 2.7.3
177
168
  signing_key:
178
169
  specification_version: 4
179
170
  summary: Skins adds a thin layer of style to Rails scaffolds.
180
171
  test_files:
181
- - test/dummy/app/assets/javascripts/application.js
182
- - test/dummy/app/assets/stylesheets/application.css
172
+ - test/dummy/app/models/book.rb
183
173
  - test/dummy/app/controllers/application_controller.rb
184
174
  - test/dummy/app/controllers/books_controller.rb
185
- - test/dummy/app/helpers/application_helper.rb
186
- - test/dummy/app/helpers/books_helper.rb
187
- - test/dummy/app/models/book.rb
188
- - test/dummy/app/views/books/_form.html.erb
189
- - test/dummy/app/views/books/edit.html.erb
190
175
  - test/dummy/app/views/books/index.html.erb
191
- - test/dummy/app/views/books/new.html.erb
176
+ - test/dummy/app/views/books/edit.html.erb
192
177
  - test/dummy/app/views/books/show.html.erb
178
+ - test/dummy/app/views/books/_form.html.erb
179
+ - test/dummy/app/views/books/new.html.erb
193
180
  - test/dummy/app/views/layouts/application.html.erb
194
- - test/dummy/bin/bundle
195
- - test/dummy/bin/rails
181
+ - test/dummy/app/assets/javascripts/application.js
182
+ - test/dummy/app/assets/stylesheets/application.css
183
+ - test/dummy/app/helpers/books_helper.rb
184
+ - test/dummy/app/helpers/application_helper.rb
185
+ - test/dummy/test/models/book_test.rb
186
+ - test/dummy/test/fixtures/books.yml
187
+ - test/dummy/test/controllers/books_controller_test.rb
196
188
  - test/dummy/bin/rake
197
189
  - test/dummy/bin/setup
198
- - test/dummy/config/application.rb
199
- - test/dummy/config/boot.rb
200
- - test/dummy/config/database.yml
201
- - test/dummy/config/environment.rb
202
- - test/dummy/config/environments/development.rb
190
+ - test/dummy/bin/bundle
191
+ - test/dummy/bin/rails
192
+ - test/dummy/config/secrets.yml
193
+ - test/dummy/config/routes.rb
194
+ - test/dummy/config/locales/en.yml
203
195
  - test/dummy/config/environments/production.rb
196
+ - test/dummy/config/environments/development.rb
204
197
  - test/dummy/config/environments/test.rb
205
- - test/dummy/config/initializers/assets.rb
198
+ - test/dummy/config/environment.rb
199
+ - test/dummy/config/application.rb
200
+ - test/dummy/config/database.yml
201
+ - test/dummy/config/boot.rb
206
202
  - test/dummy/config/initializers/backtrace_silencers.rb
207
- - test/dummy/config/initializers/cookies_serializer.rb
208
- - test/dummy/config/initializers/filter_parameter_logging.rb
209
- - test/dummy/config/initializers/inflections.rb
210
203
  - test/dummy/config/initializers/mime_types.rb
204
+ - test/dummy/config/initializers/filter_parameter_logging.rb
211
205
  - test/dummy/config/initializers/session_store.rb
212
206
  - test/dummy/config/initializers/wrap_parameters.rb
213
- - test/dummy/config/locales/en.yml
214
- - test/dummy/config/routes.rb
215
- - test/dummy/config/secrets.yml
207
+ - test/dummy/config/initializers/assets.rb
208
+ - test/dummy/config/initializers/cookies_serializer.rb
209
+ - test/dummy/config/initializers/inflections.rb
216
210
  - test/dummy/config.ru
217
- - test/dummy/db/development.sqlite3
218
- - test/dummy/db/migrate/20141116110032_create_books.rb
219
- - test/dummy/db/schema.rb
220
- - test/dummy/log/development.log
221
- - test/dummy/public/404.html
211
+ - test/dummy/Rakefile
212
+ - test/dummy/public/favicon.ico
222
213
  - test/dummy/public/422.html
223
214
  - test/dummy/public/500.html
224
- - test/dummy/public/favicon.ico
225
- - test/dummy/Rakefile
215
+ - test/dummy/public/404.html
216
+ - test/dummy/db/schema.rb
217
+ - test/dummy/db/migrate/20141116110032_create_books.rb
226
218
  - test/dummy/README.rdoc
227
- - test/dummy/test/controllers/books_controller_test.rb
228
- - test/dummy/test/fixtures/books.yml
229
- - test/dummy/test/models/book_test.rb
230
- - test/dummy/tmp/cache/assets/development/sprockets/071c61ef79e58c05e615b775c9c6ed05
231
- - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
232
- - test/dummy/tmp/cache/assets/development/sprockets/20f668d2168c84faddd7eef38ec0f9a5
233
- - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
234
- - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
235
- - test/dummy/tmp/cache/assets/development/sprockets/6fbd6219c2326eddd846c76ce72f1a4a
236
- - test/dummy/tmp/cache/assets/development/sprockets/876a7f88918317e09955c0c022211db6
237
- - test/dummy/tmp/cache/assets/development/sprockets/97d8ab493374caffba772b190453211b
238
- - test/dummy/tmp/cache/assets/development/sprockets/a208afbd77920156810272b332e20d8e
239
- - test/dummy/tmp/cache/assets/development/sprockets/bb9ce87fadb7e2d4530b504849626f51
240
- - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
241
- - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
242
- - test/dummy/tmp/cache/assets/development/sprockets/df0e607dd6f2c5ab363850690e402621
243
- - test/dummy/tmp/cache/assets/development/sprockets/e945dd96f47babf994a0b0afc85f4a15
244
- - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
245
219
  - test/skins_test.rb
246
220
  - test/test_helper.rb