longbow 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c07f3cbd7dfb039d576b980881fb93c48bcfe89a
4
- data.tar.gz: a6a43843ca862f9564a7701d6a1ad079b800fb55
3
+ metadata.gz: 9c31c3efba197d6e75b171793488febecb26807d
4
+ data.tar.gz: a0ab54ab090f98198997347867ac66e60fc71fc5
5
5
  SHA512:
6
- metadata.gz: 8f76ccc4a540b2a29356920bf0107be8e75a8c50d48d689df07f9b7b63d0b587cded34d2683950e19894305879e273e659568aebbecce61b4e3aec693723c867
7
- data.tar.gz: caf910571f4eac924f1c1e4fae15113a9863106840954956ab3f88c68fdf66e310e86796117bba1b5d33c92724f51e0929f254226d1493ebf8a40be9fd9d1451
6
+ metadata.gz: 378b396e21d81769b3f141797deaa00f048848b1165ba7a5156706b1cfa20353a153056248218e022ea7ac5b220833c461b2b52359c7a2fd38e2ee49960324f3
7
+ data.tar.gz: 992f77a63add2a20e6ece005da0583b5d72403afa7180c10527e1402302547b41632e963958b1de7d015bb49172e371b851c1d86ea20e73d49bfd0909e1c63d1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- longbow (0.1.2)
4
+ longbow (0.1.3)
5
5
  bundler (~> 1.3)
6
6
  commander (~> 4.1)
7
7
  dotenv (~> 0.7)
@@ -54,7 +54,7 @@ command :shoot do |c|
54
54
 
55
55
  # Begin
56
56
  @targets.each do |t|
57
- icon = t['icon_url'] | t['icon_path']
57
+ icon = t['icon_url'] || t['icon_path']
58
58
  launch = t['launch_phone_p_url'] || t['launch_phone_p_path'] || t['launch_phone_l_url'] || t['launch_phone_l_path'] || t['launch_tablet_p_url'] || t['launch_tablet_p_path'] || t['launch_tablet_l_url'] || t['launch_tablet_l_path']
59
59
  Longbow::update_target @directory, t['name'], obj['global_info_keys'], t['info_plist'], icon, launch
60
60
  Longbow::create_images @directory, t, obj
@@ -2,7 +2,7 @@ $:.push File.expand_path('../', __FILE__)
2
2
  require 'colors'
3
3
 
4
4
  module Longbow
5
- VERSION = '0.1.3'
5
+ VERSION = '0.1.4'
6
6
 
7
7
  def self.check_for_newer_version
8
8
  unless Gem.latest_version_for('longbow').to_s == VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: longbow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Intermark Interactive