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.
- data/EDGE_GEM_VERSION +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +1 -1
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
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")
|
|
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.
|
|
1
|
+
3.1.10
|