fastlane-plugin-discord 0.4.0 → 0.4.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: 01c43cc0e6923b03ffbf6f7ad58fcf82e161c35e7704adc8e08e5807ccb885e2
4
- data.tar.gz: f6bd00a929be08d4db2af4823168e602f130451f81772c8305dd176534fe0f91
3
+ metadata.gz: f4c12f9e9e9f617cee756f4fc978d4564e280877648ddd8c6b244723ee7ffff6
4
+ data.tar.gz: 4b46847d9b9b41ef0e01dd88205412061a0362e4aa568937b5a7a46be274e808
5
5
  SHA512:
6
- metadata.gz: 79150e6aef0d18cdbeeaa195c90e3bd5e0ced23a8c5a5768fd60641bf8ba172072888f60f740491e6915c8ecdc778af9838e579c40192bdc0fc5d9015db1507d
7
- data.tar.gz: adbcca5f723962093ec40f63082d0da561e8b992c49a52765fa837cb4a156fe68730bd8f86648610f216e69348e2c885a76b7fa359d612f4bf78344d9f6c0c3e
6
+ metadata.gz: f28066b8aa2be1cb7d64d8a8f75483bf1e81cc04de70524cd1b2500e0e662ae5e3573ea69bb2619e0d2e9cb05912489ce281aec8c6691afb164ab96914a61409
7
+ data.tar.gz: 48f781935a843592011a791881ff8be79a8760cef7c12f66cab291aadb975a5439a2d7ce9ee2995f93bdf5561f38a66047d49aac88708f49bc5f29031187644f
@@ -81,9 +81,10 @@ module Fastlane
81
81
  type: String),
82
82
  FastlaneCore::ConfigItem.new(key: :platform,
83
83
  env_name: "DISCORD_STORE",
84
- description: "Which app store the app has deployed (ios or android), default is android",
84
+ description: "Which app store the app has deployed",
85
85
  optional: true,
86
- type: String)
86
+ type: String,
87
+ default_value: 'android')
87
88
  ]
88
89
  end
89
90
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Discord
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-discord
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matheus Gambati