haml-edge 2.3.94 → 2.3.95
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/EDGE_GEM_VERSION +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +9 -9
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.95
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.95
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: haml-edge
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.95
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Weizenbaum
|
|
@@ -44,8 +44,8 @@ extensions: []
|
|
|
44
44
|
|
|
45
45
|
extra_rdoc_files:
|
|
46
46
|
- README.md
|
|
47
|
-
- VERSION
|
|
48
47
|
- REVISION
|
|
48
|
+
- VERSION
|
|
49
49
|
- VERSION_NAME
|
|
50
50
|
- CONTRIBUTING
|
|
51
51
|
- MIT-LICENSE
|
|
@@ -212,6 +212,7 @@ files:
|
|
|
212
212
|
- test/sass/templates/bork1.sass
|
|
213
213
|
- test/sass/templates/bork2.sass
|
|
214
214
|
- test/sass/templates/bork3.sass
|
|
215
|
+
- test/sass/templates/bork4.sass
|
|
215
216
|
- test/sass/templates/compact.sass
|
|
216
217
|
- test/sass/templates/complex.sass
|
|
217
218
|
- test/sass/templates/compressed.sass
|
|
@@ -219,22 +220,21 @@ files:
|
|
|
219
220
|
- test/sass/templates/import.sass
|
|
220
221
|
- test/sass/templates/importee.sass
|
|
221
222
|
- test/sass/templates/line_numbers.sass
|
|
223
|
+
- test/sass/templates/mixin_bork.sass
|
|
222
224
|
- test/sass/templates/mixins.sass
|
|
223
225
|
- test/sass/templates/multiline.sass
|
|
224
226
|
- test/sass/templates/nested.sass
|
|
225
|
-
- test/sass/templates/bork4.sass
|
|
226
|
-
- test/sass/templates/mixin_bork.sass
|
|
227
227
|
- test/sass/templates/nested_bork1.sass
|
|
228
|
+
- test/sass/templates/nested_bork2.sass
|
|
229
|
+
- test/sass/templates/nested_bork3.sass
|
|
230
|
+
- test/sass/templates/nested_bork4.sass
|
|
231
|
+
- test/sass/templates/nested_mixin_bork.sass
|
|
228
232
|
- test/sass/templates/parent_ref.sass
|
|
229
233
|
- test/sass/templates/script.sass
|
|
230
234
|
- test/sass/templates/subdir/nested_subdir/_nested_partial.sass
|
|
231
235
|
- test/sass/templates/subdir/nested_subdir/nested_subdir.sass
|
|
232
236
|
- test/sass/templates/subdir/subdir.sass
|
|
233
237
|
- test/sass/templates/units.sass
|
|
234
|
-
- test/sass/templates/nested_bork2.sass
|
|
235
|
-
- test/sass/templates/nested_bork3.sass
|
|
236
|
-
- test/sass/templates/nested_bork4.sass
|
|
237
|
-
- test/sass/templates/nested_mixin_bork.sass
|
|
238
238
|
- test/test_helper.rb
|
|
239
239
|
- extra/haml-mode.el
|
|
240
240
|
- extra/sass-mode.el
|
|
@@ -243,8 +243,8 @@ files:
|
|
|
243
243
|
- init.rb
|
|
244
244
|
- .yardopts
|
|
245
245
|
- README.md
|
|
246
|
-
- VERSION
|
|
247
246
|
- REVISION
|
|
247
|
+
- VERSION
|
|
248
248
|
- VERSION_NAME
|
|
249
249
|
- CONTRIBUTING
|
|
250
250
|
- MIT-LICENSE
|