fastlane-plugin-csv_translation 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f657887f9c46ed4aeb2e942573de7c46ed0dae74a9b55e09d26f1c177e1f4a28
4
- data.tar.gz: 29420529f6802248e6f37c50f3e90c13224eece572a455037d8ace715a27e3f4
3
+ metadata.gz: e4d048982fd2ec8146f7365d2374e0b3aac8e50c0b2ac515fe132a005c720527
4
+ data.tar.gz: d1778628a29f95e418d515a9ebb92e4179c7dcf9d95e98b24ecb3d168d26ff35
5
5
  SHA512:
6
- metadata.gz: d35379a205bebb7d6840b533dd26e127eb3b2c3f1414b9f373c76a6ec237dab062edb7fed4e208906d40be6cb46c75ad7837bf046f027d47fbd778d300df24da
7
- data.tar.gz: b530f37c441e6616658486b142263d611dfc0e5f70306e4f689884a6576bd02e96141e28a133a5eec093606510f648845684323abccba23cf02ec3f4e98d368b
6
+ metadata.gz: 824bbaf8367d2307a8c65a9c05990919ae160cc265cff26148987b5aa1b77323e6592f076fcb60d2b918b2fee8ead2bb4a53fe15579842220e3b8984ef418c0d
7
+ data.tar.gz: 345a9c164cc8b1ec7041907a4f7d7e6710287165e4e3ce1ad61bc9c1b262b89f5d5e8aa6f6f2056175634dd8b77308af27a3b2a5c0277ab631593781f0d1b19f
@@ -45,7 +45,7 @@ module Fastlane
45
45
  default_value: "main"),
46
46
  FastlaneCore::ConfigItem.new(key: :feature_branch_name,
47
47
  env_name: "FL_CREATE_CSV_FEATURE_BRANCH_NAME",
48
- description: "The feature branch name for new translation request (Useful if no direct commit allowed in master)",
48
+ description: "The feature branch name for new translation request (Useful if no direct commit allowed in main)",
49
49
  is_string: true,
50
50
  optional: true)
51
51
  ]
@@ -62,7 +62,7 @@ module Fastlane
62
62
  feature_branch_name: "some_feature_branch_name")',
63
63
  'create_csv_feature_branch(
64
64
  repository_name: "fastlane/fastlane",
65
- branch_name: "master",
65
+ branch_name: "main",
66
66
  feature_branch_name: "some_feature_branch_name")'
67
67
  ]
68
68
  end
@@ -66,9 +66,9 @@ module Fastlane
66
66
  end),
67
67
  FastlaneCore::ConfigItem.new(key: :branch_name,
68
68
  env_name: "FL_GET_CSV_TRANSLATION_REQUESTS_BRANCH_NAME",
69
- description: "The branch name to your repository, (default master)",
69
+ description: "The branch name to your repository, (default main)",
70
70
  is_string: true,
71
- default_value: "master"),
71
+ default_value: "main"),
72
72
  FastlaneCore::ConfigItem.new(key: :file_path,
73
73
  env_name: "FL_GET_CSV_TRANSLATION_REQUESTS_FILE_PATH",
74
74
  description: "The file path to your csv file",
@@ -104,7 +104,7 @@ module Fastlane
104
104
  file_path: "translation/some_csv_name.csv")',
105
105
  'get_csv_translation_requests(
106
106
  repository_name: "fastlane/fastlane",
107
- branch_name: "master",
107
+ branch_name: "main",
108
108
  file_path: "translation/some_csv_name.csv")'
109
109
  ]
110
110
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module CsvTranslation
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-csv_translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manish Rathi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-01 00:00:00.000000000 Z
11
+ date: 2020-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry