classy_assets 0.4.3 → 0.4.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: e7fea450cfad05e13aad5921902c8cd7d7f3cb29
4
- data.tar.gz: 1c6c7068df98edea0ecd7308b22ba1b9d8693e3c
3
+ metadata.gz: 030f67e99e83fd2b635ba2c67aa62b0bcae05e6c
4
+ data.tar.gz: 9b5fd99357d76da5a06900146c09316401cc668f
5
5
  SHA512:
6
- metadata.gz: 58cb76a069ee65cf0dbeccd9e3e30a8035a2d4a19d31e92db0ec7e1eb59c6a9f402445de9a98e45f1291b5e7e4795f513e67b196b1f9a821fdc784af3ba66a56
7
- data.tar.gz: e599dad0468a4211b2a37d36c333fc5b5d39385051c227f96f387f7936f595b3a61f066a1beb192ed97098f6827a9cb22cb5c6d24a7385cd140fa4378d4afa26
6
+ metadata.gz: d7c9c32204d9aabbd68803269ebb7c932977cc40c47585e670d24215520a53bafa926eb01ee41fe2a0ea28e22fd41971c626ffbbc5346a94381924be19bb5ba4
7
+ data.tar.gz: 499345ac0b6cbc65569a58752f91186cddb753626a71b850bccf286f622b40ca762762ba1546ba30bba595747942fa91cd011212aa1b831de2ab8ddc7fccb0fd
@@ -1,3 +1,3 @@
1
1
  module ClassyAssets
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
@@ -1,11 +1,14 @@
1
1
  # encoding: utf-8
2
2
 
3
- require 'sass'
3
+ require 'sass/script/functions'
4
4
 
5
- module Sass::Script::Functions
6
- def asset_path(source)
7
- assert_type source, :String
8
- ClassyAssets.asset_url_for(source)
5
+ module Sass::Script
6
+ module Functions
7
+ def asset_path(source)
8
+ assert_type source, :String
9
+ ClassyAssets.asset_url_for(source)
10
+ end
11
+
12
+ declare :asset_path, args: [:source]
9
13
  end
10
- declare :asset_path, :args => [:source]
11
14
  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.4.3
4
+ version: 0.4.4
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-11-11 00:00:00.000000000 Z
11
+ date: 2013-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-script