SassyExport 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/lib/SassyExport.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -21,7 +21,7 @@ $map: (
21
21
  hello: world,
22
22
  );
23
23
 
24
- @include json_export("../json", "hello", $map);
24
+ @include SassyExport("../json", "hello", $map);
25
25
  ```
26
26
 
27
27
  #### Result
data/lib/SassyExport.rb CHANGED
@@ -12,7 +12,7 @@ Compass::Frameworks.register('SassyExport', :path => extension_path)
12
12
  # ----------------------------------------------------------------------------------------------------
13
13
 
14
14
  module SassyExport
15
- VERSION = "1.0.4"
15
+ VERSION = "1.0.5"
16
16
  DATE = "2014-05-31"
17
17
  end
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SassyExport
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: