fastlane-plugin-get_new_build_number 0.2.6 → 0.2.7

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: f95b4015bb184f1d1fd21ef8e75ef0f05249c0aa1ae4a80b2854cd2d1bcd9615
4
- data.tar.gz: 85ba562e7a932c84c142c2d9a36bd364c1b7d630d441b9fc22c04f466cd9fcdf
3
+ metadata.gz: 17c1a7c7e7633d72685b94f7cf76765071e2bf189175e7943918f82f6cae2887
4
+ data.tar.gz: 189a9a5a9bb06a715da3cb4af8338e05b8986963970cfffc79076923afcb3eda
5
5
  SHA512:
6
- metadata.gz: f67caf04a5cf801b014b4033508507f8ba42856f51087f0deee91d47d741e91307206bba27ee05ddf2b3118a1212fb081f500dfd691a5b3f874c625cdd58b6fe
7
- data.tar.gz: af23163af0b07a37a4f92cfe96acf89157c6ab5a7586f31e5c82ab41d6569b820f3bab2e0890a972e267ba69176feebadb3ae359ba66f4302864792594f2601f
6
+ metadata.gz: 6206ac185ba551ebc0c7a01b795a25d9705b1c25aaa9aa42bfa33a89a3e6c0130a03791dac872334387ff732035ef6656fcd42046cba37041c3bbaf9956f802f
7
+ data.tar.gz: 115598f44247ef3bf2011a140a73e97a44af43c0362aa0ea6a8375d4d2e208ee1d07d996436aeb52fc0f29e60df2695b86ad4a4fec357e0693dcd81a9ae40592
@@ -21,23 +21,6 @@ module Fastlane
21
21
  "A string representing a new build name. It's the latest git tag with the first " \
22
22
  "character stripped (so v4.2.0 becomes 4.2.0)"
23
23
  end
24
-
25
- # def self.details
26
- # # Optional:
27
- # ""
28
- # end
29
-
30
- def self.available_options
31
- []
32
- end
33
-
34
- # def self.is_supported?(platform)
35
- # # Adjust this if your plugin only works for a particular platform (iOS vs. Android, for example)
36
- # # See: https://docs.fastlane.tools/advanced/#control-configuration-by-lane-and-by-platform
37
- # #
38
- # # [:ios, :mac, :android].include?(platform)
39
- # true
40
- # end
41
24
  end
42
25
  end
43
26
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GetNewBuildNumber
3
- VERSION = "0.2.6"
3
+ VERSION = "0.2.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-get_new_build_number
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartek Pacia