flint-gs 2.0.0.rc.4 → 2.0.0

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: 23867f2d464f8d5638963f651b2c0b0362a61c7c
4
- data.tar.gz: d3c85b1b7b41dca5be4e02ef5a0574e0904403d0
3
+ metadata.gz: 5640d204d1c778af0855fb9615cc0114d6cfae99
4
+ data.tar.gz: c69263f54216adc20cbbef6ee5ab827a6fb815f6
5
5
  SHA512:
6
- metadata.gz: bf47c3330ef79a38bbc4f1737582e71d0a964010720dd7730d00f6c8d91f44071952a0cdefa903aa2a62c7e02e2a9a6259fa3569151e176587eb9839cf5027a5
7
- data.tar.gz: 5240d59de87f776ca4f29812c9073ceabd771f217ec5ec9994697dff3ba1156a290f97b377e68081ac7801e694635996dc7680f873cf276f4b827ff38d3ab62e
6
+ metadata.gz: e3273fe728e195e4c0d0f6a2f65ac834e0866d8f71249b7d1c2868452ce6dcd5a4e39aa56c8e877d4bb2690952bf1d6c1de452ee7436f9186562b69a6c75b2ed
7
+ data.tar.gz: e62d2cfa640bcec673ad46ce0d42e84113f4c1b20e494f94e682c0c5003aae166af3327e12daed01046c2aefeed7a8b1cafdab6996b4c885e987946045cf8359
data/lib/flint.rb CHANGED
@@ -10,8 +10,8 @@ else
10
10
  end
11
11
 
12
12
  module Flint
13
- VERSION = "2.0.0.rc.4"
14
- DATE = "2014-09-17"
13
+ VERSION = "2.0.0"
14
+ DATE = "2014-09-25"
15
15
  end
16
16
 
17
17
  module Sass::Script::Functions
@@ -247,7 +247,7 @@
247
247
  or flint-is-number($key) and length($key) == 1 and $span == "auto"
248
248
 
249
249
  /**
250
- * Variable shorthand
250
+ * Variable shorthand with no context
251
251
  *
252
252
  * @param {List} $key - span value for each breakpoint
253
253
  * @param {Null} $span - null context value
@@ -278,7 +278,7 @@
278
278
  * @param {List | String} $span - context value for each breakpoint
279
279
  *
280
280
  * @example scss
281
- * _(1 2 3 4, 2 4 6 8) | _(1 2 3 4, auto)
281
+ * _(4 3 2 1, 8 6 4 2) | _(4 3 2 1, auto)
282
282
  *
283
283
  * @throws error if lengths do not match number of breakpoints
284
284
  */
@@ -361,7 +361,7 @@
361
361
  }
362
362
 
363
363
  /**
364
- * Call by alias
364
+ * Call by alias with no context
365
365
  *
366
366
  * @param {String} $key - breakpoint alias
367
367
  * @param {Number} $span - span value for breakpoint
@@ -382,7 +382,7 @@
382
382
  * @param {Number | String} $context - context value for breakpoint
383
383
  *
384
384
  * @example scss
385
- * _(desktop, 2, 4)
385
+ * _(desktop, 2, 4) | _(desktop, 2, auto)
386
386
  *
387
387
  * @throws error if breakpoint alias does not exist
388
388
  */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flint-gs
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc.4
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-17 00:00:00.000000000 Z
11
+ date: 2014-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass