fastlane 2.130.0 → 2.131.0.beta.20190830200038

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
- SHA256:
3
- metadata.gz: 5ac006bb7c0f48617b7e59279f55334003a0b1f56cb0039d6de82e8e8b043fa4
4
- data.tar.gz: 8535ae72d478a71b804f25da62dcae979281b16c9862eaaeab70ad68962e084d
2
+ SHA1:
3
+ metadata.gz: e579d1381d263975b91f2275bb548330fc4fb066
4
+ data.tar.gz: 569a8ffbd1a4b5624b0ce3f99cce3d0493122bab
5
5
  SHA512:
6
- metadata.gz: ad318083c6822ff0f6573ed6117751a2ac4ae5ec00feb05e226b04250475de8ad2527e8c4804740a556bbecfba01712538dfc47be37d7edf45d213cb0bb50db9
7
- data.tar.gz: d42ba71099937ac40f18383ca878d2b9c52708cf046e24d1b36ec3207bc75d8a4d94879d3f551fc2112e91fd5301cf7737471df13f4090933389a46bc6f306ae
6
+ metadata.gz: 8a2bbc4fb0fc475e603d53a108e8dc01910e39f91031b90ef30d20b8e442a7095360f585439800fe357f9d1ea5b36f6499f6b85ccb237fbb62a624f387f0211d
7
+ data.tar.gz: 716cae39edb3848e64506801e91c40ba6a0c68e3cac27bdc525cb24f4ce71b53d0866c0d747352f2d8d1e40c9fd4b8e5984cf4fa9e00f425b62d2eb106f30614
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.130.0'.freeze
2
+ VERSION = '2.131.0.beta.20190830200038'.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.130.0
4
+ version: 2.131.0.beta.20190830200038
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -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
@@ -1470,7 +1466,6 @@ files:
1470
1466
  - pem/lib/pem/options.rb
1471
1467
  - pilot/README.md
1472
1468
  - pilot/lib/pilot.rb
1473
- - pilot/lib/pilot/.manager.rb.swp
1474
1469
  - pilot/lib/pilot/build_manager.rb
1475
1470
  - pilot/lib/pilot/commands_generator.rb
1476
1471
  - pilot/lib/pilot/features.rb
@@ -1602,7 +1597,6 @@ files:
1602
1597
  - spaceship/lib/spaceship/client.rb
1603
1598
  - spaceship/lib/spaceship/commands_generator.rb
1604
1599
  - spaceship/lib/spaceship/connect_api.rb
1605
- - spaceship/lib/spaceship/connect_api/.DS_Store
1606
1600
  - spaceship/lib/spaceship/connect_api/client.rb
1607
1601
  - spaceship/lib/spaceship/connect_api/model.rb
1608
1602
  - spaceship/lib/spaceship/connect_api/models/app.rb
@@ -1752,24 +1746,24 @@ metadata:
1752
1746
  post_install_message:
1753
1747
  rdoc_options: []
1754
1748
  require_paths:
1755
- - credentials_manager/lib
1756
- - pem/lib
1757
- - snapshot/lib
1758
- - frameit/lib
1759
- - match/lib
1760
- - fastlane_core/lib
1761
1749
  - deliver/lib
1762
- - scan/lib
1750
+ - produce/lib
1751
+ - precheck/lib
1752
+ - frameit/lib
1763
1753
  - supply/lib
1754
+ - fastlane_core/lib
1764
1755
  - cert/lib
1765
- - fastlane/lib
1766
- - spaceship/lib
1767
1756
  - pilot/lib
1768
- - gym/lib
1769
- - precheck/lib
1770
1757
  - screengrab/lib
1771
1758
  - sigh/lib
1772
- - produce/lib
1759
+ - scan/lib
1760
+ - credentials_manager/lib
1761
+ - gym/lib
1762
+ - spaceship/lib
1763
+ - snapshot/lib
1764
+ - match/lib
1765
+ - fastlane/lib
1766
+ - pem/lib
1773
1767
  required_ruby_version: !ruby/object:Gem::Requirement
1774
1768
  requirements:
1775
1769
  - - ">="
@@ -1777,11 +1771,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
1777
1771
  version: 2.0.0
1778
1772
  required_rubygems_version: !ruby/object:Gem::Requirement
1779
1773
  requirements:
1780
- - - ">="
1774
+ - - ">"
1781
1775
  - !ruby/object:Gem::Version
1782
- version: '0'
1776
+ version: 1.3.1
1783
1777
  requirements: []
1784
- rubygems_version: 3.0.3
1778
+ rubyforge_project:
1779
+ rubygems_version: 2.6.8
1785
1780
  signing_key:
1786
1781
  specification_version: 4
1787
1782
  summary: The easiest way to automate beta deployments and releases for your iOS and
Binary file