capnotify-commit_log 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.md +7 -0
- data/lib/capnotify-commit_log/version.rb +1 -1
- data/lib/templates/_commit_log.txt.erb +1 -1
- metadata +5 -4
data/CHANGES.md
ADDED
@@ -1,5 +1,5 @@
|
|
1
1
|
<% @content.each do |commit| %>
|
2
|
-
<%= commit[:sha][0,7] %> <%= commit[:author] %> <<%= commit[:email] %>> @ <%= commit[:date].strftime('%Y-%m-%d') %>
|
2
|
+
<%= commit[:sha][0,7] %> <%= commit[:author] %> <<%= commit[:email] %>> @ <%= commit[:date] ? commit[:date].strftime('%Y-%m-%d') : 'n/a' %>
|
3
3
|
|
4
4
|
<%= commit[:message].gsub(/^/, ' ').gsub(/\t/, ' ') %>
|
5
5
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capnotify-commit_log
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-06-
|
12
|
+
date: 2013-06-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capnotify
|
@@ -132,6 +132,7 @@ extensions: []
|
|
132
132
|
extra_rdoc_files: []
|
133
133
|
files:
|
134
134
|
- .gitignore
|
135
|
+
- CHANGES.md
|
135
136
|
- Gemfile
|
136
137
|
- LICENSE.txt
|
137
138
|
- README.md
|
@@ -156,7 +157,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
156
157
|
version: '0'
|
157
158
|
segments:
|
158
159
|
- 0
|
159
|
-
hash: -
|
160
|
+
hash: -4343967773529648647
|
160
161
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
161
162
|
none: false
|
162
163
|
requirements:
|
@@ -165,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
165
166
|
version: '0'
|
166
167
|
segments:
|
167
168
|
- 0
|
168
|
-
hash: -
|
169
|
+
hash: -4343967773529648647
|
169
170
|
requirements: []
|
170
171
|
rubyforge_project:
|
171
172
|
rubygems_version: 1.8.24
|