fastlane-plugin-testbm 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b99ffd24701ae3752dc4e842c790d7d34cbf845c41205352db592927e8241c18
4
- data.tar.gz: cf88d0c3b38d1138c52dfed7c75f9d67a454e5ab3f37701504da1460ebf7775c
3
+ metadata.gz: 15c37951fa9fda3533d239231f9f3e47e94862fb87c19357c3e44fe85e9e3237
4
+ data.tar.gz: 62d636bdbf266665958a4f56a44956e8f3d7535c45703c0b9fb1673b0670a1e7
5
5
  SHA512:
6
- metadata.gz: 8400a768dcd4ff2ee822962c4301bc49b24ca8e7b24855e82a94accae391b412229c139dd8bfaa81da6f05065f04366b2761aa371dd5e82d951db8eb7bd1522e
7
- data.tar.gz: f26c19c94fede14e3dc5195678b31f54e8b13e0244bc3e424469c08e066336adc3f916f17b505c6717534a11f3fc6893b804115182493ee1ac84f67aaa1916dd
6
+ metadata.gz: 5050e46ceffb8c1f2475951e49e1632f7ef1b1345c01054a050ead0252ee526186f26d61fce741599c20fcc519b561ff1022663a52b964cff14befa6de62c08b
7
+ data.tar.gz: 43135168f8636f2f273d22c18b90bf3ee31cac52ecff2c62bd3dc3c41f94060dbc9c478d7301b6394694a7dd098b951502e61a39467b89f4816ae8efd85bcaa8
@@ -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)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Testbm
3
- VERSION = "0.1.17"
3
+ VERSION = "0.1.18"
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.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bemobile