SassyExport 1.0.16 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/SassyExport.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a0376df2bf1ef80b279783a53fa05181c178cc5
4
- data.tar.gz: 5465885674875366b8febbf82e2191fa05f2f9a9
3
+ metadata.gz: 2b5f61b639e7e5a3b68e219446d3a4736ec08d79
4
+ data.tar.gz: ce04ad399009cce61d626752c5be8bba12f1246f
5
5
  SHA512:
6
- metadata.gz: c6440c955c275386ed84755751fb257d46396973a7b76357779ed6b300acaf8140d6ffc19a4e3fa3865a7a8252cdc167b11158fe8a1282236fce722727b0f1aa
7
- data.tar.gz: ebb1f4400249d5761c59d005e887d7b251a086f6f2b23067bf1756324ebb738b8fde7e1fc377bead3aa63a9deffc85ef646577ef634b85eb2072cc1005ec4955
6
+ metadata.gz: 92af948797a97578ce2fad65438508ef0087304434e67d1b5b320304b88989146afbf0a544f03eaf849396cdcf84fa3f8210247874c48060e2bd9474c270fdf5
7
+ data.tar.gz: d3b6da6afb1d073a89d7762e99a622eed73347d57d249ec3ba6496b017fb5adc2fa3f906cd1586499eb1e73ac741bee73eee9d809bd866049692e04575d801df
data/README.md CHANGED
@@ -53,10 +53,10 @@ New JSON file is created at `./json/hello.json`. As you can see, `$path` is rela
53
53
 
54
54
  #### Breakdown
55
55
 
56
- The `SassyExport()` mixin takes a directory/filename.json `$path`, and a Sass `$map` as arguments. It then converts the `$map` into a JSON map with SassyJSON's `json_encode()` function, then Ruby creates a new file (or updates an existing file), and writes the contents of the json string to it. I'm no Ruby expert, so if you belive that you could improve the small amount of code here, feel free to.
56
+ The `SassyExport()` mixin takes a directory/filename.json `$path`, and a Sass `$map` as arguments. It converts the `$map` into a JSON map through Ruby, and then creates a new file (or updates an existing file), and writes the contents of the json string to it. I'm no Ruby expert, so if you belive that you could improve the small amount of code here, feel free to.
57
57
 
58
58
  Enjoy.
59
59
 
60
- ## SassyJSON
60
+ ## Also Check Out
61
61
 
62
- * [Download SassyJSON](https://github.com/HugoGiraudel/SassyJSON)
62
+ * [SassyJSON](https://github.com/HugoGiraudel/SassyJSON)
data/lib/SassyExport.rb CHANGED
@@ -7,7 +7,7 @@ Compass::Frameworks.register('SassyExport', :path => extension_path)
7
7
  # Version is a number. If a version contains alphas, it will be created as a prerelease version
8
8
  # Date is in the form of YYYY-MM-DD
9
9
  module SassyExport
10
- VERSION = "1.0.16"
10
+ VERSION = "1.1.0"
11
11
  DATE = "2014-06-04"
12
12
  end
13
13
 
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.16
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse