haml-edge 3.1.9 → 3.1.10

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 +1 -1
@@ -1 +1 @@
1
- 3.1.9
1
+ 3.1.10
data/Rakefile CHANGED
@@ -394,7 +394,7 @@ namespace :test do
394
394
  task :rails_compatibility do
395
395
  `rm -rf test/rails`
396
396
  puts "Checking out rails. Please wait."
397
- system("git clone git://github.com/rails/rails.git test/rails") rescue nil
397
+ system("git clone git://github.com/rails/rails.git test/rails")
398
398
  begin
399
399
  rails_versions.each {|version| test_rails_version version}
400
400
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.9
1
+ 3.1.10
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.9
4
+ version: 3.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum