arcabouco 0.2.6 → 0.2.7

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: be421103c9cf9a95c59cd174cda8e9b09269a398
4
- data.tar.gz: 042901e2b6a15d0ab33ec759ffaabbe7a33135cb
3
+ metadata.gz: be76a4fcbeaad3c97d0798ea255bd27f92453890
4
+ data.tar.gz: 6101421e4726bec408168cd737a0265dff1e0e6d
5
5
  SHA512:
6
- metadata.gz: 2fc30a75066b748a0d9ced26fa9a164f4d099f770688c600318bb6dc3af8bae83a95d1afe423f5d94744802e55b4245d97c0ff487c696d098f8ffb032887e9fd
7
- data.tar.gz: d79f0b8df783f8a15f6f1d024ba62d64d5b061dff1336474d713e972867c3f30bf0c65a005af24507e729f8c605ad16c51e0f5f2325673f04bf99a7ef3a6c393
6
+ metadata.gz: d0e7c79e00c15cc96cd4c9c8a1162b6739b9aedab452010fb02e75888d218d0a5c672906de93e36f37a141b4c69ae2e18214800c9e57fd64036e28ff551d5dc1
7
+ data.tar.gz: cd302dcadd465d65d55aff31abad82f1f83b288d8456f9c857f0679ddc872c28ad954f817f6b2a239c6421c1cc28c2b0affd2a0da74da7b9acfadd169c76ec88
@@ -1,3 +1,3 @@
1
1
  module Arcabouco
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
@@ -34,7 +34,6 @@ function bootstrapApplication()
34
34
 
35
35
  app.bootstraping = true;
36
36
 
37
- if (app.enable_debug) console.log("DEBUG: Bootstrap Application. Manifest (" + app.assets_manifest + ")");
38
37
  _getJSON( app.assets_manifest, function(data) {
39
38
  _loadCSS( data.assets['app.vendor.css'] );
40
39
  _loadCSS( data.assets['app.css'] );
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arcabouco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Negri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-30 00:00:00.000000000 Z
11
+ date: 2016-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack