blammo 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/templates/changelog.html.erb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -10,7 +10,7 @@
10
10
  <ul>
11
11
  <% commits.each do |commit_hash| %>
12
12
  <% sha, message = commit_hash.first %>
13
- <% unless message.empty? %>
13
+ <% if message && !message.empty? %>
14
14
  <li><%= message %></li>
15
15
  <% end %>
16
16
  <% end %>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Josh Bassett