haml 3.0.0.rc.3 → 3.0.0.rc.4

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of haml might be problematic. Click here for more details.

@@ -0,0 +1,2 @@
1
+ .foo {a: b}
2
+ .bar () {c: d}
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 0
8
8
  - 0
9
9
  - rc
10
- - 3
11
- version: 3.0.0.rc.3
10
+ - 4
11
+ version: 3.0.0.rc.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Nathan Weizenbaum
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-04-30 00:00:00 -07:00
20
+ date: 2010-05-03 00:00:00 -07:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -128,6 +128,7 @@ files:
128
128
  - lib/sass/scss/parser.rb
129
129
  - lib/sass/scss/css_parser.rb
130
130
  - lib/sass/scss/script_parser.rb
131
+ - lib/sass/less.rb
131
132
  - lib/haml/filters.rb
132
133
  - lib/haml/exec.rb
133
134
  - lib/haml/railtie.rb
@@ -140,6 +141,7 @@ files:
140
141
  - lib/haml/version.rb
141
142
  - lib/haml/template/patch.rb
142
143
  - lib/haml/template/plugin.rb
144
+ - lib/haml/template/options.rb
143
145
  - lib/haml/helpers.rb
144
146
  - lib/haml/buffer.rb
145
147
  - lib/haml/html.rb
@@ -188,6 +190,7 @@ files:
188
190
  - test/linked_rails.rb
189
191
  - test/benchmark.rb
190
192
  - test/sass/script_test.rb
193
+ - test/sass/less_conversion_test.rb
191
194
  - test/sass/css2sass_test.rb
192
195
  - test/sass/script_conversion_test.rb
193
196
  - test/sass/extend_test.rb
@@ -222,6 +225,7 @@ files:
222
225
  - test/sass/templates/nested_bork4.sass
223
226
  - test/sass/templates/compressed.sass
224
227
  - test/sass/templates/nested_bork2.sass
228
+ - test/sass/templates/importee.less
225
229
  - test/sass/templates/import.sass
226
230
  - test/sass/templates/script.sass
227
231
  - test/sass/templates/expanded.sass
@@ -383,6 +387,7 @@ specification_version: 3
383
387
  summary: An elegant, structured XHTML/XML templating engine. Comes with Sass, a similar CSS templating engine.
384
388
  test_files:
385
389
  - test/sass/script_test.rb
390
+ - test/sass/less_conversion_test.rb
386
391
  - test/sass/css2sass_test.rb
387
392
  - test/sass/script_conversion_test.rb
388
393
  - test/sass/extend_test.rb