classy_assets 0.0.4 → 0.0.5

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: 2b78a297d9fc0fbc611ea4fde5e73d10f8c5c13c
4
- data.tar.gz: e9d09d28b3d332ef4eef8363ea69c3cebac14942
3
+ metadata.gz: 49b66515e79f2be8ddc847a703133e48d8bc373e
4
+ data.tar.gz: e9e809378962539e2a5f5203294dcb78a405fc70
5
5
  SHA512:
6
- metadata.gz: c3f59e14786ba054b8b55bae9d554b48daaf1ed088e61f19aae2c2049c75b545002a90a6f16390bc71e63a610690f202e46871706fe5e81deada60528c7570f8
7
- data.tar.gz: 84bc08700fcb507482e268192dbb4d7e32cecb9dfe107d8d517362464962dd287d22d3e04d70c2e074da7419321e851aed1bcc53776ea1ecca6f8f2b3e761c3c
6
+ metadata.gz: 55986dd94d05a3ebd885aede3398b4079f9c791329178491446cff9c5e3aba2de6357a68b3c08010ad2f565f55226b5d6f217cb8260ff53220bb11192601ab44
7
+ data.tar.gz: 3cbb973af36883f652756efb1dd09e66c6fc17a8c23b759492d07a9889904ece13aeef9d594ce71fcef27a420d54f9fc3ce00643e3a0a231650692e707c4fd02
@@ -1,3 +1,3 @@
1
1
  module ClassyAssets
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -13,10 +13,11 @@ module Sinatra
13
13
  manifest_file = ::File.join(::ClassyAssets::Configuration.public_path, ::ClassyAssets::Configuration.asset_prefix, 'manifset.json')
14
14
 
15
15
  config.asset_host = ::ClassyAssets::Configuration.asset_host
16
+ config.debug = ::ClassyAssets::Configuration.debug_mode
17
+ config.environment = ::ClassyAssets::Configuration.sprockets
16
18
  config.manifest = ::Sprockets::Manifest.new(::ClassyAssets::Configuration.sprockets, manifest_file) if ::File.exists? manifest_file
17
19
  config.prefix = ::ClassyAssets::Configuration.asset_prefix
18
20
  config.public_path = ::ClassyAssets::Configuration.public_path
19
- config.debug = ::ClassyAssets::Configuration.debug_mode
20
21
  end
21
22
  end
22
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classy_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - StyleSeek Engineering
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-09 00:00:00.000000000 Z
11
+ date: 2013-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra
@@ -266,7 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
266
266
  version: '0'
267
267
  requirements: []
268
268
  rubyforge_project:
269
- rubygems_version: 2.0.2
269
+ rubygems_version: 2.0.5
270
270
  signing_key:
271
271
  specification_version: 4
272
272
  summary: Classy Assets (powered by Sprockets) for Sinatra and Rack apps