fastlane 2.131.0 → 2.132.0.beta.20190912200052
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 +5 -5
- data/fastlane/lib/fastlane/version.rb +1 -1
- metadata +16 -22
- data/fastlane/lib/fastlane/actions/.hockey.rb.swp +0 -0
- 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/gym/lib/gym/.runner.rb.swp +0 -0
- data/pilot/lib/pilot/.manager.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: f855110d1e971e88535448c3fc8e17dfd5fe2beb
|
4
|
+
data.tar.gz: f4b340e6b23e80fd254efe67fba4f31ce5689b29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c8c621018ba9b9bcc77d575b69c07009a2c39568212cfd5a99bde82bc71d8ca486a5365e5e01fdb01334f4ff315e2004109a3b2f894f1841fda1258692e437c
|
7
|
+
data.tar.gz: 6ece20d6d344c21b24360c4eaea2034f845a924fd254843b8bc205256ba1fdcf9fb4ac298f06037f153712874cc8b06a7c081998a3b529c9c7d48e53e78f7d0d
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.
|
2
|
+
VERSION = '2.132.0.beta.20190912200052'.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.132.0.beta.20190912200052
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew McBurney
|
@@ -986,9 +986,6 @@ files:
|
|
986
986
|
- fastlane/lib/fastlane.rb
|
987
987
|
- fastlane/lib/fastlane/action.rb
|
988
988
|
- fastlane/lib/fastlane/action_collector.rb
|
989
|
-
- fastlane/lib/fastlane/actions/.hockey.rb.swp
|
990
|
-
- fastlane/lib/fastlane/actions/.slack.rb.swp
|
991
|
-
- fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
|
992
989
|
- fastlane/lib/fastlane/actions/README.md
|
993
990
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
994
991
|
- fastlane/lib/fastlane/actions/adb.rb
|
@@ -1315,7 +1312,6 @@ files:
|
|
1315
1312
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1316
1313
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1317
1314
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
1318
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
1319
1315
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1320
1316
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1321
1317
|
- fastlane/swift/Gymfile.swift
|
@@ -1422,7 +1418,6 @@ files:
|
|
1422
1418
|
- gym/lib/assets/GymfileTemplate.swift
|
1423
1419
|
- gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh
|
1424
1420
|
- gym/lib/gym.rb
|
1425
|
-
- gym/lib/gym/.runner.rb.swp
|
1426
1421
|
- gym/lib/gym/code_signing_mapping.rb
|
1427
1422
|
- gym/lib/gym/commands_generator.rb
|
1428
1423
|
- gym/lib/gym/detect_values.rb
|
@@ -1471,7 +1466,6 @@ files:
|
|
1471
1466
|
- pem/lib/pem/options.rb
|
1472
1467
|
- pilot/README.md
|
1473
1468
|
- pilot/lib/pilot.rb
|
1474
|
-
- pilot/lib/pilot/.manager.rb.swp
|
1475
1469
|
- pilot/lib/pilot/build_manager.rb
|
1476
1470
|
- pilot/lib/pilot/commands_generator.rb
|
1477
1471
|
- pilot/lib/pilot/features.rb
|
@@ -1603,7 +1597,6 @@ files:
|
|
1603
1597
|
- spaceship/lib/spaceship/client.rb
|
1604
1598
|
- spaceship/lib/spaceship/commands_generator.rb
|
1605
1599
|
- spaceship/lib/spaceship/connect_api.rb
|
1606
|
-
- spaceship/lib/spaceship/connect_api/.DS_Store
|
1607
1600
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1608
1601
|
- spaceship/lib/spaceship/connect_api/model.rb
|
1609
1602
|
- spaceship/lib/spaceship/connect_api/models/app.rb
|
@@ -1753,24 +1746,24 @@ metadata:
|
|
1753
1746
|
post_install_message:
|
1754
1747
|
rdoc_options: []
|
1755
1748
|
require_paths:
|
1756
|
-
- credentials_manager/lib
|
1757
1749
|
- pem/lib
|
1758
|
-
-
|
1750
|
+
- produce/lib
|
1751
|
+
- credentials_manager/lib
|
1752
|
+
- gym/lib
|
1753
|
+
- pilot/lib
|
1759
1754
|
- frameit/lib
|
1755
|
+
- cert/lib
|
1756
|
+
- sigh/lib
|
1757
|
+
- screengrab/lib
|
1760
1758
|
- match/lib
|
1761
|
-
- fastlane_core/lib
|
1762
|
-
- deliver/lib
|
1763
|
-
- scan/lib
|
1764
1759
|
- supply/lib
|
1765
|
-
- cert/lib
|
1766
1760
|
- fastlane/lib
|
1761
|
+
- scan/lib
|
1767
1762
|
- spaceship/lib
|
1768
|
-
- pilot/lib
|
1769
|
-
- gym/lib
|
1770
1763
|
- precheck/lib
|
1771
|
-
-
|
1772
|
-
-
|
1773
|
-
-
|
1764
|
+
- snapshot/lib
|
1765
|
+
- fastlane_core/lib
|
1766
|
+
- deliver/lib
|
1774
1767
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1775
1768
|
requirements:
|
1776
1769
|
- - ">="
|
@@ -1778,11 +1771,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1778
1771
|
version: 2.0.0
|
1779
1772
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1780
1773
|
requirements:
|
1781
|
-
- - "
|
1774
|
+
- - ">"
|
1782
1775
|
- !ruby/object:Gem::Version
|
1783
|
-
version:
|
1776
|
+
version: 1.3.1
|
1784
1777
|
requirements: []
|
1785
|
-
|
1778
|
+
rubyforge_project:
|
1779
|
+
rubygems_version: 2.6.8
|
1786
1780
|
signing_key:
|
1787
1781
|
specification_version: 4
|
1788
1782
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/gym/lib/gym/.runner.rb.swp
DELETED
Binary file
|
Binary file
|
Binary file
|