haml-edge 3.1.9 → 3.1.10
Sign up to get free protection for your applications and to get access to all the features.
- 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
|