aerogel-core 1.0.1 → 1.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee058d8d833b58e4081a243350316bc7e14a5ec3
4
- data.tar.gz: 3499b21181cc0c2072fd38c9f210833172e50820
3
+ metadata.gz: 988b2453ca7129cba16c4098b2f03f4264bc37d2
4
+ data.tar.gz: 904039ce4e39512a4b21014f667831bc95a83e21
5
5
  SHA512:
6
- metadata.gz: 6708bd54e2c7b152a461436db26413ea66cae66b24ee1abb22233d1803121d8cd89e23cd334aa7d10bf618c417154f934cfd6212467529835ce91efd9b2954c0
7
- data.tar.gz: 2904dbfa55c3ea3419f7a619e026dac4c88ccd2014e9694914f794311da65a533efbc94bafd8febc485316ffe973bc04a2543211a494bf3642014c7d607f0340
6
+ metadata.gz: 4ee7a95cc71f0a7ea8d94abc001558c6c5d81c384918fd362dac6ee1f9ec0579dc03784b2deb04ba7efd8a07f3e9de2757a9de51516d56b99f4e7780cf805209
7
+ data.tar.gz: 6e3952fd833252989ff8f91dafdb3eab7011f6536b50b10616273e5aff0416906fc0ee994a8de1fce887f8c2b224eb982f7d6921e567ff418f49426a0a553266
@@ -6,7 +6,7 @@ module Aerogel::Assets
6
6
  #
7
7
  def self.registered( app )
8
8
  # Include these files when precompiling assets
9
- app.set :assets_precompile, %w(application.js application.css *.png *.jpg *.svg *.eot *.ttf *.woff)
9
+ app.set :assets_precompile, %w(application.js application.css *.png *.jpg *.gif *.svg *.eot *.ttf *.woff)
10
10
 
11
11
  # Logical paths to your assets (in reverse order)
12
12
  app.set :assets_prefix, [
@@ -1,3 +1,3 @@
1
1
  module Aerogel
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aerogel-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Kukushkin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-23 00:00:00.000000000 Z
11
+ date: 2014-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra