fastlane 2.118.1 → 2.119.0.beta.20190318200034

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: 3a450bb9d0e09436fef01903a0e81b55598d0e99
4
- data.tar.gz: 2d9a7bb9d96dbb0722f9327230f51413372862e6
3
+ metadata.gz: f0f14adb39fc47d61f4a0ff7dbc200fb6e58a02a
4
+ data.tar.gz: 68fd0b4c927dae3e43e383b90795621ed953d86c
5
5
  SHA512:
6
- metadata.gz: b9b2851d92a284791b90713faadf9e7b6e5fd1cb4623bf29600c35c8a081976c27949e67812d970f68ef510190e6000e2ccc0aa03cb6e99f13b99ba4590ec5de
7
- data.tar.gz: c8660c6c46b669ee4a3957e042fd5b38fbf6708c46051a3370deee5ae7e0da1180bd6a3a3a46a7a3651efb383b270926b937a595ee6d1e0ee9c755dddd89bd5a
6
+ metadata.gz: 56d57c941f7478f921ac6407ed1b54c8437a5ebf7dd5b09accaca753d1135c53c4704a807a5fd6c7f2c68c3ee3d7a521bb4848e1dcb638c11f361ee4e46f4202
7
+ data.tar.gz: dafbc1692171cc0659d0172dbad36e9b2f8900640dae6e838a9354aa1e819ec60f3573bd9240906a539fb3519ebce83cce11094837e30f72f71107e788f336d2
@@ -60,7 +60,7 @@ module Fastlane
60
60
  contact_email: "email@email.com",
61
61
  contact_first_name: "Connect",
62
62
  contact_last_name: "API",
63
- contact_phone: "5558675309}",
63
+ contact_phone: "5558675309",
64
64
  demo_account_name: "demo@email.com",
65
65
  demo_account_password: "connectapi",
66
66
  notes: "this is review note for the reviewer <3 thank you for reviewing"
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.118.1'.freeze
2
+ VERSION = '2.119.0.beta.20190318200034'.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.118.1
4
+ version: 2.119.0.beta.20190318200034
5
5
  platform: ruby
6
6
  authors:
7
7
  - Iulian Onofrei
@@ -966,7 +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
969
  - fastlane/lib/fastlane/actions/README.md
971
970
  - fastlane/lib/fastlane/actions/actions_helper.rb
972
971
  - fastlane/lib/fastlane/actions/adb.rb
@@ -1288,7 +1287,6 @@ files:
1288
1287
  - fastlane/swift/Fastlane.swift
1289
1288
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
1290
1289
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
1291
- - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
1292
1290
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
1293
1291
  - fastlane/swift/FastlaneSwiftRunner/README.txt
1294
1292
  - fastlane/swift/Gymfile.swift
@@ -1571,7 +1569,6 @@ files:
1571
1569
  - spaceship/lib/spaceship/client.rb
1572
1570
  - spaceship/lib/spaceship/commands_generator.rb
1573
1571
  - spaceship/lib/spaceship/connect_api.rb
1574
- - spaceship/lib/spaceship/connect_api/.DS_Store
1575
1572
  - spaceship/lib/spaceship/connect_api/base.rb
1576
1573
  - spaceship/lib/spaceship/connect_api/client.rb
1577
1574
  - spaceship/lib/spaceship/du/du_client.rb
@@ -1604,7 +1601,6 @@ files:
1604
1601
  - spaceship/lib/spaceship/portal/provisioning_profile.rb
1605
1602
  - spaceship/lib/spaceship/portal/provisioning_profile_template.rb
1606
1603
  - spaceship/lib/spaceship/portal/spaceship.rb
1607
- - spaceship/lib/spaceship/portal/ui/.select_team.rb.swp
1608
1604
  - spaceship/lib/spaceship/portal/ui/select_team.rb
1609
1605
  - spaceship/lib/spaceship/portal/website_push.rb
1610
1606
  - spaceship/lib/spaceship/provider.rb
@@ -1692,24 +1688,24 @@ metadata:
1692
1688
  post_install_message:
1693
1689
  rdoc_options: []
1694
1690
  require_paths:
1695
- - credentials_manager/lib
1696
- - pem/lib
1697
- - snapshot/lib
1698
- - frameit/lib
1699
- - match/lib
1700
- - fastlane_core/lib
1701
- - deliver/lib
1702
- - scan/lib
1703
- - supply/lib
1704
- - cert/lib
1705
- - fastlane/lib
1706
1691
  - spaceship/lib
1707
- - pilot/lib
1708
1692
  - gym/lib
1709
- - precheck/lib
1693
+ - produce/lib
1694
+ - scan/lib
1695
+ - supply/lib
1710
1696
  - screengrab/lib
1697
+ - precheck/lib
1698
+ - match/lib
1699
+ - snapshot/lib
1700
+ - deliver/lib
1701
+ - pilot/lib
1711
1702
  - sigh/lib
1712
- - produce/lib
1703
+ - fastlane/lib
1704
+ - frameit/lib
1705
+ - credentials_manager/lib
1706
+ - pem/lib
1707
+ - cert/lib
1708
+ - fastlane_core/lib
1713
1709
  required_ruby_version: !ruby/object:Gem::Requirement
1714
1710
  requirements:
1715
1711
  - - ">="
@@ -1717,12 +1713,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
1717
1713
  version: 2.0.0
1718
1714
  required_rubygems_version: !ruby/object:Gem::Requirement
1719
1715
  requirements:
1720
- - - ">="
1716
+ - - ">"
1721
1717
  - !ruby/object:Gem::Version
1722
- version: '0'
1718
+ version: 1.3.1
1723
1719
  requirements: []
1724
1720
  rubyforge_project:
1725
- rubygems_version: 2.5.2.3
1721
+ rubygems_version: 2.6.8
1726
1722
  signing_key:
1727
1723
  specification_version: 4
1728
1724
  summary: The easiest way to automate beta deployments and releases for your iOS and