fastlane 2.126.0 → 2.127.0.beta.20190624200045
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/fastlane/lib/fastlane/version.rb +1 -1
- metadata +16 -23
- 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/fastlane_core/lib/fastlane_core/.build_watcher.rb.swp +0 -0
- data/pilot/lib/pilot/.build_manager.rb.swp +0 -0
- data/pilot/lib/pilot/.manager.rb.swp +0 -0
- data/pilot/lib/pilot/.tester_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: 1ffabf47ba9a17720c1be9ad40ea54412e198d8b
|
4
|
+
data.tar.gz: 9271956bb0558d185985a23e495553358e14c045
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46584c065c019628551c7e42b657c00b55a044971ab09a6c54143b140831b52387a80b4668672706388b7019a38d25e8da25bbebb15391a51f3b71066a10023d
|
7
|
+
data.tar.gz: 5171b2daa1c708fc361a4758b3049147a4f41cc0906b23fbef03922e6c83768e662503db0c6d94e460962fbb1d98172358ef2b965a902139e80c0860d5e6e7cd
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.
|
2
|
+
VERSION = '2.127.0.beta.20190624200045'.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.127.0.beta.20190624200045
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Ellis
|
@@ -980,8 +980,6 @@ files:
|
|
980
980
|
- fastlane/lib/fastlane.rb
|
981
981
|
- fastlane/lib/fastlane/action.rb
|
982
982
|
- fastlane/lib/fastlane/action_collector.rb
|
983
|
-
- fastlane/lib/fastlane/actions/.slack.rb.swp
|
984
|
-
- fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
|
985
983
|
- fastlane/lib/fastlane/actions/README.md
|
986
984
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
987
985
|
- fastlane/lib/fastlane/actions/adb.rb
|
@@ -1306,7 +1304,6 @@ files:
|
|
1306
1304
|
- fastlane/swift/Fastlane.swift
|
1307
1305
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1308
1306
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1309
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
1310
1307
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1311
1308
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1312
1309
|
- fastlane/swift/Gymfile.swift
|
@@ -1334,7 +1331,6 @@ files:
|
|
1334
1331
|
- fastlane_core/README.md
|
1335
1332
|
- fastlane_core/lib/assets/XMLTemplate.xml.erb
|
1336
1333
|
- fastlane_core/lib/fastlane_core.rb
|
1337
|
-
- fastlane_core/lib/fastlane_core/.build_watcher.rb.swp
|
1338
1334
|
- fastlane_core/lib/fastlane_core/analytics/action_completion_context.rb
|
1339
1335
|
- fastlane_core/lib/fastlane_core/analytics/action_launch_context.rb
|
1340
1336
|
- fastlane_core/lib/fastlane_core/analytics/analytics_event_builder.rb
|
@@ -1460,9 +1456,6 @@ files:
|
|
1460
1456
|
- pem/lib/pem/options.rb
|
1461
1457
|
- pilot/README.md
|
1462
1458
|
- pilot/lib/pilot.rb
|
1463
|
-
- pilot/lib/pilot/.build_manager.rb.swp
|
1464
|
-
- pilot/lib/pilot/.manager.rb.swp
|
1465
|
-
- pilot/lib/pilot/.tester_manager.rb.swp
|
1466
1459
|
- pilot/lib/pilot/build_manager.rb
|
1467
1460
|
- pilot/lib/pilot/commands_generator.rb
|
1468
1461
|
- pilot/lib/pilot/features.rb
|
@@ -1594,7 +1587,6 @@ files:
|
|
1594
1587
|
- spaceship/lib/spaceship/client.rb
|
1595
1588
|
- spaceship/lib/spaceship/commands_generator.rb
|
1596
1589
|
- spaceship/lib/spaceship/connect_api.rb
|
1597
|
-
- spaceship/lib/spaceship/connect_api/.DS_Store
|
1598
1590
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1599
1591
|
- spaceship/lib/spaceship/connect_api/model.rb
|
1600
1592
|
- spaceship/lib/spaceship/connect_api/models/app.rb
|
@@ -1743,24 +1735,24 @@ metadata:
|
|
1743
1735
|
post_install_message:
|
1744
1736
|
rdoc_options: []
|
1745
1737
|
require_paths:
|
1746
|
-
-
|
1747
|
-
-
|
1748
|
-
- snapshot/lib
|
1749
|
-
- frameit/lib
|
1738
|
+
- gym/lib
|
1739
|
+
- cert/lib
|
1750
1740
|
- match/lib
|
1741
|
+
- pilot/lib
|
1742
|
+
- credentials_manager/lib
|
1743
|
+
- produce/lib
|
1751
1744
|
- fastlane_core/lib
|
1745
|
+
- supply/lib
|
1746
|
+
- snapshot/lib
|
1752
1747
|
- deliver/lib
|
1748
|
+
- sigh/lib
|
1749
|
+
- frameit/lib
|
1753
1750
|
- scan/lib
|
1754
|
-
- supply/lib
|
1755
|
-
- cert/lib
|
1756
1751
|
- fastlane/lib
|
1752
|
+
- pem/lib
|
1757
1753
|
- spaceship/lib
|
1758
|
-
- pilot/lib
|
1759
|
-
- gym/lib
|
1760
|
-
- precheck/lib
|
1761
1754
|
- screengrab/lib
|
1762
|
-
-
|
1763
|
-
- produce/lib
|
1755
|
+
- precheck/lib
|
1764
1756
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1765
1757
|
requirements:
|
1766
1758
|
- - ">="
|
@@ -1768,11 +1760,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1768
1760
|
version: 2.0.0
|
1769
1761
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1770
1762
|
requirements:
|
1771
|
-
- - "
|
1763
|
+
- - ">"
|
1772
1764
|
- !ruby/object:Gem::Version
|
1773
|
-
version:
|
1765
|
+
version: 1.3.1
|
1774
1766
|
requirements: []
|
1775
|
-
|
1767
|
+
rubyforge_project:
|
1768
|
+
rubygems_version: 2.6.8
|
1776
1769
|
signing_key:
|
1777
1770
|
specification_version: 4
|
1778
1771
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|