fastlane-plugin-gs_deliver 0.2.2 → 0.2.3

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: d928c3916f22498ecc40994442a3bb0b17a7fa6a
4
- data.tar.gz: 411d9f71f9c12ebe6e69d0fca6cc0053f5092384
3
+ metadata.gz: 81cb2822c93e7ddcf67c036dd340ac1550088320
4
+ data.tar.gz: db08a1484cd2314ca48c06982a3a3ba477373066
5
5
  SHA512:
6
- metadata.gz: 358320a5e77687c85d4181a85ef8e04f599cde292e44d6d53cfc8db264548402224738737582f73c9472f5157cef76c2c51bd64675e3566d2199b1ba1dc0a7c8
7
- data.tar.gz: c6d7b583d96212b3b973de6d13566ed68c2b348181fe3466cce79114f5bccee66f09503923654c8b74c95401d7db5157c52ea6f70211c816813821b09ac75adb
6
+ metadata.gz: dca5a639761f2774fd009793b89991c2e98d34bdf158dde028cc5b7e144934896ac839513dc0c82fae47b2283e6c600356716b6170b6f31961af53c01e32bd41
7
+ data.tar.gz: 49da71345c647b3ee22a185d26769ec381a54c476f4eae2f71c86ea65a9d32a3c2a83b4cd0bf482a46e3d544fc778e82e61700e2e1ac37b116560884dce078ea
@@ -5,8 +5,8 @@ module Fastlane
5
5
  require 'json'
6
6
  params = options.to_json
7
7
  puts("sh curl -H \"Content-Type: application/json\" -d \'"+ params +
8
- "\' https://mobile.geo4.io/bot/releaseBuilder/cmd -o " + Dir.pwd + "/../../notes/" + options[:project] + "_" +
9
- options[:displayVersionName] + ".txt")
8
+ "\' https://mobile.geo4.io/bot/releaseBuilder/cmd -o " + Dir.pwd + "/../../notes/" + options[:project] + "/" +
9
+ options[:displayVersionName] + "_" + lang + ".txt")
10
10
  end
11
11
 
12
12
  def self.description
@@ -28,6 +28,10 @@ module Fastlane
28
28
 
29
29
  def self.available_options
30
30
  [
31
+ FastlaneCore::ConfigItem.new(key: :lang,
32
+ description: "For fileBetaRu and etc.",
33
+ optional: true,
34
+ type: String),
31
35
  FastlaneCore::ConfigItem.new(key: :cmd,
32
36
  description: "Command that indicates bot action",
33
37
  optional: false,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsDeliver
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gs_deliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Сергей Веселовский"