generated-assets 2.1.0 → 2.1.1

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
2
  SHA1:
3
- metadata.gz: add4536a7a0013e569f12f64f1ea996f3c55cc4b
4
- data.tar.gz: 43f86fc8aa80dd2b224ce1706cb9b888ecc6eda7
3
+ metadata.gz: c1cfc473c7029aeaa84b84331865d5f258a98ea1
4
+ data.tar.gz: eeffbd23b698555d0a6654c2bd8d3517700f5d19
5
5
  SHA512:
6
- metadata.gz: 17538360c03bd0ef7b18c8087c9dbe587cc7235a988a7747d95d9a7afce7418e2743705123eb89dac1da5d90d1b85ce0426ac8ef648479a15361c83fda69d10d
7
- data.tar.gz: dee43a47f26244d17cafbd5220ab866ae568992778b4993a9176da1fa8261d44a5b00d6d1863189056241a2846c19103116730f958c00ec201edfa8d55073278
6
+ metadata.gz: e72377d74f3fd4e74284f7f90957d158478e07c6628008ab7db8081923c7cecb83c4a420bdfcf4251ae1da4f88ee8f8be51de5456da9e66ef1dd99bb042c9e6b
7
+ data.tar.gz: 5410e101e7d9c21286ba3c3b1d602c00e4360cc93bdf1c9e6d543b7c6e61d33c49b23c5a02cb3457eeab494b2ea044ff9b44a5bb2d3ef9172d2f5bc9ef3eb66a
@@ -9,7 +9,9 @@ module GeneratedAssets
9
9
  end
10
10
 
11
11
  config.after_initialize do |app|
12
- app.config.assets.generated.apply!
12
+ if app.config.assets.compile
13
+ app.config.assets.generated.apply!
14
+ end
13
15
  end
14
16
 
15
17
  initializer :generated_assets, group: :all do |app|
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module GeneratedAssets
4
- VERSION = '2.1.0'
4
+ VERSION = '2.1.1'
5
5
  end
@@ -103,3 +103,6 @@ Compiled application.js (0ms) (pid 36618)
103
103
  Compiled application.js (0ms) (pid 36624)
104
104
  Compiled application.js (0ms) (pid 36830)
105
105
  Compiled application.js (0ms) (pid 36835)
106
+ Compiled application.js (0ms) (pid 628)
107
+ Compiled application.js (0ms) (pid 634)
108
+ Compiled application.js (0ms) (pid 639)
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: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-28 00:00:00.000000000 Z
11
+ date: 2017-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties