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.
Files changed (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. metadata +9 -9
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.94
1
+ 2.3.95
data/Rakefile CHANGED
@@ -254,7 +254,7 @@ begin
254
254
  rescue LoadError
255
255
  desc "Generate Documentation"
256
256
  task :doc => :rdoc
257
- task :yardoc => :rdoc
257
+ task :yard => :rdoc
258
258
  end
259
259
 
260
260
  task :pages do
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.94
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.94
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