fastlane 2.124.0 → 2.125.0.beta.20190530200013

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff87ee4f131b38a02c13c478ea5e1f44f0e9fb7c
4
- data.tar.gz: da1a11b8b4bb7f9d601546c05acfa519b54bb515
3
+ metadata.gz: 11f75ea82b94ad942b874f96303655c3ec8a5673
4
+ data.tar.gz: 8ddef4613ddab7983c0e907ef10ee7ccb73367ba
5
5
  SHA512:
6
- metadata.gz: a2be3234f1d3b7874f66d86ba191304e0882ba49620fed4c3f8ead958795ca34ae95e5d28cd6d71451e08090c64ae9f0501c953413c531f2c20e861c3e2f2b4a
7
- data.tar.gz: ad1c5d531bd6c08f3eebdc558c03539473861cef544621ee3cf0c7b89df7bfcc0afb5f99c1da06c3516479dfed705494ffba24d7a1aa6a86840f76f4fa334434
6
+ metadata.gz: a1b4c96b2d503230df9d4d29113243739f5425bdefe5413b33b47707ecefe620cf426ca10c8955a35e308d92b204688d4c91574d201ae6a9a3b7e786b49612b9
7
+ data.tar.gz: 79686dbcec71380a2405b9ab7242311d35e6bda4c1c225ee0532c2de8038054b26b65775e6bbdbe49aff2b8111e709379962ba24fa10625d956b0bbdb711d321
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.124.0'.freeze
2
+ VERSION = '2.125.0.beta.20190530200013'.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.124.0
4
+ version: 2.125.0.beta.20190530200013
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danielle Tomlinson
@@ -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
@@ -1292,7 +1290,6 @@ files:
1292
1290
  - fastlane/swift/Fastlane.swift
1293
1291
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
1294
1292
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
1295
- - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
1296
1293
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
1297
1294
  - fastlane/swift/FastlaneSwiftRunner/README.txt
1298
1295
  - fastlane/swift/Gymfile.swift
@@ -1576,7 +1573,6 @@ files:
1576
1573
  - spaceship/lib/spaceship/client.rb
1577
1574
  - spaceship/lib/spaceship/commands_generator.rb
1578
1575
  - spaceship/lib/spaceship/connect_api.rb
1579
- - spaceship/lib/spaceship/connect_api/.DS_Store
1580
1576
  - spaceship/lib/spaceship/connect_api/base.rb
1581
1577
  - spaceship/lib/spaceship/connect_api/client.rb
1582
1578
  - spaceship/lib/spaceship/du/du_client.rb
@@ -1697,24 +1693,24 @@ metadata:
1697
1693
  post_install_message:
1698
1694
  rdoc_options: []
1699
1695
  require_paths:
1700
- - credentials_manager/lib
1701
- - pem/lib
1696
+ - precheck/lib
1697
+ - fastlane/lib
1702
1698
  - snapshot/lib
1699
+ - pem/lib
1700
+ - gym/lib
1703
1701
  - frameit/lib
1704
- - match/lib
1705
- - fastlane_core/lib
1706
- - deliver/lib
1707
- - scan/lib
1708
1702
  - supply/lib
1709
- - cert/lib
1710
- - fastlane/lib
1711
- - spaceship/lib
1712
- - pilot/lib
1713
- - gym/lib
1714
- - precheck/lib
1715
1703
  - screengrab/lib
1716
1704
  - sigh/lib
1705
+ - fastlane_core/lib
1706
+ - spaceship/lib
1707
+ - pilot/lib
1708
+ - credentials_manager/lib
1717
1709
  - produce/lib
1710
+ - deliver/lib
1711
+ - match/lib
1712
+ - scan/lib
1713
+ - cert/lib
1718
1714
  required_ruby_version: !ruby/object:Gem::Requirement
1719
1715
  requirements:
1720
1716
  - - ">="
@@ -1722,12 +1718,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
1722
1718
  version: 2.0.0
1723
1719
  required_rubygems_version: !ruby/object:Gem::Requirement
1724
1720
  requirements:
1725
- - - ">="
1721
+ - - ">"
1726
1722
  - !ruby/object:Gem::Version
1727
- version: '0'
1723
+ version: 1.3.1
1728
1724
  requirements: []
1729
1725
  rubyforge_project:
1730
- rubygems_version: 2.5.2.3
1726
+ rubygems_version: 2.6.8
1731
1727
  signing_key:
1732
1728
  specification_version: 4
1733
1729
  summary: The easiest way to automate beta deployments and releases for your iOS and