fastlane-plugin-fivethree_ionic 0.2.9 → 0.2.10

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: bb2c0cc3f31b1b9d95e6de7644669e472441bfe90d44d6490a54fb05835f4d3e
4
- data.tar.gz: 8085f1597c58c29277e500881ffc8b97cd5dfcab246ed39da79ab9c4294cc57d
3
+ metadata.gz: e17faffcad00a32aa1461cd8a5a623c582bee708c926257a61393af6218ce54c
4
+ data.tar.gz: 89ae013d1fd78bc93b8ca01917f17b0c44e997770a1cf3cb66a3d62fbbe1100d
5
5
  SHA512:
6
- metadata.gz: 2f1fe0ecb61c9fdc451ed873bbc40bdd50afdd0f3944e91c7f2695d1cb14d366708bc6b80794c411b85d07d2214e97bf266c2b8636dde53725316126f40d2411
7
- data.tar.gz: 93f81a0be3e1fec84c3771fda5ea5eafbe3547e3c38263fd2e4760ea506ff72b1ad3670d6258ad335376b7d968b469b076aaaf0d4058ae4bd2a2cbeca8cfb467
6
+ metadata.gz: b69bacbb43d9cd2c09c5b8df41357f8e6aece0a305fe11015a6ca7c75199e0b9b7f26805a62d938a0be4fd88db4cde428d22c5e0c92039db6a44205472b2f7bf
7
+ data.tar.gz: dbb3e745b3511321bd340505b88e9e98f8406724e91439a6059930757676fd43685fc3eb462ed986be117cca1bf3939b41d03b42a266f34e9e82d96a9d3b078a
@@ -75,7 +75,8 @@ module Fastlane
75
75
  key: :skip_version,
76
76
  env_name: 'FIV_SKIP_VERSION',
77
77
  description: '---',
78
- optional: false,
78
+ optional: true,
79
+ default_value: false,
79
80
  type: Boolean
80
81
  )
81
82
  ]
@@ -54,14 +54,14 @@ module Fastlane
54
54
  FastlaneCore::ConfigItem.new(
55
55
  key: :ios,
56
56
  env_name: 'FIV_INCREMENT_BUILD_NO_IOS',
57
- description: '---',
57
+ description: 'Increment build no for ios',
58
58
  optional: false,
59
59
  type: Boolean
60
60
  ),
61
61
  FastlaneCore::ConfigItem.new(
62
62
  key: :pathToConfigXML,
63
63
  env_name: 'FIV_INCREMENT_BUILD_CONFIG',
64
- description: '---',
64
+ description: 'Path to the Cordova config.xml',
65
65
  optional: false,
66
66
  verify_block:
67
67
  proc do |value|
@@ -112,8 +112,9 @@ module Fastlane
112
112
  FastlaneCore::ConfigItem.new(
113
113
  key: :skip_version,
114
114
  env_name: 'FIV_SKIP_VERSION',
115
- description: '---',
116
- optional: false,
115
+ description: 'CI flag to skip updating the version',
116
+ optional: true,
117
+ default_value: false,
117
118
  type: Boolean
118
119
  )
119
120
  ]
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FivethreeIonic
3
- VERSION = '0.2.9'
3
+ VERSION = '0.2.10'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-fivethree_ionic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Stammerjohann