fastlane-plugin-cordova 0.3.0 → 0.3.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c95eb04a16e53feacd857e615c98ad3b566d876
|
|
4
|
+
data.tar.gz: 91f32216196a61abe7739b50a2430aca4b97f68d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97b353ccc5493b4655b3c24e1db57c06f10f924d05a6b90d479d640fdfb3935c1486564bbe387bf823d1a36d5947ae4f75d77f5cdcde0744a7ce6663d385e23e
|
|
7
|
+
data.tar.gz: d162fc0ce30db29877708ce28a3ed9390e9905d78ff4590165f4b5775593b099357ef3012d3eef6231d844f2a835b9d9b9c5cea1256a265985c2e6fd28462908
|
|
@@ -193,9 +193,8 @@ module Fastlane
|
|
|
193
193
|
key: :build_number,
|
|
194
194
|
env_name: "CORDOVA_BUILD_NUMBER",
|
|
195
195
|
description: "Build Number for iOS and Android Keystore alias",
|
|
196
|
-
|
|
196
|
+
optional: true,
|
|
197
197
|
is_string: false,
|
|
198
|
-
type: Numeric
|
|
199
198
|
),
|
|
200
199
|
FastlaneCore::ConfigItem.new(
|
|
201
200
|
key: :browserify,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-cordova
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Almouro
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|