generated-assets 1.1.1 → 2.0.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 +4 -4
- data/lib/generated-assets.rb +1 -1
- data/lib/generated-assets/railtie.rb +1 -1
- data/lib/generated-assets/version.rb +1 -1
- data/spec/log/test.log +6 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54936af45e8a5b75c076039de0cbfeebdb9226a1
|
|
4
|
+
data.tar.gz: bc47ab27bccbd8c4e6eebad3b08e888b6db96def
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14b69e6cbc8b47ad87d6d5ca95fe73719b5da7db172ac1592ff00b121938bdf9cca95f5326325a7770eb0684862c0074fd037639dd8d58cc68fbae6e82203234
|
|
7
|
+
data.tar.gz: 57dfcf0336f982584f611be4eddfe1eecf4cc530e82feebc8f40bd55be30ec280dde1fbcd0538ee513ee2fa0b22cc1371f71869924a5e7044ae932badecbc152
|
data/lib/generated-assets.rb
CHANGED
|
@@ -12,7 +12,7 @@ module GeneratedAssets
|
|
|
12
12
|
app.config.assets.generated.apply!
|
|
13
13
|
end
|
|
14
14
|
|
|
15
|
-
initializer :
|
|
15
|
+
initializer :generated_assets, group: :all do |app|
|
|
16
16
|
app.config.assets.paths << File.join(
|
|
17
17
|
GeneratedAssets.asset_dir, app.class.parent_name
|
|
18
18
|
)
|
data/spec/log/test.log
CHANGED
|
@@ -78,3 +78,9 @@ Compiled application.js (0ms) (pid 68208)
|
|
|
78
78
|
Compiled application.js (0ms) (pid 8591)
|
|
79
79
|
Compiled application.js (0ms) (pid 8597)
|
|
80
80
|
Compiled application.js (0ms) (pid 8602)
|
|
81
|
+
Compiled application.js (0ms) (pid 80688)
|
|
82
|
+
Compiled application.js (0ms) (pid 80694)
|
|
83
|
+
Compiled application.js (0ms) (pid 80699)
|
|
84
|
+
Compiled application.js (0ms) (pid 81069)
|
|
85
|
+
Compiled application.js (0ms) (pid 81075)
|
|
86
|
+
Compiled application.js (0ms) (pid 81080)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: generated-assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cameron Dutro
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
107
|
version: '0'
|
|
108
108
|
requirements: []
|
|
109
109
|
rubyforge_project:
|
|
110
|
-
rubygems_version: 2.
|
|
110
|
+
rubygems_version: 2.6.6
|
|
111
111
|
signing_key:
|
|
112
112
|
specification_version: 4
|
|
113
113
|
summary: Programmatically generate assets for the Rails asset pipeline.
|