fastlane 2.121.1 → 2.122.0.beta.20190423200058
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 +4 -4
- data/fastlane/lib/fastlane/version.rb +1 -1
- metadata +15 -20
- data/fastlane/lib/fastlane/actions/.slack.rb.swp +0 -0
- data/fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp +0 -0
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/spaceship/lib/spaceship/connect_api/.DS_Store +0 -0
- data/spaceship/lib/spaceship/portal/ui/.select_team.rb.swp +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f36241e3f738cdb063226f3cdf2df7e3814f3fba
|
4
|
+
data.tar.gz: bbec75a5f0f953185ebd65139b1c3e463649d703
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97a5f6088875fbb51092a3fab3cae686be78d002e907d89c1a441c9be87ac1402c7fdf173e760a910efd30f173b0dee3ffd4060daa095d9e9ad6f402fda7f7ff
|
7
|
+
data.tar.gz: b518a786846e3940d09dd553133fb8c8ab85f1eafbd114dc61d43c64d4b4c3adbde000a177647cc501524169b52b7fca3424a65ef550dc798dc5dddc24f60ecf
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.
|
2
|
+
VERSION = '2.122.0.beta.20190423200058'.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
|
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.122.0.beta.20190423200058
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Dee
|
@@ -966,8 +966,6 @@ files:
|
|
966
966
|
- fastlane/lib/fastlane.rb
|
967
967
|
- fastlane/lib/fastlane/action.rb
|
968
968
|
- fastlane/lib/fastlane/action_collector.rb
|
969
|
-
- fastlane/lib/fastlane/actions/.slack.rb.swp
|
970
|
-
- fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
|
971
969
|
- fastlane/lib/fastlane/actions/README.md
|
972
970
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
973
971
|
- fastlane/lib/fastlane/actions/adb.rb
|
@@ -1289,7 +1287,6 @@ files:
|
|
1289
1287
|
- fastlane/swift/Fastlane.swift
|
1290
1288
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1291
1289
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1292
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
1293
1290
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1294
1291
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1295
1292
|
- fastlane/swift/Gymfile.swift
|
@@ -1573,7 +1570,6 @@ files:
|
|
1573
1570
|
- spaceship/lib/spaceship/client.rb
|
1574
1571
|
- spaceship/lib/spaceship/commands_generator.rb
|
1575
1572
|
- spaceship/lib/spaceship/connect_api.rb
|
1576
|
-
- spaceship/lib/spaceship/connect_api/.DS_Store
|
1577
1573
|
- spaceship/lib/spaceship/connect_api/base.rb
|
1578
1574
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1579
1575
|
- spaceship/lib/spaceship/du/du_client.rb
|
@@ -1606,7 +1602,6 @@ files:
|
|
1606
1602
|
- spaceship/lib/spaceship/portal/provisioning_profile.rb
|
1607
1603
|
- spaceship/lib/spaceship/portal/provisioning_profile_template.rb
|
1608
1604
|
- spaceship/lib/spaceship/portal/spaceship.rb
|
1609
|
-
- spaceship/lib/spaceship/portal/ui/.select_team.rb.swp
|
1610
1605
|
- spaceship/lib/spaceship/portal/ui/select_team.rb
|
1611
1606
|
- spaceship/lib/spaceship/portal/website_push.rb
|
1612
1607
|
- spaceship/lib/spaceship/provider.rb
|
@@ -1695,24 +1690,24 @@ metadata:
|
|
1695
1690
|
post_install_message:
|
1696
1691
|
rdoc_options: []
|
1697
1692
|
require_paths:
|
1698
|
-
-
|
1699
|
-
-
|
1700
|
-
- snapshot/lib
|
1693
|
+
- gym/lib
|
1694
|
+
- produce/lib
|
1701
1695
|
- frameit/lib
|
1702
|
-
-
|
1703
|
-
- fastlane_core/lib
|
1696
|
+
- pem/lib
|
1704
1697
|
- deliver/lib
|
1705
1698
|
- scan/lib
|
1699
|
+
- screengrab/lib
|
1706
1700
|
- supply/lib
|
1701
|
+
- sigh/lib
|
1707
1702
|
- cert/lib
|
1708
|
-
-
|
1709
|
-
- spaceship/lib
|
1703
|
+
- match/lib
|
1710
1704
|
- pilot/lib
|
1711
|
-
-
|
1705
|
+
- spaceship/lib
|
1706
|
+
- fastlane/lib
|
1707
|
+
- credentials_manager/lib
|
1708
|
+
- snapshot/lib
|
1709
|
+
- fastlane_core/lib
|
1712
1710
|
- precheck/lib
|
1713
|
-
- screengrab/lib
|
1714
|
-
- sigh/lib
|
1715
|
-
- produce/lib
|
1716
1711
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1717
1712
|
requirements:
|
1718
1713
|
- - ">="
|
@@ -1720,12 +1715,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1720
1715
|
version: 2.0.0
|
1721
1716
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1722
1717
|
requirements:
|
1723
|
-
- - "
|
1718
|
+
- - ">"
|
1724
1719
|
- !ruby/object:Gem::Version
|
1725
|
-
version:
|
1720
|
+
version: 1.3.1
|
1726
1721
|
requirements: []
|
1727
1722
|
rubyforge_project:
|
1728
|
-
rubygems_version: 2.
|
1723
|
+
rubygems_version: 2.6.8
|
1729
1724
|
signing_key:
|
1730
1725
|
specification_version: 4
|
1731
1726
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|