sass 3.2.0.alpha.62 → 3.2.0.alpha.63

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/REVISION +1 -1
  2. data/VERSION +1 -1
  3. data/lib/sass/engine.rb +1 -1
  4. metadata +5 -5
data/REVISION CHANGED
@@ -1 +1 @@
1
- b646179a5713cbb2f2156c254e0add381c1d1824
1
+ 17bc035c572a173b3018e70df273c9776a8f76ee
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.0.alpha.62
1
+ 3.2.0.alpha.63
@@ -224,7 +224,7 @@ module Sass
224
224
  # If you're compiling a single Sass file from the filesystem,
225
225
  # use \{Sass::Engine.for\_file}.
226
226
  # If you're compiling multiple files from the filesystem,
227
- # use {Sass::Plugin.
227
+ # use {Sass::Plugin}.
228
228
  #
229
229
  # @param template [String] The Sass template.
230
230
  # This template can be encoded using any encoding
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: 592302945
4
+ hash: 592302947
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
9
  - 0
10
10
  - alpha
11
- - 62
12
- version: 3.2.0.alpha.62
11
+ - 63
12
+ version: 3.2.0.alpha.63
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: 2012-01-22 00:00:00 -05:00
22
+ date: 2012-01-25 00:00:00 -05:00
23
23
  default_executable:
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
@@ -151,6 +151,7 @@ files:
151
151
  - lib/sass/tree/root_node.rb
152
152
  - lib/sass/tree/rule_node.rb
153
153
  - lib/sass/tree/content_node.rb
154
+ - lib/sass/tree/trace_node.rb
154
155
  - lib/sass/tree/variable_node.rb
155
156
  - lib/sass/tree/visitors/base.rb
156
157
  - lib/sass/tree/visitors/check_nesting.rb
@@ -162,7 +163,6 @@ files:
162
163
  - lib/sass/tree/visitors/to_css.rb
163
164
  - lib/sass/tree/warn_node.rb
164
165
  - lib/sass/tree/while_node.rb
165
- - lib/sass/tree/trace_node.rb
166
166
  - lib/sass/util.rb
167
167
  - lib/sass/util/multibyte_string_scanner.rb
168
168
  - lib/sass/util/subset_map.rb