fastlane-plugin-fiv_increment_build_no 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 00ca336b6b727b42f0ae3dbb61d2edcbf5a30157
4
- data.tar.gz: 530e788a436e83e3cb66a71c56e37e2f3cc3cb2c
3
+ metadata.gz: 5352387b9ec5df194381522bfdf7f3e7b7ce0dda
4
+ data.tar.gz: 3f5c4b343f8daf11ba22bb84d37d11d9caf060c9
5
5
  SHA512:
6
- metadata.gz: 673fb84426beed36ddbc792958bb52985b08f9556690f083b5ebb5f95628b32b5a77be3cce54869218b2d00982ca8a066c2e934a3e62b0d8aaf2b0e0c30e9355
7
- data.tar.gz: 8cc429d050d309c32276ad48c9cd8b00cb007ad4d64aed64843d9e91a4a397b7c5717c7d8909f043a503d35ee42a53b0b44e6ecf8fd996e06b810f267418dc0f
6
+ metadata.gz: 60c54316955a1cf10fdc94067474b38306afb594a577dff7fa33013b4d5cd38f252f2b3f27f4355847e21a54807a915df67b82fc6a67c4a4fd73e4151c1fa9bd
7
+ data.tar.gz: 5e46f1657ece9601aa8485ba199e629fe47bab9d8905f6675a59093c6156408ada897a9e3722a310a44300ffaa6be6ecda028c097f02fd4d28c78cd9b139ed0c
@@ -39,7 +39,8 @@ module Fastlane
39
39
 
40
40
  puts build_number
41
41
 
42
- File.open("./config.xml", "w") {|file| file.puts new_contents}
42
+ File.open("./config.xml", "w") {|file| file.puts new_contents}
43
+ return build_number
43
44
  end
44
45
 
45
46
  def self.description
@@ -51,7 +52,8 @@ module Fastlane
51
52
  end
52
53
 
53
54
  def self.return_value
54
- # If your method provides a return value, you can describe here what it does
55
+ "returns the new build number"
56
+
55
57
  end
56
58
 
57
59
  def self.details
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FivIncrementBuildNo
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-fiv_increment_build_no
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fivethree