haml-edge 3.1.32 → 3.1.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/VERSION +1 -1
  3. data/lib/haml/root.rb +1 -1
  4. metadata +2 -2
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.32
1
+ 3.1.33
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.32
1
+ 3.1.33
data/lib/haml/root.rb CHANGED
@@ -3,5 +3,5 @@ module Haml
3
3
  # This may be overridden by the package manager
4
4
  # if the lib directory is separated from the main source tree.
5
5
  # @api public
6
- ROOT_DIR = File.expand_path("../../..", __FILE__)
6
+ ROOT_DIR = File.expand_path(File.join(__FILE__, "../../.."))
7
7
  end
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.32
4
+ version: 3.1.33
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-01 00:00:00 -04:00
14
+ date: 2010-06-05 00:00:00 -04:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency