haml-edge 2.1.13 → 2.1.14
Sign up to get free protection for your applications and to get access to all the features.
- data/EDGE_GEM_VERSION +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +2 -2
data/EDGE_GEM_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.14
|
data/Rakefile
CHANGED
@@ -104,7 +104,7 @@ task :release_edge do
|
|
104
104
|
end
|
105
105
|
edge_version = edge_version.join('.')
|
106
106
|
File.open('EDGE_GEM_VERSION', 'w') {|f| f.puts(edge_version)}
|
107
|
-
sh %{git commit -m "Bump edge gem version." EDGE_GEM_VERSION}
|
107
|
+
sh %{git commit -m "Bump edge gem version to #{edge_version}." EDGE_GEM_VERSION}
|
108
108
|
sh %{git push origin edge-gem}
|
109
109
|
|
110
110
|
# Package the edge gem with the proper version
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.14
|
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.
|
4
|
+
version: 2.1.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Weizenbaum
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-05-
|
13
|
+
date: 2009-05-26 00:00:00 -04:00
|
14
14
|
default_executable:
|
15
15
|
dependencies: []
|
16
16
|
|