nixenvironment 0.0.86 → 0.0.88

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: 850e2fcf7c5547e9c5f73f8052b4b2cb58cd700d
4
- data.tar.gz: 16e1d5da4bcbd3114af40f9b9a1e229e0b388984
3
+ metadata.gz: 863f23bb74e7f94ba1fa74d8c35e00019d353cae
4
+ data.tar.gz: 8138419187afbf7a20c6a2b5c59dfd8a0cccf74f
5
5
  SHA512:
6
- metadata.gz: 2bbe0da14570e211dbc3715990c402e48e8dab2acfcd9cbd84a2b9c74a6250167298c18989bb7189f32001c90a336cef43e90953040758c71063f0513e4d3589
7
- data.tar.gz: 7d8cbfd5f555cba1eded818a07799d5ed750e1b15d26c7cec2322c4156ad30b5c6057ce8587eca1c7bec44cdbfa9c7d7eded3faa6c02bbb54d2c303685843cc3
6
+ metadata.gz: e4e56eacb96745b09cc341ca0cc90d25e359673bfba6447a35742cc8e3d67649bbe96268966ea2eb47943c479e6d66c3ef8e4d00e6d962ea4be57a98904a9d51
7
+ data.tar.gz: 76632a863d9df8927b3868b1dc868746461e0844bbc524caa06f2595d9d7a0e627bfa1a20d1c5209dd14ef357d12de8cf30fab4a3100327ae93e56d4909553c5
@@ -14,7 +14,7 @@ module Nixenvironment
14
14
  resigned_watchkit_extension_entitlements_path = config_settings[RESIGNED_WATCHKIT_EXTENSION_ENTITLEMENTS_PATH_KEY].nil? ? nil : @config_settings[RESIGNED_WATCHKIT_EXTENSION_ENTITLEMENTS_PATH_KEY]
15
15
  resigned_widget_entitlements_path = config_settings[RESIGNED_WIDGET_ENTITLEMENTS_PATH_KEY].nil? ? nil : @config_settings[RESIGNED_WIDGET_ENTITLEMENTS_PATH_KEY]
16
16
 
17
- embedded_profile = File.join(app_product, config_settings[EMBEDDED_PROFILE_NAME_KEY])
17
+ embedded_profile = File.join(app_product, config_settings[EMBEDDED_PROFILE_NAME_KEY] || '')
18
18
 
19
19
  system("
20
20
  echo \"#!/bin/sh\
@@ -70,14 +70,14 @@ module Nixenvironment
70
70
 
71
71
  if ipa_product.present? && File.exist?(ipa_product)
72
72
  ipa_count += 1
73
- deploy_internal(deploy_host, deploy_dir, deploy_user, deploy_password, deploy_itunesconnect_user, deliver_deploy,
73
+ deploy_internal(deploy_host, deploy_dir, deploy_user, deploy_password, nil, nil,
74
74
  ipa_bundle_id, ipa_product, current_app_version, current_build_version, name_for_deployment, executable_name, app_dsym, sdk)
75
75
  end
76
76
 
77
77
  if ipa_product_resigned_device.present? && File.exist?(ipa_product_resigned_device)
78
78
  ipa_count += 1
79
79
  ipa_bundle_id_resigned_device = ipa_bundle_id if ipa_bundle_id_resigned_device.blank?
80
- deploy_internal(deploy_host, deploy_dir, deploy_user, deploy_password, deploy_itunesconnect_user, deliver_deploy,
80
+ deploy_internal(deploy_host, deploy_dir, deploy_user, deploy_password, nil, nil,
81
81
  ipa_bundle_id_resigned_device, ipa_product_resigned_device, current_app_version, current_build_version, name_for_deployment_resigned_device,
82
82
  executable_name, app_dsym, sdk)
83
83
  end
@@ -85,7 +85,7 @@ module Nixenvironment
85
85
  if ipa_product_resigned_adhoc.present? && File.exist?(ipa_product_resigned_adhoc)
86
86
  ipa_count += 1
87
87
  ipa_bundle_id_resigned_adhoc = ipa_bundle_id if ipa_bundle_id_resigned_adhoc.blank?
88
- deploy_internal(deploy_host, deploy_dir, deploy_user, deploy_password, deploy_itunesconnect_user, deliver_deploy,
88
+ deploy_internal(deploy_host, deploy_dir, deploy_user, deploy_password, nil, nil,
89
89
  ipa_bundle_id_resigned_adhoc, ipa_product_resigned_adhoc, current_app_version, current_build_version, name_for_deployment_resigned_adhoc,
90
90
  executable_name, app_dsym, sdk)
91
91
  end
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.86'
2
+ VERSION = '0.0.88'
3
3
  end
@@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.add_dependency 'pilot', '~> 1.0.0'
29
29
  spec.add_dependency 'nokogiri', '= 1.6.7.2'
30
30
  spec.add_dependency 'net-scp'
31
+ spec.add_dependency 'activesupport', '= 4.2.6'
31
32
 
32
33
  # Development only
33
34
  spec.add_development_dependency 'bundler'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nixenvironment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.86
4
+ version: 0.0.88
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-06-29 00:00:00.000000000 Z
12
+ date: 2016-07-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods
@@ -137,6 +137,20 @@ dependencies:
137
137
  - - '>='
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
+ - !ruby/object:Gem::Dependency
141
+ name: activesupport
142
+ requirement: !ruby/object:Gem::Requirement
143
+ requirements:
144
+ - - '='
145
+ - !ruby/object:Gem::Version
146
+ version: 4.2.6
147
+ type: :runtime
148
+ prerelease: false
149
+ version_requirements: !ruby/object:Gem::Requirement
150
+ requirements:
151
+ - - '='
152
+ - !ruby/object:Gem::Version
153
+ version: 4.2.6
140
154
  - !ruby/object:Gem::Dependency
141
155
  name: bundler
142
156
  requirement: !ruby/object:Gem::Requirement