fastlane 2.20.0.beta.20170310010058 → 2.20.0.beta.20170311010030

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 08d2955456d8d6c02db8e8ffcb84994e7dec1521
4
- data.tar.gz: f82bada649d8be2e503ad4b1686ac2885145efca
3
+ metadata.gz: 8d6d86e1377167804b4148ac6e7be7350fcfb155
4
+ data.tar.gz: a710f2a65b3515bf0e2af92412038a0b1aaaf691
5
5
  SHA512:
6
- metadata.gz: 54b22421ebf7ae1239b534cc073ba4bca3f50262e8153951b7b9a455219eb0f1f023c0b13924ae39f4833b2a9dbc923469ee2f2a28eb76bb0b5f977448b406e8
7
- data.tar.gz: 34fde8662093e26861de07d78a2b04d3a8720a8c560b8092a7a8fd9cb706524594091f1266e8e5c4f6b081cf9a91e0095d70e935504957728fda6380b7adbbe7
6
+ metadata.gz: 5db3e883b4fee7776cb1a991e324291b01296fe0d3274710aaa2c469781dc2e5f94a6a00d5c2870db3967b29756f5f2009c8d674bb070177deb8913ad3dc777e
7
+ data.tar.gz: b76157cc1ee8a3642347d5175475f518d37e9b40c7ded05f4597f08a7a0105006e42244398794515d7698b62e3712bbc8597db3307cf437c7d8d068316cf3071
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.20.0.beta.20170310010058'.freeze
2
+ VERSION = '2.20.0.beta.20170311010030'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  end
@@ -38,7 +38,7 @@ module Produce
38
38
  command :enable_services do |c|
39
39
  c.syntax = 'fastlane produce enable_services -a APP_IDENTIFIER SERVICE1, SERVICE2, ...'
40
40
  c.description = 'Enable specific Application Services for a specific app on the Apple Developer Portal'
41
- c.example 'Enable HealthKit, HomeKit and Passbook', 'produce enable_services -a com.example.app --healthkit --homekit --passbook'
41
+ c.example 'Enable HealthKit, HomeKit and Passbook', 'fastlane produce enable_services -a com.example.app --healthkit --homekit --passbook'
42
42
 
43
43
  c.option '--app-group', 'Enable App Groups'
44
44
  c.option '--apple-pay', 'Enable Apple Pay'
@@ -71,7 +71,7 @@ module Produce
71
71
  command :disable_services do |c|
72
72
  c.syntax = 'fastlane produce disable_services -a APP_IDENTIFIER SERVICE1, SERVICE2, ...'
73
73
  c.description = 'Disable specific Application Services for a specific app on the Apple Developer Portal'
74
- c.example 'Disable HealthKit', 'produce disable_services -a com.example.app --healthkit'
74
+ c.example 'Disable HealthKit', 'fastlane produce disable_services -a com.example.app --healthkit'
75
75
 
76
76
  c.option '--app-group', 'Disable App Groups'
77
77
  c.option '--apple-pay', 'Disable Apple Pay'
@@ -104,7 +104,7 @@ module Produce
104
104
  command :group do |c|
105
105
  c.syntax = 'fastlane produce group'
106
106
  c.description = 'Ensure that a specific App Group exists'
107
- c.example 'Create group', 'produce group -g group.example.app -n "Example App Group"'
107
+ c.example 'Create group', 'fastlane produce group -g group.example.app -n "Example App Group"'
108
108
 
109
109
  c.option '-n', '--group_name STRING', String, 'Name for the group that is created (PRODUCE_GROUP_NAME)'
110
110
  c.option '-g', '--group_identifier STRING', String, 'Group identifier for the group (PRODUCE_GROUP_IDENTIFIER)'
@@ -123,7 +123,7 @@ module Produce
123
123
  command :associate_group do |c|
124
124
  c.syntax = 'fastlane produce associate_group -a APP_IDENTIFIER GROUP_IDENTIFIER1, GROUP_IDENTIFIER2, ...'
125
125
  c.description = 'Associate with a group, which is created if needed or simply located otherwise'
126
- c.example 'Associate with group', 'produce associate-group -a com.example.app group.example.com'
126
+ c.example 'Associate with group', 'fastlane produce associate-group -a com.example.app group.example.com'
127
127
 
128
128
  FastlaneCore::CommanderGenerator.new.generate(Produce::Options.available_options, command: c)
129
129
 
@@ -111,7 +111,7 @@ module Sigh
111
111
  c.option '-e', '--clean_expired', 'Remove all expired provisioning profiles.'
112
112
 
113
113
  c.option '-p', '--clean_pattern STRING', String, 'Remove any provisioning profiles that matches the regular expression.'
114
- c.example 'Remove all "iOS Team Provisioning" provisioning profiles', 'sigh manage -p "iOS\ ?Team Provisioning Profile"'
114
+ c.example 'Remove all "iOS Team Provisioning" provisioning profiles', 'fastlane sigh manage -p "iOS\ ?Team Provisioning Profile"'
115
115
 
116
116
  c.action do |args, options|
117
117
  Sigh::LocalManage.start(options, args)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20.0.beta.20170310010058
4
+ version: 2.20.0.beta.20170311010030
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2017-03-10 00:00:00.000000000 Z
17
+ date: 2017-03-11 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: slack-notifier
@@ -1294,23 +1294,23 @@ metadata: {}
1294
1294
  post_install_message:
1295
1295
  rdoc_options: []
1296
1296
  require_paths:
1297
- - credentials_manager/lib
1298
- - produce/lib
1299
- - deliver/lib
1300
- - gym/lib
1301
- - fastlane_core/lib
1302
- - sigh/lib
1303
- - frameit/lib
1304
1297
  - supply/lib
1305
1298
  - cert/lib
1306
- - fastlane/lib
1307
- - spaceship/lib
1308
1299
  - snapshot/lib
1309
- - pilot/lib
1310
1300
  - pem/lib
1311
- - match/lib
1312
1301
  - screengrab/lib
1302
+ - gym/lib
1303
+ - deliver/lib
1304
+ - produce/lib
1313
1305
  - scan/lib
1306
+ - spaceship/lib
1307
+ - pilot/lib
1308
+ - sigh/lib
1309
+ - fastlane/lib
1310
+ - fastlane_core/lib
1311
+ - match/lib
1312
+ - frameit/lib
1313
+ - credentials_manager/lib
1314
1314
  required_ruby_version: !ruby/object:Gem::Requirement
1315
1315
  requirements:
1316
1316
  - - ">="