fastlane 2.82.0 → 2.83.0.beta.20180224050047
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/spaceship/lib/spaceship/test_flight/client.rb +4 -2
- metadata +17 -23
- data/fastlane/lib/.DS_Store +0 -0
- data/fastlane/lib/fastlane/.DS_Store +0 -0
- data/fastlane/lib/fastlane/actions/.DS_Store +0 -0
- data/fastlane/lib/fastlane/actions/docs/.DS_Store +0 -0
- data/fastlane/lib/fastlane/actions/docs/assets/.DS_Store +0 -0
- data/fastlane/lib/fastlane/setup/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38ffb90b8105dd8e73d75641fb204d39c1589e42
|
4
|
+
data.tar.gz: d077a0358d90d79b191fddd52e9a815ae4ae2ecb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f61d65d2c07ceeadd79aa80c3b0a3f4a4886350cca11a5b43e77ba40faeb93d7d29eab4e3f741f5b3f50e0717c6ed23676fd39c61f7297cd4d0edfd117517661
|
7
|
+
data.tar.gz: f9320745375b18f5b9cce1ee5477992ac1d16a3d3ce19eb49d637af649c352768d4d4f06f7a29bb47e48bbadcb0dc229370b2988ef666e1a311075221b24b526
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.
|
2
|
+
VERSION = '2.83.0.beta.20180224050047'.freeze
|
3
3
|
DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
|
4
4
|
MINIMUM_XCODE_RELEASE = "7.0".freeze
|
5
5
|
RUBOCOP_REQUIREMENT = '0.49.1'.freeze
|
@@ -92,11 +92,13 @@ module Spaceship
|
|
92
92
|
# {"b6f65dbd-c845-4d91-bc39-0b661d608970" => "Boarding",
|
93
93
|
# "70402368-9deb-409f-9a26-bb3f215dfee3" => "Automatic"}
|
94
94
|
def get_groups(app_id: nil)
|
95
|
-
|
95
|
+
@cached_groups = {} unless @cached_groups
|
96
|
+
|
97
|
+
return @cached_groups[app_id] if @cached_groups[app_id]
|
96
98
|
assert_required_params(__method__, binding)
|
97
99
|
|
98
100
|
response = request(:get, "/testflight/v2/providers/#{provider_id}/apps/#{app_id}/groups")
|
99
|
-
@cached_groups = handle_response(response)
|
101
|
+
@cached_groups[app_id] = handle_response(response)
|
100
102
|
end
|
101
103
|
|
102
104
|
def create_group_for_app(app_id: nil, group_name: nil)
|
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.
|
4
|
+
version: 2.83.0.beta.20180224050047
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luka Mirosevic
|
@@ -25,7 +25,7 @@ authors:
|
|
25
25
|
autorequire:
|
26
26
|
bindir: bin
|
27
27
|
cert_chain: []
|
28
|
-
date: 2018-02-
|
28
|
+
date: 2018-02-24 00:00:00.000000000 Z
|
29
29
|
dependencies:
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: slack-notifier
|
@@ -881,7 +881,6 @@ files:
|
|
881
881
|
- deliver/lib/deliver/upload_price_tier.rb
|
882
882
|
- deliver/lib/deliver/upload_screenshots.rb
|
883
883
|
- fastlane/README.md
|
884
|
-
- fastlane/lib/.DS_Store
|
885
884
|
- fastlane/lib/assets/ActionDetails.md.erb
|
886
885
|
- fastlane/lib/assets/Actions.md.erb
|
887
886
|
- fastlane/lib/assets/AppfileTemplate
|
@@ -900,10 +899,8 @@ files:
|
|
900
899
|
- fastlane/lib/assets/s3_plist_template.erb
|
901
900
|
- fastlane/lib/assets/s3_version_template.erb
|
902
901
|
- fastlane/lib/fastlane.rb
|
903
|
-
- fastlane/lib/fastlane/.DS_Store
|
904
902
|
- fastlane/lib/fastlane/action.rb
|
905
903
|
- fastlane/lib/fastlane/action_collector.rb
|
906
|
-
- fastlane/lib/fastlane/actions/.DS_Store
|
907
904
|
- fastlane/lib/fastlane/actions/README.md
|
908
905
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
909
906
|
- fastlane/lib/fastlane/actions/adb.rb
|
@@ -956,8 +953,6 @@ files:
|
|
956
953
|
- fastlane/lib/fastlane/actions/deliver.rb
|
957
954
|
- fastlane/lib/fastlane/actions/deploygate.rb
|
958
955
|
- fastlane/lib/fastlane/actions/device_grid/README.md
|
959
|
-
- fastlane/lib/fastlane/actions/docs/.DS_Store
|
960
|
-
- fastlane/lib/fastlane/actions/docs/assets/.DS_Store
|
961
956
|
- fastlane/lib/fastlane/actions/docs/build_ios_app.md
|
962
957
|
- fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md
|
963
958
|
- fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md
|
@@ -1199,7 +1194,6 @@ files:
|
|
1199
1194
|
- fastlane/lib/fastlane/server/json_return_value_processor.rb
|
1200
1195
|
- fastlane/lib/fastlane/server/socket_server.rb
|
1201
1196
|
- fastlane/lib/fastlane/server/socket_server_action_command_executor.rb
|
1202
|
-
- fastlane/lib/fastlane/setup/.DS_Store
|
1203
1197
|
- fastlane/lib/fastlane/setup/crashlytics_beta.rb
|
1204
1198
|
- fastlane/lib/fastlane/setup/crashlytics_beta_command_line_handler.rb
|
1205
1199
|
- fastlane/lib/fastlane/setup/crashlytics_beta_info.rb
|
@@ -1620,24 +1614,24 @@ metadata:
|
|
1620
1614
|
post_install_message:
|
1621
1615
|
rdoc_options: []
|
1622
1616
|
require_paths:
|
1617
|
+
- spaceship/lib
|
1618
|
+
- fastlane_core/lib
|
1619
|
+
- produce/lib
|
1620
|
+
- sigh/lib
|
1621
|
+
- precheck/lib
|
1622
|
+
- fastlane/lib
|
1623
1623
|
- credentials_manager/lib
|
1624
|
+
- pilot/lib
|
1625
|
+
- screengrab/lib
|
1626
|
+
- match/lib
|
1627
|
+
- cert/lib
|
1624
1628
|
- pem/lib
|
1625
1629
|
- snapshot/lib
|
1626
|
-
- frameit/lib
|
1627
|
-
- match/lib
|
1628
|
-
- fastlane_core/lib
|
1629
1630
|
- deliver/lib
|
1631
|
+
- frameit/lib
|
1632
|
+
- gym/lib
|
1630
1633
|
- scan/lib
|
1631
1634
|
- supply/lib
|
1632
|
-
- cert/lib
|
1633
|
-
- fastlane/lib
|
1634
|
-
- spaceship/lib
|
1635
|
-
- pilot/lib
|
1636
|
-
- gym/lib
|
1637
|
-
- precheck/lib
|
1638
|
-
- screengrab/lib
|
1639
|
-
- sigh/lib
|
1640
|
-
- produce/lib
|
1641
1635
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1642
1636
|
requirements:
|
1643
1637
|
- - ">="
|
@@ -1645,12 +1639,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1645
1639
|
version: 2.0.0
|
1646
1640
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1647
1641
|
requirements:
|
1648
|
-
- - "
|
1642
|
+
- - ">"
|
1649
1643
|
- !ruby/object:Gem::Version
|
1650
|
-
version:
|
1644
|
+
version: 1.3.1
|
1651
1645
|
requirements: []
|
1652
1646
|
rubyforge_project:
|
1653
|
-
rubygems_version: 2.
|
1647
|
+
rubygems_version: 2.5.2.1
|
1654
1648
|
signing_key:
|
1655
1649
|
specification_version: 4
|
1656
1650
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
data/fastlane/lib/.DS_Store
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|