fastlane-plugin-elux_actions 0.6.0 → 0.7.0

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
  SHA1:
3
- metadata.gz: 70c98de918bc91606c89b1905582c707b9aec8cf
4
- data.tar.gz: 9c58f7f92556fa2af82d5fb79621078fa90cb067
3
+ metadata.gz: b57cb49f78d6208309979253002948b66aca009d
4
+ data.tar.gz: bd680cc15d5fec3a09d396e5dee2588f5b724c82
5
5
  SHA512:
6
- metadata.gz: a7f3ad57ee974b0e14bc756d33dfe0e88c720566a743a50b67efea5b2b968b517ebeaea14eddc2be139ecf88b2623e69466aa961dbde08a86581241a91840b5c
7
- data.tar.gz: 69d9fd2613b5e92de5b036a70a747bcc0624f748915e63382a972cd963afa5002d22fd4da0396b072e25ebe9e7e03af4d9a5ac4af212ea3e18b15f2b9c96b19f
6
+ metadata.gz: 2e8be99d8161024479ecc6c17e3115b18192bdff0b2fe242fc764c5860d367aa79a1dfff10940f149e552d39d2ba2940152c63a82afe2e8683a50986c0a63547
7
+ data.tar.gz: c918184a34790f6a7460bc4b0ce574146b9f197225363404ddb7eff81b527096b2ad4a85b3d7b3f8c8256c0262794e13836bfb979d2e4c685159da0acc8e93b5
@@ -104,6 +104,7 @@ module Fastlane
104
104
  FastlaneCore::ConfigItem.new(key: :classifier,
105
105
  env_name: "classifier",
106
106
  description: "The classifier of the artifact",
107
+ default_value: nil
107
108
  optional: true)
108
109
 
109
110
  ]
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module EluxActions
3
- VERSION = "0.6.0"
3
+ VERSION = "0.7.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-elux_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dennis Granath