adminlte-generators 0.2.3 → 0.2.4

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: 90421bedc0c21c93689389dd225a8aa33293b100
4
- data.tar.gz: a4987fbd8571ec624bd421a3213cda82024e386b
3
+ metadata.gz: dd1012e15666e44625eea70e7424211b3ff955ec
4
+ data.tar.gz: 4ea40d1b75c621aa6cdb1f30e18080aefd54f73b
5
5
  SHA512:
6
- metadata.gz: b67609215efb00c5dbc883b264c1756761b41d090d0b485b52618a82988df478f1050b6e3a29983295fb69ec439be0c58dc5504c43b993d6be9804c74f065f95
7
- data.tar.gz: 6e48f6eb4ad5b0c1d855ac5c0046c491d0a4e6866dd19f31c69b79c90786bb1804ce5e6aa40348646824587eb81da11633cc8f2a8964864dff99c351e365bd2d
6
+ metadata.gz: 343681ee6d62a145fd339fb2650ee24096d3059b9e57a4b2b4ad3ee4523ba9aa176e17ca3d610e893c7cb8c682ea06c677fb00f01949a434b131e82880a0711c
7
+ data.tar.gz: ed9e5668ee395da3292b7010cd5d3ba998e9d468006f1a3839f3a84c503d1ec12273d7f705725d3b19125d78a53c2cbdcbff4f9e36dce6c73fb7a3c3e13e3002
@@ -8,7 +8,7 @@ module Adminlte
8
8
  initializer 'adminlte-generators.setup', group: :all do |app|
9
9
  app.config.assets.paths << ::Rails.root.join('app', 'assets', 'fonts')
10
10
 
11
- app.config.assets.precompile << /\.(?:svg|eot|woff|ttf)$/
11
+ app.config.assets.precompile << /\.(?:svg|eot|woff|woff2|ttf)$/
12
12
  end
13
13
 
14
14
  config.app_generators do |g|
@@ -1,5 +1,5 @@
1
1
  module Adminlte
2
2
  module Generators
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adminlte-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavlo Babenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-27 00:00:00.000000000 Z
11
+ date: 2015-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler