fronton 0.2.0 → 0.2.1

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: a899c6d84ac29adb1f1df25728ddbc5e9b23ce32
4
- data.tar.gz: 28e39dea1624fd43b541b514994645e5bc373acc
3
+ metadata.gz: bf06971bb8ab38302025de3aa89e2083f2602181
4
+ data.tar.gz: 97708f5a928378aa2d5c694b0e70118dc070f95c
5
5
  SHA512:
6
- metadata.gz: c536294cfe053beb81cbf6cbd99c03bac600a49fcd151612d5c2621a7f71ac9b6bdd11d9957412907e8222e9134a1e210103ab4182627f63f85a8e7a5bfe8722
7
- data.tar.gz: f2cc92f27a3e6d6a47fc2a5671108a79845196377961c2f2d394e73fa5d2600edaa5be23f09e062ba8c76bb2efc3fc75b00102522f2d36fe7faf7cc1f8893e1f
6
+ metadata.gz: ecc654ae6b9c2a432b663c639263d85daf43a6e491df59cf2bb0dbf4a86e1fea61ffff6012d485e476c0f1bff54d2fd3115f74a39be49538d03c61305baeda98
7
+ data.tar.gz: 84d4a825ae4c83cae74d54622eb9d0a7dd4311221a693bf749adb21cca8a3f8ae9f198ac7bf46fe74839a14bebd958d6a23f96612fe0d73798c515448de82160
data/lib/fronton/cli.rb CHANGED
@@ -49,7 +49,7 @@ module Fronton
49
49
  # assets helpers
50
50
  config.environment.context_class.class_eval do
51
51
  def asset_path(path, _options = {})
52
- "assets/#{path}"
52
+ "/assets/#{path}"
53
53
  end
54
54
 
55
55
  def asset_url(path, _options = {})
@@ -2,7 +2,7 @@ module Fronton
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fronton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Aranda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-19 00:00:00.000000000 Z
11
+ date: 2016-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor