haml-edge 2.1.29 → 2.1.30
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 -2
- data/VERSION +1 -1
- metadata +1 -1
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.1.
|
|
1
|
+
2.1.30
|
data/Rakefile
CHANGED
|
@@ -155,13 +155,12 @@ rescue LoadError
|
|
|
155
155
|
end
|
|
156
156
|
|
|
157
157
|
task :pages do
|
|
158
|
-
require 'fileutils'
|
|
159
158
|
raise 'No ENV["PROJ"]!' unless proj = ENV["PROJ"]
|
|
160
159
|
sh %{git checkout #{proj}-pages}
|
|
161
160
|
sh %{git reset --hard origin/#{proj}-pages}
|
|
162
161
|
|
|
163
162
|
sh %{staticmatic build .}
|
|
164
|
-
|
|
163
|
+
sh %{rsync -av --delete site/ /var/www/#{proj}-pages}
|
|
165
164
|
end
|
|
166
165
|
|
|
167
166
|
# ----- Coverage -----
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.1.
|
|
1
|
+
2.1.30
|