fastlane 2.117.1 → 2.118.0.beta.20190301200031
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fastlane/lib/fastlane/version.rb +1 -1
- metadata +16 -22
- data/fastlane/lib/fastlane/actions/.slack.rb.swp +0 -0
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/spaceship/lib/spaceship/connect_api/.DS_Store +0 -0
- data/spaceship/lib/spaceship/connect_api/.client.rb.swp +0 -0
- data/spaceship/lib/spaceship/portal/ui/.select_team.rb.swp +0 -0
- data/spaceship/lib/spaceship/test_flight/.build.rb.swp +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4ce144c838697ee5152566d479e6219c219459d
|
4
|
+
data.tar.gz: 60591bc001605480508a0c310d571264f2ea0952
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f144bd9c44e9d9a291dafe0738db81d835311f42368118513b964fc2c8ea0126d3873aa671dbca92b2a63238c8316e759fff6c63ff8a5c84545d836a02e39c9
|
7
|
+
data.tar.gz: b4de724b693ee1b1abc165a17ac706fbeaad85eeaf920539a5ac3d73f626f4aec4f88b2807aa49cad0d74adb2991af303c2430f1cb330b09218bb95ba1477095
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.
|
2
|
+
VERSION = '2.118.0.beta.20190301200031'.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.118.0.beta.20190301200031
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Dee
|
@@ -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
|
@@ -1287,7 +1286,6 @@ files:
|
|
1287
1286
|
- fastlane/swift/Fastlane.swift
|
1288
1287
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1289
1288
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1290
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
1291
1289
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1292
1290
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1293
1291
|
- fastlane/swift/Gymfile.swift
|
@@ -1570,8 +1568,6 @@ files:
|
|
1570
1568
|
- spaceship/lib/spaceship/client.rb
|
1571
1569
|
- spaceship/lib/spaceship/commands_generator.rb
|
1572
1570
|
- spaceship/lib/spaceship/connect_api.rb
|
1573
|
-
- spaceship/lib/spaceship/connect_api/.DS_Store
|
1574
|
-
- spaceship/lib/spaceship/connect_api/.client.rb.swp
|
1575
1571
|
- spaceship/lib/spaceship/connect_api/base.rb
|
1576
1572
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1577
1573
|
- spaceship/lib/spaceship/du/du_client.rb
|
@@ -1604,13 +1600,11 @@ files:
|
|
1604
1600
|
- spaceship/lib/spaceship/portal/provisioning_profile.rb
|
1605
1601
|
- spaceship/lib/spaceship/portal/provisioning_profile_template.rb
|
1606
1602
|
- spaceship/lib/spaceship/portal/spaceship.rb
|
1607
|
-
- spaceship/lib/spaceship/portal/ui/.select_team.rb.swp
|
1608
1603
|
- spaceship/lib/spaceship/portal/ui/select_team.rb
|
1609
1604
|
- spaceship/lib/spaceship/portal/website_push.rb
|
1610
1605
|
- spaceship/lib/spaceship/provider.rb
|
1611
1606
|
- spaceship/lib/spaceship/spaceauth_runner.rb
|
1612
1607
|
- spaceship/lib/spaceship/test_flight.rb
|
1613
|
-
- spaceship/lib/spaceship/test_flight/.build.rb.swp
|
1614
1608
|
- spaceship/lib/spaceship/test_flight/app_test_info.rb
|
1615
1609
|
- spaceship/lib/spaceship/test_flight/base.rb
|
1616
1610
|
- spaceship/lib/spaceship/test_flight/beta_review_info.rb
|
@@ -1693,24 +1687,24 @@ metadata:
|
|
1693
1687
|
post_install_message:
|
1694
1688
|
rdoc_options: []
|
1695
1689
|
require_paths:
|
1696
|
-
-
|
1697
|
-
-
|
1690
|
+
- screengrab/lib
|
1691
|
+
- deliver/lib
|
1692
|
+
- pilot/lib
|
1698
1693
|
- snapshot/lib
|
1699
|
-
-
|
1694
|
+
- fastlane/lib
|
1700
1695
|
- match/lib
|
1696
|
+
- gym/lib
|
1697
|
+
- produce/lib
|
1698
|
+
- credentials_manager/lib
|
1699
|
+
- cert/lib
|
1700
|
+
- sigh/lib
|
1701
|
+
- pem/lib
|
1702
|
+
- precheck/lib
|
1701
1703
|
- fastlane_core/lib
|
1702
|
-
-
|
1704
|
+
- frameit/lib
|
1703
1705
|
- scan/lib
|
1704
1706
|
- supply/lib
|
1705
|
-
- cert/lib
|
1706
|
-
- fastlane/lib
|
1707
1707
|
- spaceship/lib
|
1708
|
-
- pilot/lib
|
1709
|
-
- gym/lib
|
1710
|
-
- precheck/lib
|
1711
|
-
- screengrab/lib
|
1712
|
-
- sigh/lib
|
1713
|
-
- produce/lib
|
1714
1708
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1715
1709
|
requirements:
|
1716
1710
|
- - ">="
|
@@ -1718,12 +1712,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1718
1712
|
version: 2.0.0
|
1719
1713
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1720
1714
|
requirements:
|
1721
|
-
- - "
|
1715
|
+
- - ">"
|
1722
1716
|
- !ruby/object:Gem::Version
|
1723
|
-
version:
|
1717
|
+
version: 1.3.1
|
1724
1718
|
requirements: []
|
1725
1719
|
rubyforge_project:
|
1726
|
-
rubygems_version: 2.
|
1720
|
+
rubygems_version: 2.6.8
|
1727
1721
|
signing_key:
|
1728
1722
|
specification_version: 4
|
1729
1723
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|