fastlane-plugin-fivethree_ionic 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 2303a75b50cab0229baaad133a5767fc1863b5a6
4
- data.tar.gz: 399d7aeaaea6421d7ebb63d094f25f0dc27cf98e
3
+ metadata.gz: 44c4ff0a8ebdc02343496b90906cb0b34a9ce143
4
+ data.tar.gz: 3221582a4680f747ace2f36f5cb31d116d154cba
5
5
  SHA512:
6
- metadata.gz: f797b3a200d0c70e27577d22902e3497dba331e78a5981cccc6286c7ed70abc0a9f0f8a7dba4c69f32daff69a5c691957e3a3891eb7b651ffb95434deccf68bd
7
- data.tar.gz: 9fe9d1cd21f2f334155199425fa61cfd031f8207795846b976d78f59f19be58d4827249ba46bfc40cb3ac378d24ab0e18f9199ef8dee9bc45239cc3916860de3
6
+ metadata.gz: ae4f42a30dd6b3e16e07c093729e538f7823c84646166e9dc59efd7731cf7e81f94f91f5df78a98326f6ac9e64e464883bd27c728dff1ff7c73e8781096d47b5
7
+ data.tar.gz: fcb8a765d17a384b741e277c5cd0100ec7957ddfb40c00d8cac6782906a7dd7dd7212e8b04dd58c3585a0e2d142d89c6ae43a879b0f18e1cd99494e4c5f25386
@@ -6,8 +6,8 @@ module Fastlane
6
6
 
7
7
  class FivIncrementBuildNoAction < Action
8
8
  def self.run(params)
9
- UI.message("The fiv_increment_build_no plugin is working!")
10
- text = File.read("./config.xml")
9
+ text = File.read(params[:pathToConfigXML])
10
+ puts "test #{text}"
11
11
 
12
12
  isIos = params[:ios]
13
13
  if (isIos)
@@ -38,7 +38,7 @@ module Fastlane
38
38
 
39
39
  end
40
40
 
41
- File.open("./config.xml", "w") {|file| file.puts new_contents}
41
+ File.open(params[:pathToConfigXML], "w") {|file| file.puts new_contents}
42
42
  return build_number
43
43
  end
44
44
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FivethreeIonic
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-fivethree_ionic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Stammerjohann