haml-edge 3.1.33 → 3.1.34

Sign up to get free protection for your applications and to get access to all the features.
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.33
1
+ 3.1.34
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.33
1
+ 3.1.34
@@ -12,7 +12,7 @@ unless defined?(Sass::RAILS_LOADED)
12
12
  if defined?(ActionController::Metal)
13
13
  # Rails >= 3.0
14
14
  require 'sass/plugin/rack'
15
- ActionController::Metal.use(Sass::Plugin::Rack)
15
+ Rails.configuration.middleware.use(Sass::Plugin::Rack)
16
16
  elsif defined?(ActionController::Dispatcher) &&
17
17
  defined?(ActionController::Dispatcher.middleware)
18
18
  # Rails >= 2.3
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: 3.1.33
4
+ version: 3.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-06-05 00:00:00 -04:00
14
+ date: 2010-06-06 00:00:00 -04:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency