haml-edge 2.3.28 → 2.3.29

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 (5) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/Rakefile +0 -3
  3. data/VERSION +1 -1
  4. data/lib/haml/exec.rb +0 -1
  5. metadata +1 -1
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.28
1
+ 2.3.29
data/Rakefile CHANGED
@@ -1,6 +1,3 @@
1
- require 'rubygems'
2
- require 'rake'
3
-
4
1
  # ----- Benchmarking -----
5
2
 
6
3
  desc <<END
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.28
1
+ 2.3.29
data/lib/haml/exec.rb CHANGED
@@ -164,7 +164,6 @@ END
164
164
  end
165
165
 
166
166
  File.open(File.join(dir, 'init.rb'), 'w') do |file|
167
- file.puts "require 'rubygems'"
168
167
  file << File.read(File.dirname(__FILE__) + "/../../init.rb")
169
168
  end
170
169
 
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.28
4
+ version: 2.3.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum