fastlane-plugin-testbm 0.1.19 → 0.1.20

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
  SHA256:
3
- metadata.gz: 58eea5a1ed1b8eefef9c01aaa615eb480ab1d3fe4bedc61688a871fbc365c4e1
4
- data.tar.gz: aed1c1802cc15deb24ad6d948aacacbae60123577abb7ead4012fa848d4c5cfa
3
+ metadata.gz: 840bfbe54cca326ac344da1488fd7c98977ef154019e18eaa47ef17bce79a555
4
+ data.tar.gz: b1859c305e01379e8eb98ee8ba530023ee7ca766d97af838a40a4587b7aecda3
5
5
  SHA512:
6
- metadata.gz: 7de678c1ade51381d16a41c54ef6bbe44fd176d35399d1c247fa3b33a3a42244035ccd742f95db0e2f9eef4920582d52078db3cff8ae4eb5359198ac7534b2f8
7
- data.tar.gz: e4e071efc09897ed10c8217538b163b133dd7dcf50559e9dc7a49269c8c2947c3bb8d3e8442e3dcc3d743d9208d4ce636083d6a7cf4c5104c00e7b3701a26c24
6
+ metadata.gz: ac3e9e8ca955304ddcbe4305ed8cc2ba02307f669ad586f5f6c001830551b0228048ada5ecfa3609c6ff9452e3d6bb599e3d1953da46d2a7bb031ca2eeaeddaf
7
+ data.tar.gz: 421693dad056dcaafd5d4d90a1a55043120605cdf6ed928034f9779dfdb84ccce0f35c89a4c9ad3bc1e3a784956a37464a59a539d22dc48a53479ffe9ff19173
@@ -2,7 +2,7 @@ require 'fastlane/action'
2
2
 
3
3
  module Fastlane
4
4
  module Actions
5
- class BmdistributionAction #< Action
5
+ class BmdistributionAction < Action
6
6
  def self.run(params)
7
7
  app_information = params[:app_information]
8
8
  platform_type = params[:platform_type]
@@ -2,7 +2,7 @@ require 'fastlane/action'
2
2
 
3
3
  module Fastlane
4
4
  module Actions
5
- class BminfoAction #< Action
5
+ class BminfoAction < Action
6
6
  def self.run(params)
7
7
  environment = params[:environment]
8
8
  self.project_func_get_information(environment: environment)
@@ -2,7 +2,7 @@ require 'fastlane/action'
2
2
 
3
3
  module Fastlane
4
4
  module Actions
5
- class BmversionAction #< Action
5
+ class BmversionAction < Action
6
6
  def self.run(params)
7
7
  platform_type = params[:platform_type]
8
8
  self.version_func_get_version(platform_type)
@@ -31,6 +31,7 @@ module Fastlane
31
31
  description: "The platform, can be Android or iOS",
32
32
  optional: false,
33
33
  type: String)
34
+ ]
34
35
  end
35
36
 
36
37
  def self.is_supported?(platform)
@@ -32,7 +32,7 @@ module Fastlane
32
32
  description: "The person's name",
33
33
  optional: false,
34
34
  type: String)
35
- ]
35
+ ]# If your method provides a return value, you can describe here what it does
36
36
  end
37
37
 
38
38
  def self.is_supported?(platform)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Testbm
3
- VERSION = "0.1.19"
3
+ VERSION = "0.1.20"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-testbm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bemobile