aerogel-core 1.0.0 → 1.0.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: ef7128d5d6f2109c75a74926476c108d26880cb5
4
- data.tar.gz: 08051821b9a153237df4f5c5646cdf9f8313dded
3
+ metadata.gz: ee058d8d833b58e4081a243350316bc7e14a5ec3
4
+ data.tar.gz: 3499b21181cc0c2072fd38c9f210833172e50820
5
5
  SHA512:
6
- metadata.gz: 6c3277c8ad0b2035d4ba9b7b76fceb0d63356516a0401bc4d46d1c023889b09d5af0efdf03fe47a55010aabfb098f228abf0429fde44fa2db20c202947b9dbfb
7
- data.tar.gz: 5677764049e8cd75876746b43a570cf6642b73cfd50b41935be078c9d52a25da6f88735aa8580f082070014ac8ab2df4143311a4246594024c76c19cfee85b52
6
+ metadata.gz: 6708bd54e2c7b152a461436db26413ea66cae66b24ee1abb22233d1803121d8cd89e23cd334aa7d10bf618c417154f934cfd6212467529835ce91efd9b2954c0
7
+ data.tar.gz: 2904dbfa55c3ea3419f7a619e026dac4c88ccd2014e9694914f794311da65a533efbc94bafd8febc485316ffe973bc04a2543211a494bf3642014c7d607f0340
@@ -8,10 +8,10 @@ module Aerogel::Assets
8
8
  # Include these files when precompiling assets
9
9
  app.set :assets_precompile, %w(application.js application.css *.png *.jpg *.svg *.eot *.ttf *.woff)
10
10
 
11
- # Logical paths to your assets
11
+ # Logical paths to your assets (in reverse order)
12
12
  app.set :assets_prefix, [
13
13
  Aerogel.get_resource_paths( :assets )
14
- ].flatten
14
+ ].flatten.reverse
15
15
 
16
16
  # Use another host for serving assets
17
17
  # set :assets_host, '<id>.cloudfront.net'
@@ -1,3 +1,3 @@
1
1
  module Aerogel
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aerogel-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Kukushkin