haml-edge 2.3.37 → 2.3.38
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 +1 -1
- data/VERSION +1 -1
- metadata +3 -3
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.38
|
data/Rakefile
CHANGED
|
@@ -95,7 +95,7 @@ task :release_elpa do
|
|
|
95
95
|
rev = File.read(".git/#{$1}").strip
|
|
96
96
|
end
|
|
97
97
|
|
|
98
|
-
from = `git config user.email
|
|
98
|
+
from = `git config user.email`.strip
|
|
99
99
|
raise "Don't know how to send emails except via Gmail" unless from =~ /@gmail.com$/
|
|
100
100
|
|
|
101
101
|
to = "elpa@tromey.com"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.38
|
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.38
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Weizenbaum
|
|
@@ -44,8 +44,8 @@ extensions: []
|
|
|
44
44
|
|
|
45
45
|
extra_rdoc_files:
|
|
46
46
|
- README.md
|
|
47
|
-
- VERSION
|
|
48
47
|
- REVISION
|
|
48
|
+
- VERSION
|
|
49
49
|
- CONTRIBUTING
|
|
50
50
|
- MIT-LICENSE
|
|
51
51
|
- VERSION_NAME
|
|
@@ -257,8 +257,8 @@ files:
|
|
|
257
257
|
- init.rb
|
|
258
258
|
- .yardopts
|
|
259
259
|
- README.md
|
|
260
|
-
- VERSION
|
|
261
260
|
- REVISION
|
|
261
|
+
- VERSION
|
|
262
262
|
- CONTRIBUTING
|
|
263
263
|
- MIT-LICENSE
|
|
264
264
|
- VERSION_NAME
|