sass 3.3.0.alpha.367 → 3.3.0.alpha.368

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.
data/REVISION CHANGED
@@ -1 +1 @@
1
- 7aa25bcea64fbba944cd246e25ed72346c190c90
1
+ e3577698e002450c0c00ca21688f30bf8ad3efc6
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.0.alpha.367
1
+ 3.3.0.alpha.368
data/VERSION_DATE CHANGED
@@ -1 +1 @@
1
- 08 October 2013 19:47:08 GMT
1
+ 08 October 2013 20:30:18 GMT
@@ -1655,7 +1655,7 @@ module Sass::Script
1655
1655
  #
1656
1656
  # @example
1657
1657
  # set-nth($list: 10px 20px 30px, $n: 2, $value: -20px) => 10px -20px 30px
1658
- # @overload nth($list, $n, $value)
1658
+ # @overload set-nth($list, $n, $value)
1659
1659
  # @param $list [Sass::Script::Value::Base] The list that will be copied, having the element
1660
1660
  # at index `$n` changed.
1661
1661
  # @param $n [Sass::Script::Value::Number] The index of the item to set.
@@ -1904,8 +1904,8 @@ module Sass::Script
1904
1904
  # values, if multiple keys have the same value.
1905
1905
  #
1906
1906
  # @example
1907
- # map-keys(("foo": 1, "bar": 2)) => 1, 2
1908
- # map-keys(("foo": 1, "bar": 2, "baz": 1)) => 1, 2, 1
1907
+ # map-values(("foo": 1, "bar": 2)) => 1, 2
1908
+ # map-values(("foo": 1, "bar": 2, "baz": 1)) => 1, 2, 1
1909
1909
  # @overload map_values($map)
1910
1910
  # @param $map [Map]
1911
1911
  # @return [List] the list of values, comma-separated
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- hash: 592302547
4
+ hash: 592302573
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
9
  - 0
10
10
  - alpha
11
- - 367
12
- version: 3.3.0.alpha.367
11
+ - 368
12
+ version: 3.3.0.alpha.368
13
13
  platform: ruby
14
14
  authors:
15
15
  - Nathan Weizenbaum