sass 3.3.0.alpha.364 → 3.3.0.alpha.366

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
- 4e515ab6a46507013fcbe426a5ecfa061b4ae571
1
+ 803f56317b5a6a235a39ac0181ff30c759c57473
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.0.alpha.364
1
+ 3.3.0.alpha.366
@@ -1 +1 @@
1
- 05 October 2013 16:04:57 GMT
1
+ 08 October 2013 01:09:47 GMT
@@ -1308,7 +1308,7 @@ module Sass::Script
1308
1308
  # @example
1309
1309
  # str-insert("abcd", "X", 1) => "Xabcd"
1310
1310
  # str-insert("abcd", "X", 4) => "abcXd"
1311
- # str-insert("abcd", "X", 5) => "abcXd"
1311
+ # str-insert("abcd", "X", 5) => "abcdX"
1312
1312
  #
1313
1313
  # @overload str_insert($string, $insert, $index)
1314
1314
  # @param $string [Sass::Script::Value::String]
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: 592302549
4
+ hash: 592302545
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
9
  - 0
10
10
  - alpha
11
- - 364
12
- version: 3.3.0.alpha.364
11
+ - 366
12
+ version: 3.3.0.alpha.366
13
13
  platform: ruby
14
14
  authors:
15
15
  - Nathan Weizenbaum
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2013-10-05 00:00:00 -04:00
22
+ date: 2013-10-07 00:00:00 -04:00
23
23
  default_executable:
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency