capnotify-commit_log 0.0.1 → 0.0.2

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/CHANGES.md ADDED
@@ -0,0 +1,7 @@
1
+ 2013-06-13 -- 0.0.2
2
+
3
+ * bugfix: don't blow up when building text template when log output is not available
4
+
5
+ 2013-06-08 -- 0.0.1
6
+
7
+ * initial release
@@ -1,5 +1,5 @@
1
1
  module Capnotify
2
2
  module CommitLog
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -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.1
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-08 00:00:00.000000000 Z
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: -1094105692905918392
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: -1094105692905918392
169
+ hash: -4343967773529648647
169
170
  requirements: []
170
171
  rubyforge_project:
171
172
  rubygems_version: 1.8.24