combat 0.9.1 → 0.9.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/lib/version.rb +1 -1
  2. data/templates/template.erb +1 -1
  3. metadata +2 -2
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Combat
2
- VERSION = '0.9.1'
2
+ VERSION = '0.9.2'
3
3
  end
@@ -87,7 +87,7 @@
87
87
  </tr>
88
88
  </table>
89
89
  <p class="date">
90
- Deployed <%= @deployed_at.strftime("%B %d, %Y at %I:%M") %>
90
+ Deployed <%= @deployed_at.strftime("%B %d, %Y at %H:%M") %>
91
91
  <% if @deployer %>
92
92
  by <%= @deployer %>
93
93
  <% end %>
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: combat
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.1
5
+ version: 0.9.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tomislav Car
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-10-25 00:00:00 Z
13
+ date: 2011-10-27 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: Deploy your iPhone and Android apps to clients with ease. It's like Capistrano, only for mobile apps.