iugu-ux 1.0.20 → 1.0.21

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: 7d27fcf9d8910287cf8cb32ea4fc54964c4ba704
4
- data.tar.gz: 4af4a306a919674420eb260aeeba7acd0bbc69b0
3
+ metadata.gz: d32b43dbfee015b9439168fb002fe6f0f5729a77
4
+ data.tar.gz: 3b00bd1aa284dc9e5f10898c01eec902f765b3c1
5
5
  SHA512:
6
- metadata.gz: a45bb9d92a6f0226efd73b704dda26245a2779494593d4292e80dde212808e72e90f3b02db548ef57a0a66bb150f21aac07a9d8f346da6ad3718f56366adeb19
7
- data.tar.gz: 26a38fe495963cee526ab394e14a245eb0025de59287e281b314ddc422bd6473f2bff95f0885e12ecc4cb30667e321ae6453f9902f513e37c706c173f7d1e81f
6
+ metadata.gz: 9d9f513501717731bbbdbe1b0f2b9fde12612e54edae3176afb011cf598fa0e06ad8764c39ce4cd93210f3e30fcabde684ad3f15f2ebeecdfc0aa876cd40b68e
7
+ data.tar.gz: 3b8a1591c79dbfb0580b66e85e9962f8bbf2f4a7541baea304e4d31b874f04d4af10bcc6d004365ed99f83fb876ed9088ef82c2898f660258085a6b185ccd944
@@ -4,6 +4,7 @@ require 'compass-rails'
4
4
  module IuguUX
5
5
  class Engine < Rails::Engine
6
6
  initializer 'iugu-ux.setup', :group => :all do |app|
7
+ app.config.assets.js_compressor = Uglifier.new(:mangle => false)
7
8
  app.config.assets.precompile += IuguUX.src
8
9
  app.config.compass.sprite_load_path << app.root.join('app','assets','sprites')
9
10
  app.config.compass.sprite_load_path << IuguUX.sprite_load_path
@@ -1,3 +1,3 @@
1
1
  module IuguUX
2
- VERSION = "1.0.20"
2
+ VERSION = "1.0.21"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iugu-ux
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20
4
+ version: 1.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Negri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-27 00:00:00.000000000 Z
11
+ date: 2015-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-script