haml-edge 2.1.29 → 2.1.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/Rakefile +1 -2
  3. data/VERSION +1 -1
  4. metadata +1 -1
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.29
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
- FileUtils.mv("site", "/var/www/#{proj}-pages")
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.29
1
+ 2.1.30
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.1.29
4
+ version: 2.1.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum