fastlane 2.128.1 → 2.129.0.beta.20190723200012

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: fa6539a87eefa14196d94df8abc20a93b9c9d8f9
4
- data.tar.gz: 490b1d8276b06a3fc9b65556c20a99366e4495ef
3
+ metadata.gz: 5075383f80a302ccfa1d241b8e187b25068bcedc
4
+ data.tar.gz: 62d68265fa42e85953b6d66deae7343aca0309fc
5
5
  SHA512:
6
- metadata.gz: ce07c677c47a887e03463ba9ba7bb591c4f832182a80275246093f83a20bb89e57523612b086476bf8c9306835c5606a4bba2dff696a0235488463f8e2dedc79
7
- data.tar.gz: 1ac41e3f7002614c632ff3f094dec41fb33bdaa95b16d2729cbf3e2c3add3be99dc3b29487969a47344600bc135bbcb263d805444681153ffb46bc961389970c
6
+ metadata.gz: e72bb2a1dcaa6934d4bb0ef732fca48ca4eb5938d6927a12b569e2363bcbe0461b094f955b12b93fb20c23be1bf051317c37ff6c3907dd5bc7b50477d97b7a9b
7
+ data.tar.gz: 75040e74c675a8044349c2474a787054ccaa6e6dc6d947ed277ba7abfb120c7b284f39c8092f068bced12e9d07d76b48eb9d5c4e51754066f7c7db72e405e12a
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.128.1'.freeze
2
+ VERSION = '2.129.0.beta.20190723200012'.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.128.1
4
+ version: 2.129.0.beta.20190723200012
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luka Mirosevic
@@ -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
@@ -1748,22 +1743,22 @@ post_install_message:
1748
1743
  rdoc_options: []
1749
1744
  require_paths:
1750
1745
  - credentials_manager/lib
1751
- - pem/lib
1752
- - snapshot/lib
1753
- - frameit/lib
1754
- - match/lib
1746
+ - gym/lib
1755
1747
  - fastlane_core/lib
1756
- - deliver/lib
1757
1748
  - scan/lib
1758
- - supply/lib
1749
+ - snapshot/lib
1750
+ - pem/lib
1759
1751
  - cert/lib
1760
- - fastlane/lib
1761
1752
  - spaceship/lib
1762
- - pilot/lib
1763
- - gym/lib
1764
- - precheck/lib
1765
- - screengrab/lib
1753
+ - deliver/lib
1766
1754
  - sigh/lib
1755
+ - fastlane/lib
1756
+ - screengrab/lib
1757
+ - supply/lib
1758
+ - precheck/lib
1759
+ - frameit/lib
1760
+ - pilot/lib
1761
+ - match/lib
1767
1762
  - produce/lib
1768
1763
  required_ruby_version: !ruby/object:Gem::Requirement
1769
1764
  requirements:
@@ -1772,12 +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: '0'
1772
+ version: 1.3.1
1778
1773
  requirements: []
1779
1774
  rubyforge_project:
1780
- rubygems_version: 2.5.2.3
1775
+ rubygems_version: 2.6.8
1781
1776
  signing_key:
1782
1777
  specification_version: 4
1783
1778
  summary: The easiest way to automate beta deployments and releases for your iOS and
Binary file