fastlane 2.129.0 → 2.130.0.beta.20190814200010
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 +18 -22
- 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/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: c2ca66b12074ba2dba0736c42e23255770aa8d0a
|
4
|
+
data.tar.gz: 6aa8ef51964bee0784ba90ccd5bb454416fb5793
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ff8f11bbf3480427d80afedf04f1b42c84648e6f2eb6d255fa7060e13890bc5fe33f452dd2f3aa11bc58cc8319b1bcf043ce7af49166e62704f90d4a07fa33d
|
7
|
+
data.tar.gz: db7e0581d35004751f529de958bb13fd8f8abc36604c4a439f9185f05a676722ad0ce61e207321055ff0a4c9c88bf7794c35b9087da610459232b9a1b2eb3fc9
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.
|
2
|
+
VERSION = '2.130.0.beta.20190814200010'.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.130.0.beta.20190814200010
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jorge Revuelta H
|
@@ -27,7 +27,7 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2019-08-
|
30
|
+
date: 2019-08-14 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|
@@ -986,8 +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/.slack.rb.swp
|
990
|
-
- fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
|
991
989
|
- fastlane/lib/fastlane/actions/README.md
|
992
990
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
993
991
|
- fastlane/lib/fastlane/actions/adb.rb
|
@@ -1312,7 +1310,6 @@ files:
|
|
1312
1310
|
- fastlane/swift/Fastlane.swift
|
1313
1311
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1314
1312
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1315
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
1316
1313
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1317
1314
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1318
1315
|
- fastlane/swift/Gymfile.swift
|
@@ -1466,7 +1463,6 @@ files:
|
|
1466
1463
|
- pem/lib/pem/options.rb
|
1467
1464
|
- pilot/README.md
|
1468
1465
|
- pilot/lib/pilot.rb
|
1469
|
-
- pilot/lib/pilot/.manager.rb.swp
|
1470
1466
|
- pilot/lib/pilot/build_manager.rb
|
1471
1467
|
- pilot/lib/pilot/commands_generator.rb
|
1472
1468
|
- pilot/lib/pilot/features.rb
|
@@ -1598,7 +1594,6 @@ files:
|
|
1598
1594
|
- spaceship/lib/spaceship/client.rb
|
1599
1595
|
- spaceship/lib/spaceship/commands_generator.rb
|
1600
1596
|
- spaceship/lib/spaceship/connect_api.rb
|
1601
|
-
- spaceship/lib/spaceship/connect_api/.DS_Store
|
1602
1597
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1603
1598
|
- spaceship/lib/spaceship/connect_api/model.rb
|
1604
1599
|
- spaceship/lib/spaceship/connect_api/models/app.rb
|
@@ -1747,24 +1742,24 @@ metadata:
|
|
1747
1742
|
post_install_message:
|
1748
1743
|
rdoc_options: []
|
1749
1744
|
require_paths:
|
1745
|
+
- fastlane_core/lib
|
1746
|
+
- gym/lib
|
1747
|
+
- screengrab/lib
|
1750
1748
|
- credentials_manager/lib
|
1749
|
+
- spaceship/lib
|
1751
1750
|
- pem/lib
|
1752
|
-
-
|
1753
|
-
-
|
1751
|
+
- produce/lib
|
1752
|
+
- fastlane/lib
|
1753
|
+
- cert/lib
|
1754
1754
|
- match/lib
|
1755
|
-
-
|
1756
|
-
- deliver/lib
|
1757
|
-
- scan/lib
|
1755
|
+
- frameit/lib
|
1758
1756
|
- supply/lib
|
1759
|
-
-
|
1760
|
-
-
|
1761
|
-
- spaceship/lib
|
1757
|
+
- sigh/lib
|
1758
|
+
- snapshot/lib
|
1762
1759
|
- pilot/lib
|
1763
|
-
-
|
1760
|
+
- deliver/lib
|
1764
1761
|
- precheck/lib
|
1765
|
-
-
|
1766
|
-
- sigh/lib
|
1767
|
-
- produce/lib
|
1762
|
+
- scan/lib
|
1768
1763
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1769
1764
|
requirements:
|
1770
1765
|
- - ">="
|
@@ -1772,11 +1767,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1772
1767
|
version: 2.0.0
|
1773
1768
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1774
1769
|
requirements:
|
1775
|
-
- - "
|
1770
|
+
- - ">"
|
1776
1771
|
- !ruby/object:Gem::Version
|
1777
|
-
version:
|
1772
|
+
version: 1.3.1
|
1778
1773
|
requirements: []
|
1779
|
-
|
1774
|
+
rubyforge_project:
|
1775
|
+
rubygems_version: 2.6.8
|
1780
1776
|
signing_key:
|
1781
1777
|
specification_version: 4
|
1782
1778
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|