fastlane-plugin-version 0.2.0 → 0.2.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: ca4743f8efa7003bc373c977a51f1c963aa1683009c4a711ea525a296fb71a24
4
- data.tar.gz: e2cc84e073494a67e7fe778942420e790471550abdbcc8bf812d0842de6ee48b
3
+ metadata.gz: 32c6bc8ef6553bffaf9e87b6927052b2284014867f7272fa71d3b874314699a4
4
+ data.tar.gz: 33d359618862a9721609ffbca75d6f126df35026dfaca448c5b5cff65534ac36
5
5
  SHA512:
6
- metadata.gz: a15654668ab7bac7833e909188d17a452959a066cc3ca8ee020ed6a8e074d344d5732f53323d0ed0584efb4a53b97bff323368865f9415c5402875142360a912
7
- data.tar.gz: 746139541485425764aaf3448da1a00d9f138846f491d59ec9e395f0909cafad60811e15ccf30470ce60c49e8c3f9442ba30f2ca9583a4b2f4dde280d4f7c770
6
+ metadata.gz: fc8fa17390e3316914d626dbfa4dd39eca9e9c6eb11cac08fde4d5c89a373c970c8342befaac567fd3f40ddda00b887162dc190a6ce804918283020e958bf15e
7
+ data.tar.gz: 3cf2d5fdc9686e0c2b1d02259f8e33e9fc1aa9cf5bf86457522bf9f61bc6ce1f2bc15bd255a2a70c1d0ab6ce7bfb24f8058f0ca2f1df105909855b7f1b662d2f
data/README.md CHANGED
@@ -25,7 +25,7 @@ lane :test do
25
25
  set_version(
26
26
  plist: "path/to/Info.plist",
27
27
  version: "1.0.0",
28
- build_version: 1234
28
+ build_version: "1234"
29
29
  )
30
30
  set_version(
31
31
  plist: "path/to/Info.plist",
@@ -33,7 +33,7 @@ lane :test do
33
33
  )
34
34
  set_version(
35
35
  plist: "path/to/Info.plist",
36
- build_version: 1234
36
+ build_version: "1234"
37
37
  )
38
38
  end
39
39
  ```
@@ -47,7 +47,7 @@ module Fastlane
47
47
  short_option: "-b",
48
48
  description: "Build version (CFBundleVersion)",
49
49
  optional: true,
50
- type: Integer)
50
+ type: String)
51
51
  ]
52
52
  end
53
53
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Version
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Nam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-03 00:00:00.000000000 Z
11
+ date: 2019-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry