fastlane-plugin-git_pull_branch 0.1.1 → 0.1.2

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: c2994307ea453c5fe128d0e1eb36d3bfb80bca2c
4
- data.tar.gz: 238d79bd8971aec5f2376aee8836936215668287
3
+ metadata.gz: c3d61efcc928a97ea9ce8e0e21c14eee3ba0476d
4
+ data.tar.gz: a59c2c5d3ab02759222f19cc04bcd7d276928ba6
5
5
  SHA512:
6
- metadata.gz: e7194b3a750050937e6c0cf0f6a2ca7f5d214b11d2a54e0bdc9ba9646bf6f05b617b329791668c8bc9c6e1e26617594ff83ed9c9f9c92fdb3d5e41e2a9429c9f
7
- data.tar.gz: 56eccce34c052a425be36e8eea23c66819f3ccbecd2fd0db19b546c2c0d099cfba2c6054b8f0983a9be3068774ea7b7d5425122b6166d9ff448081c14a5d1627
6
+ metadata.gz: d0ad7486f9acbb55a0255821620a75d12f50d0ba77ab59f6149a789f216b4ea6c18b1ce052595242941e0a5102b4627fc424c6e9078539ed2f6ef03d18a3c3c0
7
+ data.tar.gz: 7a100738c641117b707ffeda82f92dfa154fd9940dd8591d0eedfbb84586012d629558c473ca653f3740721a0506ba71aae8a7cdfbab58d23143d9a4ee9735ee
@@ -27,17 +27,11 @@ module Fastlane
27
27
 
28
28
  def self.available_options
29
29
  [
30
- # FastlaneCore::ConfigItem.new(key: :your_option,
31
- # env_name: "GIT_PULL_BRANCH_YOUR_OPTION",
32
- # description: "A description of your option",
33
- # optional: false,
34
- # type: String)
35
- ]
36
- end
37
-
38
- def self.example_code
39
- [
40
- 'git_pull_branch(branch: "master")'
30
+ FastlaneCore::ConfigItem.new(key: :branch,
31
+ env_name: "BRANCH_NAME",
32
+ description: "The brach name to pull",
33
+ optional: false,
34
+ is_string: false)
41
35
  ]
42
36
  end
43
37
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GitPullBranch
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-git_pull_branch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bhuvanesh BS