haml-edge 2.3.81 → 2.3.82

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 CHANGED
@@ -1 +1 @@
1
- 2.3.81
1
+ 2.3.82
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.81
1
+ 2.3.82
@@ -54,7 +54,7 @@ module Sass
54
54
  end
55
55
 
56
56
  if defined?(ActionDispatch::Callbacks.to_prepare)
57
- ActionDispatch::Callbacks.instance_eval {undef :__sass_process}
57
+ ActionDispatch::Callbacks.skip_callback(:prepare, :__sass_process)
58
58
  elsif defined?(ActionController::Base) &&
59
59
  Haml::Util.has?(:instance_method, ActionController::Base, :sass_old_process)
60
60
  ActionController::Base.instance_eval {alias_method :process, :sass_old_process}
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.81
4
+ version: 2.3.82
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
@@ -85,8 +85,8 @@ files:
85
85
  - lib/sass/plugin.rb
86
86
  - lib/sass/plugin
87
87
  - lib/sass/plugin/merb.rb
88
- - lib/sass/plugin/rails.rb
89
88
  - lib/sass/plugin/rack.rb
89
+ - lib/sass/plugin/rails.rb
90
90
  - lib/sass/repl.rb
91
91
  - lib/sass/script.rb
92
92
  - lib/sass/script