haml-edge 2.1.27 → 2.1.28

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 +5 -3
  3. data/VERSION +1 -1
  4. metadata +7 -7
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.27
1
+ 2.1.28
data/Rakefile CHANGED
@@ -163,8 +163,6 @@ task :pages do
163
163
 
164
164
  sh %{staticmatic build .}
165
165
  FileUtils.mv("site", "/var/www/#{proj}-pages")
166
- sh %{git reset --hard HEAD}
167
- sh %{git clean -xdf}
168
166
  end
169
167
 
170
168
  # ----- Coverage -----
@@ -256,8 +254,12 @@ task :handle_update do
256
254
  sh %{git pull origin master}
257
255
 
258
256
  if ENV["REF"] == "refs/heads/master"
259
- sh %{rake release_edge &> edge-gem-output.log}
257
+ sh %{rake release_edge}
260
258
  elsif ENV["REF"] =~ %r{^refs/heads/(haml|sass)-pages$}
261
259
  sh %{rake pages PROJ=#{$1}}
262
260
  end
261
+
262
+ sh %{git reset --hard HEAD}
263
+ sh %{git clean -xdf}
264
+ sh %{git checkout master}
263
265
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.27
1
+ 2.1.28
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.27
4
+ version: 2.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
@@ -24,11 +24,11 @@ executables:
24
24
  extensions: []
25
25
 
26
26
  extra_rdoc_files:
27
+ - FAQ.md
27
28
  - MIT-LICENSE
29
+ - README.md
28
30
  - VERSION
29
31
  - REVISION
30
- - FAQ.md
31
- - README.md
32
32
  - EDGE_GEM_VERSION
33
33
  files:
34
34
  - rails/init.rb
@@ -58,6 +58,7 @@ files:
58
58
  - lib/sass/engine.rb
59
59
  - lib/sass/environment.rb
60
60
  - lib/sass/error.rb
61
+ - lib/sass/files.rb
61
62
  - lib/sass/plugin.rb
62
63
  - lib/sass/plugin
63
64
  - lib/sass/plugin/merb.rb
@@ -71,13 +72,13 @@ files:
71
72
  - lib/sass/script/functions.rb
72
73
  - lib/sass/script/lexer.rb
73
74
  - lib/sass/script/literal.rb
75
+ - lib/sass/script/node.rb
74
76
  - lib/sass/script/number.rb
75
77
  - lib/sass/script/operation.rb
76
78
  - lib/sass/script/parser.rb
77
79
  - lib/sass/script/string.rb
78
80
  - lib/sass/script/unary_operation.rb
79
81
  - lib/sass/script/variable.rb
80
- - lib/sass/script/node.rb
81
82
  - lib/sass/tree
82
83
  - lib/sass/tree/attr_node.rb
83
84
  - lib/sass/tree/comment_node.rb
@@ -92,7 +93,6 @@ files:
92
93
  - lib/sass/tree/rule_node.rb
93
94
  - lib/sass/tree/variable_node.rb
94
95
  - lib/sass/tree/while_node.rb
95
- - lib/sass/files.rb
96
96
  - bin/css2sass
97
97
  - bin/haml
98
98
  - bin/html2haml
@@ -228,11 +228,11 @@ files:
228
228
  - extra/update_watch.rb
229
229
  - Rakefile
230
230
  - init.rb
231
+ - FAQ.md
231
232
  - MIT-LICENSE
233
+ - README.md
232
234
  - VERSION
233
235
  - REVISION
234
- - FAQ.md
235
- - README.md
236
236
  - EDGE_GEM_VERSION
237
237
  has_rdoc: true
238
238
  homepage: http://haml.hamptoncatlin.com/