sass 3.3.0.alpha.366 → 3.3.0.alpha.367

Sign up to get free protection for your applications and to get access to all the features.
data/REVISION CHANGED
@@ -1 +1 @@
1
- 803f56317b5a6a235a39ac0181ff30c759c57473
1
+ 7aa25bcea64fbba944cd246e25ed72346c190c90
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.0.alpha.366
1
+ 3.3.0.alpha.367
@@ -1 +1 @@
1
- 08 October 2013 01:09:47 GMT
1
+ 08 October 2013 19:47:08 GMT
@@ -394,7 +394,10 @@ module Sass::Script
394
394
  # name.
395
395
  TYPE_NAMES = {:ArgList => 'variable argument list'}
396
396
 
397
- # The global environment.
397
+ # The environment for this function. This environment's
398
+ # {Environment#parent} is the global environment, and its
399
+ # {Environment#caller} is a read-only view of the local environment of the
400
+ # caller of this function.
398
401
  #
399
402
  # @return [Environment]
400
403
  attr_reader :environment
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: 592302545
4
+ hash: 592302547
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
9
  - 0
10
10
  - alpha
11
- - 366
12
- version: 3.3.0.alpha.366
11
+ - 367
12
+ version: 3.3.0.alpha.367
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-07 00:00:00 -04:00
22
+ date: 2013-10-08 00:00:00 -04:00
23
23
  default_executable:
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency