rails-controller-assets 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +1 -1
- data/lib/rails_controller_assets.rb +1 -1
- data/lib/rails_controller_assets/precompiler.rb +1 -1
- data/lib/rails_controller_assets/version.rb +1 -1
- data/spec/dummy/public/assets/{application-be76c17ef80a57c5a75a6b5386fae588.css → application-b66d14d9a5851353a4550c00fce73787.css} +0 -0
- data/spec/dummy/public/assets/{application-be76c17ef80a57c5a75a6b5386fae588.css.gz → application-b66d14d9a5851353a4550c00fce73787.css.gz} +0 -0
- data/spec/dummy/public/assets/{application-c6ccfb97230df9a638c94fcda47ec572.js → application-f75777bf42724d45072c432058323b09.js} +0 -0
- data/spec/dummy/public/assets/application-f75777bf42724d45072c432058323b09.js.gz +0 -0
- data/spec/dummy/public/assets/{comments_index-ccfb097412d4349399feb80f110472d7.js → comments_index-6319ee18da4cc5023a7d7e3d9c7e281d.js} +0 -0
- data/spec/dummy/public/assets/comments_index-6319ee18da4cc5023a7d7e3d9c7e281d.js.gz +0 -0
- data/spec/dummy/public/assets/{comments_index-f6e5ecbeedbb4d0236b2a90c42a70c2a.css → comments_index-bdf1d365ad7a48d7b61c55073f527852.css} +0 -0
- data/spec/dummy/public/assets/comments_index-bdf1d365ad7a48d7b61c55073f527852.css.gz +0 -0
- data/spec/dummy/public/assets/manifest-a80462e1808b8c194809d0492776f1d5.json +1 -0
- data/spec/dummy/public/assets/{posts-6003715dc6a2a0bc732e57a79f59c270.js → posts-5fbc1411a94123ea870fe371b848d2f9.js} +0 -0
- data/spec/dummy/public/assets/posts-5fbc1411a94123ea870fe371b848d2f9.js.gz +0 -0
- data/spec/dummy/public/assets/{posts-5c2cbfb9aa866a49bc73f0aabe462942.css → posts-ee2fdda2bbefa62e0b8ba6e6d52cd78f.css} +0 -0
- data/spec/dummy/public/assets/posts-ee2fdda2bbefa62e0b8ba6e6d52cd78f.css.gz +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1e8f75a6b5b33970fb8e397347caa0a1 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/24204f742af588c8166d3160b500d20f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/416150dc3ac35079c94273cc46e90aa6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/5384ad85f52d3272dbc64d46ef3876a4 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/62900b09db994747c646c1a8a2cad2ae +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/7ddd06f06023365be23872cb5768ceb9 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8f8dc63ea45a2e403e10a0625e75c81b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ad62e50a8bf2623c0cb5b8e285e1acd3 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c43e417f6b59ee20425870f841e1363d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c85016e7bbd4f3adbb7635d01f85d39b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d066c004d1fd26ae76a61303a7a18145 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f3797dd294a807eec294aa8bd1f8363f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/integration/precompile_spec.rb +14 -14
- data/spec/rails_helper.rb +10 -0
- data/spec/spec_helper.rb +74 -7
- metadata +41 -77
- data/spec/dummy/log/development.log +0 -0
- data/spec/dummy/public/assets/application-c6ccfb97230df9a638c94fcda47ec572.js.gz +0 -0
- data/spec/dummy/public/assets/comments_index-ccfb097412d4349399feb80f110472d7.js.gz +0 -0
- data/spec/dummy/public/assets/comments_index-f6e5ecbeedbb4d0236b2a90c42a70c2a.css.gz +0 -0
- data/spec/dummy/public/assets/manifest-56281636a8877a2bccb62ed5735d8c69.json +0 -1
- data/spec/dummy/public/assets/posts-5c2cbfb9aa866a49bc73f0aabe462942.css.gz +0 -0
- data/spec/dummy/public/assets/posts-6003715dc6a2a0bc732e57a79f59c270.js.gz +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/62900b09db994747c646c1a8a2cad2ae +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7ddd06f06023365be23872cb5768ceb9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/8f8dc63ea45a2e403e10a0625e75c81b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/ad62e50a8bf2623c0cb5b8e285e1acd3 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c43e417f6b59ee20425870f841e1363d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f3797dd294a807eec294aa8bd1f8363f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/3ba4d260ef2acf31fa4f8ecdbbb742de +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8b1bcae374c481a3ccafebe5018932e2 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e6af6faede0b3537396eb6b6048506a6 +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74f9460a48b97f6508a4feb8086104651951cb24
|
4
|
+
data.tar.gz: d6fbf321aa42afedc3f7b3af3c789db031a0ab73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5c509a562e41a498bf6a1429023c3660a5e1ce9b4dae5917cfe138a5113d64179718fa33594973d7d72f2d87ae9c5e2c9225ea68fd0f1b06fe480c9e1650c4a
|
7
|
+
data.tar.gz: 1c53241a387b4aaba2a66e2b8cd6868be2221448cf158463941202b97169aa6edaa96e894d91eae00cdf9caeae03a28c0b04786c6a52c820739a5cb370356a9c
|
data/README.md
CHANGED
@@ -26,7 +26,7 @@ In `app/assets/stylesheets/posts.css`:
|
|
26
26
|
In your application layout add to your stylesheets definition:
|
27
27
|
|
28
28
|
```erb
|
29
|
-
<%=
|
29
|
+
<%= stylesheet_link_tag 'application', *controller_stylesheets %>
|
30
30
|
<%= javascript_include_tag 'application', *controller_javascripts %>
|
31
31
|
```
|
32
32
|
|
File without changes
|
Binary file
|
File without changes
|
File without changes
|
Binary file
|
File without changes
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
{"files":{"application-f75777bf42724d45072c432058323b09.js":{"logical_path":"application.js","mtime":"2014-07-12T10:22:04+01:00","size":27,"digest":"f75777bf42724d45072c432058323b09"},"comments_index-6319ee18da4cc5023a7d7e3d9c7e281d.js":{"logical_path":"comments_index.js","mtime":"2014-07-12T10:22:04+01:00","size":31,"digest":"6319ee18da4cc5023a7d7e3d9c7e281d"},"posts-5fbc1411a94123ea870fe371b848d2f9.js":{"logical_path":"posts.js","mtime":"2014-07-12T10:22:04+01:00","size":23,"digest":"5fbc1411a94123ea870fe371b848d2f9"},"application-b66d14d9a5851353a4550c00fce73787.css":{"logical_path":"application.css","mtime":"2014-07-12T10:22:04+01:00","size":550,"digest":"b66d14d9a5851353a4550c00fce73787"},"comments_index-bdf1d365ad7a48d7b61c55073f527852.css":{"logical_path":"comments_index.css","mtime":"2014-07-12T10:22:04+01:00","size":23,"digest":"bdf1d365ad7a48d7b61c55073f527852"},"posts-ee2fdda2bbefa62e0b8ba6e6d52cd78f.css":{"logical_path":"posts.css","mtime":"2014-07-12T10:22:04+01:00","size":14,"digest":"ee2fdda2bbefa62e0b8ba6e6d52cd78f"}},"assets":{"application.js":"application-f75777bf42724d45072c432058323b09.js","comments_index.js":"comments_index-6319ee18da4cc5023a7d7e3d9c7e281d.js","posts.js":"posts-5fbc1411a94123ea870fe371b848d2f9.js","application.css":"application-b66d14d9a5851353a4550c00fce73787.css","comments_index.css":"comments_index-bdf1d365ad7a48d7b61c55073f527852.css","posts.css":"posts-ee2fdda2bbefa62e0b8ba6e6d52cd78f.css"}}
|
File without changes
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,21 +1,21 @@
|
|
1
|
-
require '
|
1
|
+
require 'rails_helper'
|
2
2
|
|
3
|
-
describe 'Precompiling assets' do
|
4
|
-
let(:posts_stylesheets)
|
5
|
-
Dir[Rails.root.join(
|
6
|
-
|
3
|
+
RSpec.describe 'Precompiling assets' do
|
4
|
+
let(:posts_stylesheets) do
|
5
|
+
Dir[Rails.root.join('public/assets/posts-*.css')]
|
6
|
+
end
|
7
7
|
|
8
|
-
let(:posts_javascripts)
|
9
|
-
Dir[Rails.root.join(
|
10
|
-
|
8
|
+
let(:posts_javascripts) do
|
9
|
+
Dir[Rails.root.join('public/assets/posts-*.js')]
|
10
|
+
end
|
11
11
|
|
12
|
-
let(:comments_stylesheets)
|
13
|
-
Dir[Rails.root.join(
|
14
|
-
|
12
|
+
let(:comments_stylesheets) do
|
13
|
+
Dir[Rails.root.join('public/assets/comments_index-*.css')]
|
14
|
+
end
|
15
15
|
|
16
|
-
let(:comments_javascripts)
|
17
|
-
Dir[Rails.root.join(
|
18
|
-
|
16
|
+
let(:comments_javascripts) do
|
17
|
+
Dir[Rails.root.join('public/assets/comments_index-*.js')]
|
18
|
+
end
|
19
19
|
|
20
20
|
before(:all) do
|
21
21
|
task = Sprockets::Rails::Task.new(Rails.application)
|
@@ -0,0 +1,10 @@
|
|
1
|
+
ENV['RAILS_ENV'] = 'test'
|
2
|
+
|
3
|
+
require 'spec_helper'
|
4
|
+
require File.expand_path('../dummy/config/environment.rb', __FILE__)
|
5
|
+
require 'sprockets/rails/task'
|
6
|
+
require 'sprockets/railtie'
|
7
|
+
|
8
|
+
Rails.backtrace_cleaner.remove_silencers!
|
9
|
+
|
10
|
+
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
|
data/spec/spec_helper.rb
CHANGED
@@ -1,12 +1,79 @@
|
|
1
|
-
|
1
|
+
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
|
2
|
+
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
3
|
+
# The generated `.rspec` file contains `--require spec_helper` which will cause this
|
4
|
+
# file to always be loaded, without a need to explicitly require it in any files.
|
5
|
+
#
|
6
|
+
# Given that it is always loaded, you are encouraged to keep this file as
|
7
|
+
# light-weight as possible. Requiring heavyweight dependencies from this file
|
8
|
+
# will add to the boot time of your test suite on EVERY test run, even for an
|
9
|
+
# individual file that may not need all of that loaded. Instead, make a
|
10
|
+
# separate helper file that requires this one and then use it only in the specs
|
11
|
+
# that actually need it.
|
12
|
+
#
|
13
|
+
# The `.rspec` file also contains a few flags that are not defaults but that
|
14
|
+
# users commonly want.
|
15
|
+
#
|
16
|
+
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
|
17
|
+
RSpec.configure do |config|
|
18
|
+
# The settings below are suggested to provide a good initial experience
|
19
|
+
# with RSpec, but feel free to customize to your heart's content.
|
20
|
+
# These two settings work together to allow you to limit a spec run
|
21
|
+
# to individual examples or groups you care about by tagging them with
|
22
|
+
# `:focus` metadata. When nothing is tagged with `:focus`, all examples
|
23
|
+
# get run.
|
24
|
+
config.filter_run :focus
|
25
|
+
config.run_all_when_everything_filtered = true
|
2
26
|
|
3
|
-
|
27
|
+
# Many RSpec users commonly either run the entire suite or an individual
|
28
|
+
# file, and it's useful to allow more verbose output when running an
|
29
|
+
# individual spec file.
|
30
|
+
if config.files_to_run.one?
|
31
|
+
# Use the documentation formatter for detailed output,
|
32
|
+
# unless a formatter has already been configured
|
33
|
+
# (e.g. via a command-line flag).
|
34
|
+
config.default_formatter = 'doc'
|
35
|
+
end
|
4
36
|
|
5
|
-
|
6
|
-
|
7
|
-
|
37
|
+
# Print the 10 slowest examples and example groups at the
|
38
|
+
# end of the spec run, to help surface which specs are running
|
39
|
+
# particularly slow.
|
40
|
+
config.profile_examples = 10
|
8
41
|
|
9
|
-
|
42
|
+
# Run specs in random order to surface order dependencies. If you find an
|
43
|
+
# order dependency and want to debug it, you can fix the order by providing
|
44
|
+
# the seed, which is printed after each run.
|
45
|
+
# --seed 1234
|
46
|
+
config.order = :random
|
10
47
|
|
11
|
-
|
48
|
+
# Seed global randomization in this process using the `--seed` CLI option.
|
49
|
+
# Setting this allows you to use `--seed` to deterministically reproduce
|
50
|
+
# test failures related to randomization by passing the same `--seed` value
|
51
|
+
# as the one that triggered the failure.
|
52
|
+
Kernel.srand config.seed
|
53
|
+
|
54
|
+
# rspec-expectations config goes here. You can use an alternate
|
55
|
+
# assertion/expectation library such as wrong or the stdlib/minitest
|
56
|
+
# assertions if you prefer.
|
57
|
+
config.expect_with :rspec do |expectations|
|
58
|
+
# Enable only the newer, non-monkey-patching expect syntax.
|
59
|
+
# For more details, see:
|
60
|
+
# - http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax
|
61
|
+
expectations.syntax = :expect
|
62
|
+
end
|
63
|
+
|
64
|
+
# rspec-mocks config goes here. You can use an alternate test double
|
65
|
+
# library (such as bogus or mocha) by changing the `mock_with` option here.
|
66
|
+
config.mock_with :rspec do |mocks|
|
67
|
+
# Enable only the newer, non-monkey-patching expect syntax.
|
68
|
+
# For more details, see:
|
69
|
+
# - http://teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
|
70
|
+
mocks.syntax = :expect
|
71
|
+
|
72
|
+
# Prevents you from mocking or stubbing a method that does not exist on
|
73
|
+
# a real object. This is generally recommended.
|
74
|
+
mocks.verify_partial_doubles = true
|
75
|
+
end
|
76
|
+
|
77
|
+
config.raise_errors_for_deprecations!
|
78
|
+
config.disable_monkey_patching!
|
12
79
|
end
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-controller-assets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Usewicz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-07-12 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
|
19
|
+
version: '4.0'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '4.2'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '4.0'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.
|
32
|
+
version: '4.2'
|
27
33
|
description: Precompiles bundles of assets per controller or controller/action pair.
|
28
34
|
email:
|
29
35
|
- piotr@layer22.com
|
@@ -73,54 +79,33 @@ files:
|
|
73
79
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
74
80
|
- spec/dummy/config/locales/en.yml
|
75
81
|
- spec/dummy/config/routes.rb
|
76
|
-
- spec/dummy/log/development.log
|
77
82
|
- spec/dummy/log/test.log
|
78
83
|
- spec/dummy/public/404.html
|
79
84
|
- spec/dummy/public/422.html
|
80
85
|
- spec/dummy/public/500.html
|
81
|
-
- spec/dummy/public/assets/application-
|
82
|
-
- spec/dummy/public/assets/application-
|
83
|
-
- spec/dummy/public/assets/application-
|
84
|
-
- spec/dummy/public/assets/application-
|
85
|
-
- spec/dummy/public/assets/comments_index-
|
86
|
-
- spec/dummy/public/assets/comments_index-
|
87
|
-
- spec/dummy/public/assets/comments_index-
|
88
|
-
- spec/dummy/public/assets/comments_index-
|
89
|
-
- spec/dummy/public/assets/manifest-
|
90
|
-
- spec/dummy/public/assets/posts-
|
91
|
-
- spec/dummy/public/assets/posts-
|
92
|
-
- spec/dummy/public/assets/posts-
|
93
|
-
- spec/dummy/public/assets/posts-
|
86
|
+
- spec/dummy/public/assets/application-b66d14d9a5851353a4550c00fce73787.css
|
87
|
+
- spec/dummy/public/assets/application-b66d14d9a5851353a4550c00fce73787.css.gz
|
88
|
+
- spec/dummy/public/assets/application-f75777bf42724d45072c432058323b09.js
|
89
|
+
- spec/dummy/public/assets/application-f75777bf42724d45072c432058323b09.js.gz
|
90
|
+
- spec/dummy/public/assets/comments_index-6319ee18da4cc5023a7d7e3d9c7e281d.js
|
91
|
+
- spec/dummy/public/assets/comments_index-6319ee18da4cc5023a7d7e3d9c7e281d.js.gz
|
92
|
+
- spec/dummy/public/assets/comments_index-bdf1d365ad7a48d7b61c55073f527852.css
|
93
|
+
- spec/dummy/public/assets/comments_index-bdf1d365ad7a48d7b61c55073f527852.css.gz
|
94
|
+
- spec/dummy/public/assets/manifest-a80462e1808b8c194809d0492776f1d5.json
|
95
|
+
- spec/dummy/public/assets/posts-5fbc1411a94123ea870fe371b848d2f9.js
|
96
|
+
- spec/dummy/public/assets/posts-5fbc1411a94123ea870fe371b848d2f9.js.gz
|
97
|
+
- spec/dummy/public/assets/posts-ee2fdda2bbefa62e0b8ba6e6d52cd78f.css
|
98
|
+
- spec/dummy/public/assets/posts-ee2fdda2bbefa62e0b8ba6e6d52cd78f.css.gz
|
94
99
|
- spec/dummy/public/favicon.ico
|
95
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
96
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1
|
97
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f
|
98
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
99
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
100
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6
|
101
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4
|
102
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/62900b09db994747c646c1a8a2cad2ae
|
103
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/7ddd06f06023365be23872cb5768ceb9
|
104
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/8f8dc63ea45a2e403e10a0625e75c81b
|
105
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/ad62e50a8bf2623c0cb5b8e285e1acd3
|
106
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/c43e417f6b59ee20425870f841e1363d
|
107
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b
|
108
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
109
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145
|
110
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
111
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/f3797dd294a807eec294aa8bd1f8363f
|
112
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
113
100
|
- spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
114
101
|
- spec/dummy/tmp/cache/assets/test/sprockets/1e8f75a6b5b33970fb8e397347caa0a1
|
115
102
|
- spec/dummy/tmp/cache/assets/test/sprockets/24204f742af588c8166d3160b500d20f
|
116
103
|
- spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
117
104
|
- spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
118
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/3ba4d260ef2acf31fa4f8ecdbbb742de
|
119
105
|
- spec/dummy/tmp/cache/assets/test/sprockets/416150dc3ac35079c94273cc46e90aa6
|
120
106
|
- spec/dummy/tmp/cache/assets/test/sprockets/5384ad85f52d3272dbc64d46ef3876a4
|
121
107
|
- spec/dummy/tmp/cache/assets/test/sprockets/62900b09db994747c646c1a8a2cad2ae
|
122
108
|
- spec/dummy/tmp/cache/assets/test/sprockets/7ddd06f06023365be23872cb5768ceb9
|
123
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/8b1bcae374c481a3ccafebe5018932e2
|
124
109
|
- spec/dummy/tmp/cache/assets/test/sprockets/8f8dc63ea45a2e403e10a0625e75c81b
|
125
110
|
- spec/dummy/tmp/cache/assets/test/sprockets/ad62e50a8bf2623c0cb5b8e285e1acd3
|
126
111
|
- spec/dummy/tmp/cache/assets/test/sprockets/c43e417f6b59ee20425870f841e1363d
|
@@ -128,10 +113,10 @@ files:
|
|
128
113
|
- spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
129
114
|
- spec/dummy/tmp/cache/assets/test/sprockets/d066c004d1fd26ae76a61303a7a18145
|
130
115
|
- spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
131
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/e6af6faede0b3537396eb6b6048506a6
|
132
116
|
- spec/dummy/tmp/cache/assets/test/sprockets/f3797dd294a807eec294aa8bd1f8363f
|
133
117
|
- spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
134
118
|
- spec/integration/precompile_spec.rb
|
119
|
+
- spec/rails_helper.rb
|
135
120
|
- spec/spec_helper.rb
|
136
121
|
homepage: https://github.com/pusewicz/rails-controller-assets
|
137
122
|
licenses:
|
@@ -153,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
138
|
version: '0'
|
154
139
|
requirements: []
|
155
140
|
rubyforge_project:
|
156
|
-
rubygems_version: 2.
|
141
|
+
rubygems_version: 2.3.0
|
157
142
|
signing_key:
|
158
143
|
specification_version: 4
|
159
144
|
summary: Rails per controller assets
|
@@ -189,56 +174,35 @@ test_files:
|
|
189
174
|
- spec/dummy/config/locales/en.yml
|
190
175
|
- spec/dummy/config/routes.rb
|
191
176
|
- spec/dummy/config.ru
|
192
|
-
- spec/dummy/log/development.log
|
193
177
|
- spec/dummy/log/test.log
|
194
178
|
- spec/dummy/public/404.html
|
195
179
|
- spec/dummy/public/422.html
|
196
180
|
- spec/dummy/public/500.html
|
197
|
-
- spec/dummy/public/assets/application-
|
198
|
-
- spec/dummy/public/assets/application-
|
199
|
-
- spec/dummy/public/assets/application-
|
200
|
-
- spec/dummy/public/assets/application-
|
201
|
-
- spec/dummy/public/assets/comments_index-
|
202
|
-
- spec/dummy/public/assets/comments_index-
|
203
|
-
- spec/dummy/public/assets/comments_index-
|
204
|
-
- spec/dummy/public/assets/comments_index-
|
205
|
-
- spec/dummy/public/assets/manifest-
|
206
|
-
- spec/dummy/public/assets/posts-
|
207
|
-
- spec/dummy/public/assets/posts-
|
208
|
-
- spec/dummy/public/assets/posts-
|
209
|
-
- spec/dummy/public/assets/posts-
|
181
|
+
- spec/dummy/public/assets/application-b66d14d9a5851353a4550c00fce73787.css
|
182
|
+
- spec/dummy/public/assets/application-b66d14d9a5851353a4550c00fce73787.css.gz
|
183
|
+
- spec/dummy/public/assets/application-f75777bf42724d45072c432058323b09.js
|
184
|
+
- spec/dummy/public/assets/application-f75777bf42724d45072c432058323b09.js.gz
|
185
|
+
- spec/dummy/public/assets/comments_index-6319ee18da4cc5023a7d7e3d9c7e281d.js
|
186
|
+
- spec/dummy/public/assets/comments_index-6319ee18da4cc5023a7d7e3d9c7e281d.js.gz
|
187
|
+
- spec/dummy/public/assets/comments_index-bdf1d365ad7a48d7b61c55073f527852.css
|
188
|
+
- spec/dummy/public/assets/comments_index-bdf1d365ad7a48d7b61c55073f527852.css.gz
|
189
|
+
- spec/dummy/public/assets/manifest-a80462e1808b8c194809d0492776f1d5.json
|
190
|
+
- spec/dummy/public/assets/posts-5fbc1411a94123ea870fe371b848d2f9.js
|
191
|
+
- spec/dummy/public/assets/posts-5fbc1411a94123ea870fe371b848d2f9.js.gz
|
192
|
+
- spec/dummy/public/assets/posts-ee2fdda2bbefa62e0b8ba6e6d52cd78f.css
|
193
|
+
- spec/dummy/public/assets/posts-ee2fdda2bbefa62e0b8ba6e6d52cd78f.css.gz
|
210
194
|
- spec/dummy/public/favicon.ico
|
211
195
|
- spec/dummy/Rakefile
|
212
196
|
- spec/dummy/README.rdoc
|
213
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
214
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1
|
215
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f
|
216
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
217
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
218
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6
|
219
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4
|
220
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/62900b09db994747c646c1a8a2cad2ae
|
221
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/7ddd06f06023365be23872cb5768ceb9
|
222
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/8f8dc63ea45a2e403e10a0625e75c81b
|
223
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/ad62e50a8bf2623c0cb5b8e285e1acd3
|
224
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/c43e417f6b59ee20425870f841e1363d
|
225
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b
|
226
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
227
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145
|
228
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
229
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/f3797dd294a807eec294aa8bd1f8363f
|
230
|
-
- spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
231
197
|
- spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
232
198
|
- spec/dummy/tmp/cache/assets/test/sprockets/1e8f75a6b5b33970fb8e397347caa0a1
|
233
199
|
- spec/dummy/tmp/cache/assets/test/sprockets/24204f742af588c8166d3160b500d20f
|
234
200
|
- spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
235
201
|
- spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
236
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/3ba4d260ef2acf31fa4f8ecdbbb742de
|
237
202
|
- spec/dummy/tmp/cache/assets/test/sprockets/416150dc3ac35079c94273cc46e90aa6
|
238
203
|
- spec/dummy/tmp/cache/assets/test/sprockets/5384ad85f52d3272dbc64d46ef3876a4
|
239
204
|
- spec/dummy/tmp/cache/assets/test/sprockets/62900b09db994747c646c1a8a2cad2ae
|
240
205
|
- spec/dummy/tmp/cache/assets/test/sprockets/7ddd06f06023365be23872cb5768ceb9
|
241
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/8b1bcae374c481a3ccafebe5018932e2
|
242
206
|
- spec/dummy/tmp/cache/assets/test/sprockets/8f8dc63ea45a2e403e10a0625e75c81b
|
243
207
|
- spec/dummy/tmp/cache/assets/test/sprockets/ad62e50a8bf2623c0cb5b8e285e1acd3
|
244
208
|
- spec/dummy/tmp/cache/assets/test/sprockets/c43e417f6b59ee20425870f841e1363d
|
@@ -246,8 +210,8 @@ test_files:
|
|
246
210
|
- spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
247
211
|
- spec/dummy/tmp/cache/assets/test/sprockets/d066c004d1fd26ae76a61303a7a18145
|
248
212
|
- spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
249
|
-
- spec/dummy/tmp/cache/assets/test/sprockets/e6af6faede0b3537396eb6b6048506a6
|
250
213
|
- spec/dummy/tmp/cache/assets/test/sprockets/f3797dd294a807eec294aa8bd1f8363f
|
251
214
|
- spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
252
215
|
- spec/integration/precompile_spec.rb
|
216
|
+
- spec/rails_helper.rb
|
253
217
|
- spec/spec_helper.rb
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
{"files":{"application-2f85e5d957a13f88f0308e34c0e5a9e9.js":{"logical_path":"application.js","mtime":"2013-11-24T14:30:41+00:00","size":27,"digest":"2f85e5d957a13f88f0308e34c0e5a9e9"},"comments_index-31a49ea6a4a45778e45d0977f9b648ef.js":{"logical_path":"comments_index.js","mtime":"2013-11-24T14:50:48+00:00","size":31,"digest":"31a49ea6a4a45778e45d0977f9b648ef"},"posts-24fdcd6999445af6da797651f6d56a18.js":{"logical_path":"posts.js","mtime":"2013-11-24T14:49:13+00:00","size":23,"digest":"24fdcd6999445af6da797651f6d56a18"},"application-e2eafbc80e507d665f071afb56d4b119.css":{"logical_path":"application.css","mtime":"2013-11-24T14:51:11+00:00","size":550,"digest":"e2eafbc80e507d665f071afb56d4b119"},"comments_index-e9394d36b10b49811d8e263dc3db082c.css":{"logical_path":"comments_index.css","mtime":"2013-11-24T14:51:11+00:00","size":23,"digest":"e9394d36b10b49811d8e263dc3db082c"},"posts-d2dab16eca32d95bbf6ccdc975ac9505.css":{"logical_path":"posts.css","mtime":"2013-11-24T14:49:48+00:00","size":14,"digest":"d2dab16eca32d95bbf6ccdc975ac9505"},"application-c6ccfb97230df9a638c94fcda47ec572.js":{"logical_path":"application.js","mtime":"2013-11-24T14:30:41+00:00","size":27,"digest":"c6ccfb97230df9a638c94fcda47ec572"},"comments_index-ccfb097412d4349399feb80f110472d7.js":{"logical_path":"comments_index.js","mtime":"2013-11-24T14:50:48+00:00","size":31,"digest":"ccfb097412d4349399feb80f110472d7"},"posts-6003715dc6a2a0bc732e57a79f59c270.js":{"logical_path":"posts.js","mtime":"2013-11-24T14:49:13+00:00","size":23,"digest":"6003715dc6a2a0bc732e57a79f59c270"},"application-be76c17ef80a57c5a75a6b5386fae588.css":{"logical_path":"application.css","mtime":"2013-11-24T20:41:36+00:00","size":550,"digest":"be76c17ef80a57c5a75a6b5386fae588"},"comments_index-f6e5ecbeedbb4d0236b2a90c42a70c2a.css":{"logical_path":"comments_index.css","mtime":"2013-11-24T14:51:11+00:00","size":23,"digest":"f6e5ecbeedbb4d0236b2a90c42a70c2a"},"posts-5c2cbfb9aa866a49bc73f0aabe462942.css":{"logical_path":"posts.css","mtime":"2013-11-24T14:49:48+00:00","size":14,"digest":"5c2cbfb9aa866a49bc73f0aabe462942"},"application-8a4702a041e7951520cd27aedcbf3646.css":{"logical_path":"application.css","mtime":"2013-11-24T20:41:13+00:00","size":556,"digest":"8a4702a041e7951520cd27aedcbf3646"},"comments_show-7ab7b8a99598012212ab230d57c57f6e.css":{"logical_path":"comments_show.css","mtime":"2013-11-24T20:41:13+00:00","size":6,"digest":"7ab7b8a99598012212ab230d57c57f6e"}},"assets":{"application.js":"application-c6ccfb97230df9a638c94fcda47ec572.js","comments_index.js":"comments_index-ccfb097412d4349399feb80f110472d7.js","posts.js":"posts-6003715dc6a2a0bc732e57a79f59c270.js","application.css":"application-be76c17ef80a57c5a75a6b5386fae588.css","comments_index.css":"comments_index-f6e5ecbeedbb4d0236b2a90c42a70c2a.css","posts.css":"posts-5c2cbfb9aa866a49bc73f0aabe462942.css","comments_show.css":"comments_show-7ab7b8a99598012212ab230d57c57f6e.css"}}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|