longbow 0.1.6 → 0.2.0

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: 80eebf8838a09bfbfd457d006756737105442527
4
- data.tar.gz: 63946bb0e4e4109a2607638898cb233e06267527
3
+ metadata.gz: 81142cac5e04a75f3e26c8745e626c897f845459
4
+ data.tar.gz: 459f2f5d8218f455e86241e2e6c398289c4b821b
5
5
  SHA512:
6
- metadata.gz: fc62a53ee6c8e6bd6cff844be032b63ab85b3841745aff9bacfaec4b3fd26e86780787ba91f6344f70fdbfc1ff7c31dfcf9b4598fdc9af27e2a66d76cc22518a
7
- data.tar.gz: 3aba159bede3126f544c2c330ae115cea8a6d906546ec10ff12f457b3f226572045c7aa98347a27f085b236a46b05df031acf2ab5d7e80c838770a2c18a796ba
6
+ metadata.gz: 503a4d7e6545db7854d13719880d27d408b4aad9055718fa6650390da28b2b26054008740fa6d7d50a42441522bd72ed74dcdccf2ff215e854803c34a3ba8fec
7
+ data.tar.gz: 7005ea6b753efe9da7f4d251ee5098453db4c2c64a7bddd648174718178cf1d5b62ab8fbf02f74b615cbf21a52bcac285e2088ad8808f323731de4f89dc6c06d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- longbow (0.1.6)
4
+ longbow (0.2.0)
5
5
  bundler (~> 1.3)
6
6
  commander (~> 4.1)
7
7
  dotenv (~> 0.7)
@@ -61,6 +61,7 @@ module Longbow
61
61
  settings['INFOPLIST_FILE'] = main_plist.split('/')[0] + '/' + target + '-info.plist'
62
62
  settings['ASSETCATALOG_COMPILER_APPICON_NAME'] = target if icon
63
63
  settings['ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME'] = target if launch
64
+ settings['SKIP_INSTALL'] = 'NO'
64
65
 
65
66
  if File.exists? directory + '/Pods'
66
67
  settings['PODS_ROOT'] = '${SRCROOT}/Pods'
@@ -2,7 +2,7 @@ $:.push File.expand_path('../', __FILE__)
2
2
  require 'colors'
3
3
 
4
4
  module Longbow
5
- VERSION = '0.1.6'
5
+ VERSION = '0.2.0'
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.6
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Intermark Interactive