haml-edge 2.3.44 → 2.3.45
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 +12 -6
- data/VERSION +1 -1
- metadata +3 -3
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.45
|
data/Rakefile
CHANGED
|
@@ -248,12 +248,18 @@ task :pages do
|
|
|
248
248
|
sh %{git checkout #{proj}-pages}
|
|
249
249
|
sh %{git reset --hard origin/#{proj}-pages}
|
|
250
250
|
|
|
251
|
-
Dir.chdir("/var/www/#{proj}-pages")
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
251
|
+
Dir.chdir("/var/www/#{proj}-pages") do
|
|
252
|
+
sh %{git fetch origin}
|
|
253
|
+
|
|
254
|
+
sh %{git checkout stable}
|
|
255
|
+
sh %{git reset --hard origin/stable}
|
|
256
|
+
|
|
257
|
+
sh %{git checkout #{proj}-pages}
|
|
258
|
+
sh %{git reset --hard origin/#{proj}-pages}
|
|
259
|
+
sh %{rake build --trace}
|
|
260
|
+
sh %{mkdir -p tmp}
|
|
261
|
+
sh %{touch tmp/restart.txt}
|
|
262
|
+
end
|
|
257
263
|
end
|
|
258
264
|
end
|
|
259
265
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.45
|
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.3.
|
|
4
|
+
version: 2.3.45
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Weizenbaum
|
|
@@ -46,9 +46,9 @@ extra_rdoc_files:
|
|
|
46
46
|
- README.md
|
|
47
47
|
- REVISION
|
|
48
48
|
- VERSION
|
|
49
|
-
- VERSION_NAME
|
|
50
49
|
- CONTRIBUTING
|
|
51
50
|
- MIT-LICENSE
|
|
51
|
+
- VERSION_NAME
|
|
52
52
|
- EDGE_GEM_VERSION
|
|
53
53
|
files:
|
|
54
54
|
- rails/init.rb
|
|
@@ -259,9 +259,9 @@ files:
|
|
|
259
259
|
- README.md
|
|
260
260
|
- REVISION
|
|
261
261
|
- VERSION
|
|
262
|
-
- VERSION_NAME
|
|
263
262
|
- CONTRIBUTING
|
|
264
263
|
- MIT-LICENSE
|
|
264
|
+
- VERSION_NAME
|
|
265
265
|
- EDGE_GEM_VERSION
|
|
266
266
|
has_rdoc: true
|
|
267
267
|
homepage: http://haml.hamptoncatlin.com/
|