combat 0.9.7 → 0.9.8

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 +4 -2
  3. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module Combat
2
- VERSION = '0.9.7'
2
+ VERSION = '0.9.8'
3
3
  end
@@ -77,8 +77,10 @@
77
77
  <td>
78
78
  <h1><%= @name %></h1>
79
79
  <p class="instructions">
80
- <% if @type == 'iphone' %>
81
- To install <%= @name %> take two steps on your iPhone or iPad device:
80
+ <% if @type == 'iphone' && @is_enterprise%>
81
+ To install <%= @name %> just click the following link on iPhone or iPad device:
82
+ <% elsif @type == 'iphone' %>
83
+ To install <%= @name %> take two steps on your iPhone or iPad device:
82
84
  <% else %>
83
85
  To install just click the following link on your Android device:
84
86
  <% end %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: combat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
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: 2012-05-16 00:00:00.000000000Z
12
+ date: 2012-05-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Deploy your iPhone and Android apps to clients with ease. It's like Capistrano,
15
15
  only for mobile apps.
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  version: '0'
56
56
  requirements: []
57
57
  rubyforge_project:
58
- rubygems_version: 1.8.10
58
+ rubygems_version: 1.8.24
59
59
  signing_key:
60
60
  specification_version: 3
61
61
  summary: Deploy your iPhone and Android apps to clients with ease. It's like Capistrano,