fastlane-plugin-semantic_versioning 3.0.0 → 3.0.1

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: c974c8e59adc155a1442566a6198e81d8192a85c2f0822cf20acccf8d3c6a320
4
- data.tar.gz: 61060c47ebc660fdec7999392e05b7ee7303212b14cee2f414058579d7ee0840
3
+ metadata.gz: '098ee381f7cc7a2cfc1f194ed26709b0db70dbb4d4e0532622d40f2db4171886'
4
+ data.tar.gz: 31d6ca20e060b09f8a56111a16eb3584a5082f56309a322e52bbd7a73177a12e
5
5
  SHA512:
6
- metadata.gz: bca9ec5b145f927fab9a16bf6483b988133a30c7e4032ff756d3acbc24dffb3eae18b86ff02d1dcaa17293fd4077eab28a5f23ee3734401303fb1092dd2027e1
7
- data.tar.gz: 4f04bc1f080a83b49d548a4e011692d0482c60dbc95e3601781f0239e672924ee1495ee4ebf114461dbef5cdbf627bbf1f24e75fc0fb70eb0b91816742080584
6
+ metadata.gz: eca787a771d9229ce6c83674d582be11b08aa14dcc2e88dcb16418e284c4d61a46a50677591c0d3a450d400400caea1bb2f937c3c12c54cb5ad43f7a4832574c
7
+ data.tar.gz: 24c6458f5dbb778065b77caaa28b3955ebb1eb44259f84326f9d9c596a153a916e187c8b48c24b7c3ce722b39c4efe95b64607c736767ad3002d637382ab28b1
@@ -145,14 +145,12 @@ module Fastlane
145
145
  UI.user_error!("Parameter 'bump_map' must be a Hash.") unless value.is_a?(Hash)
146
146
  end
147
147
 
148
- # :nocov:
149
- def self.is_supported?(_platform)
148
+ def self.is_supported?(platform)
150
149
  # Adjust this if your plugin only works for a particular platform (iOS vs. Android, for example)
151
150
  # See: https://docs.fastlane.tools/advanced/#control-configuration-by-lane-and-by-platform
152
151
  #
153
152
  %i[ios mac].include?(platform)
154
153
  end
155
- # :nocov:
156
154
  end
157
155
  end
158
156
  end
@@ -84,14 +84,12 @@ module Fastlane
84
84
  ]
85
85
  end
86
86
 
87
- # :nocov:
88
87
  def self.is_supported?(platform)
89
88
  # Adjust this if your plugin only works for a particular platform (iOS vs. Android, for example)
90
89
  # See: https://docs.fastlane.tools/advanced/#control-configuration-by-lane-and-by-platform
91
90
  #
92
91
  %i[ios mac].include?(platform)
93
92
  end
94
- # :nocov:
95
93
  end
96
94
  end
97
95
  end
@@ -91,14 +91,12 @@ module Fastlane
91
91
  ]
92
92
  end
93
93
 
94
- # :nocov:
95
- def self.is_supported?(_platform)
94
+ def self.is_supported?(platform)
96
95
  # Adjust this if your plugin only works for a particular platform (iOS vs. Android, for example)
97
96
  # See: https://docs.fastlane.tools/advanced/#control-configuration-by-lane-and-by-platform
98
97
  #
99
98
  %i[ios mac].include?(platform)
100
99
  end
101
- # :nocov:
102
100
  end
103
101
  end
104
102
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module SemanticVersioning
5
- VERSION = "3.0.0"
5
+ VERSION = "3.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-semantic_versioning
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karsten Silkenbäumer