fastlane-plugin-gs_deliver 0.1.2 → 0.1.4

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: 038e835d7d23040062e729119338924a56cd72a3
4
- data.tar.gz: 827466ae6c134153fd4cd796b459c506a296ecdf
3
+ metadata.gz: 299e01f470bbf1d51564f297dbf1275e3e03a12b
4
+ data.tar.gz: 342863a4be9589f2b05ea0039e60baff75ffdfdd
5
5
  SHA512:
6
- metadata.gz: b78ea29bda06cd5ae92fd7cf31114d33a407c25a9cc75f887139de2d928612cf392dae0738de4120df445605af28c65be5e6d5cbc4c27dd4c4004d65fcd4ff39
7
- data.tar.gz: 64f6e1b3c0811f52052b629e3e541fba2e386a8e864063e4738323acde773919de845e90322f2674ed814971819d939f936b6dc6025b668f85f25da7ba7e46c4
6
+ metadata.gz: d02ab4a0dc1b3a21ea055d44b34c00c44431e78902b983f0e3bc1e8e8f2dc94d96e06349c983e3d2540b6e4d6268f312a405b772d9bce8ae7c40177d459a25d3
7
+ data.tar.gz: 28f250a297f67bcf5c254fafa5dd1208e10a73e8cd1aa57cd55858f4df0f2bc5b27e5fe8b6e21fab3a5f8b3ff0a39b72db8245fff77c254c12d5ef550adfefca
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Actions
3
- class GsGetAppStatus < Action
3
+ class GsGetAppStatusAction < Action
4
4
  def self.run(params)
5
5
  app = Spaceship::Tunes::Application.find(params[:app_identifier])
6
6
  return app.edit_version.app_status
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Actions
3
- class GsMoveRcToBetaReview < Action
3
+ class GsMoveRcToBetaReviewAction < Action
4
4
  def self.run(params)
5
5
  Pilot::BuildManager.new.distribute(options)
6
6
  end
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Actions
3
- class GsMoveToReadyForSale < Action
3
+ class GsMoveToReadyForSaleAction < Action
4
4
  def self.run(params)
5
5
  app = Spaceship::Tunes::Application.find(params[:app_identifier])
6
6
  app.release!
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsDeliver
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gs_deliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский