haml-edge 2.3.0 → 2.3.1
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 +3 -1
- data/VERSION +1 -1
- metadata +3 -3
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.1
|
data/Rakefile
CHANGED
|
@@ -273,8 +273,10 @@ task :handle_update do
|
|
|
273
273
|
puts '=' * 150
|
|
274
274
|
puts "Running rake handle_update REF=#{ENV["REF"].inspect}"
|
|
275
275
|
|
|
276
|
-
sh %{git checkout master}
|
|
277
276
|
sh %{git fetch origin}
|
|
277
|
+
sh %{git checkout stable}
|
|
278
|
+
sh %{git reset --hard origin/stable}
|
|
279
|
+
sh %{git checkout master}
|
|
278
280
|
sh %{git reset --hard origin/master}
|
|
279
281
|
|
|
280
282
|
if branch == "master"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.1
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Weizenbaum
|
|
@@ -44,10 +44,10 @@ extensions: []
|
|
|
44
44
|
|
|
45
45
|
extra_rdoc_files:
|
|
46
46
|
- README.md
|
|
47
|
+
- REVISION
|
|
47
48
|
- MIT-LICENSE
|
|
48
49
|
- VERSION
|
|
49
50
|
- VERSION_NAME
|
|
50
|
-
- REVISION
|
|
51
51
|
- EDGE_GEM_VERSION
|
|
52
52
|
files:
|
|
53
53
|
- rails/init.rb
|
|
@@ -249,10 +249,10 @@ files:
|
|
|
249
249
|
- init.rb
|
|
250
250
|
- .yardopts
|
|
251
251
|
- README.md
|
|
252
|
+
- REVISION
|
|
252
253
|
- MIT-LICENSE
|
|
253
254
|
- VERSION
|
|
254
255
|
- VERSION_NAME
|
|
255
|
-
- REVISION
|
|
256
256
|
- EDGE_GEM_VERSION
|
|
257
257
|
has_rdoc: true
|
|
258
258
|
homepage: http://haml.hamptoncatlin.com/
|