fastlane-plugin-xamarin 0.2.0 → 0.3.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffc3fbc9700bebc15aed6957ec956d5fa38961f594fbcbf89468a41b99e10e26
|
4
|
+
data.tar.gz: 4751080058d014f80f6edf155f480e0c4319448772f23aa5c69a90dc68eca619
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f811de8d49b8abae2d37e4eb1f01e910149276948ba2f504e5587115de206a921e3f0ada8aba7bbe4cb5f2c4bd6c31857e74c36fe42f5089aa74424f5fb26851
|
7
|
+
data.tar.gz: c8acadfb9e82bf66d251f0c2dd469e053e2361b28d160b0c05594efb5dccae10e8d9e7ca4044d0f0d989e0fda0436b1d79a733690a308a2a43c7525a93ce6ffc
|
@@ -78,8 +78,7 @@ module Fastlane
|
|
78
78
|
|
79
79
|
FastlaneCore::ConfigItem.new(key: :nuget,
|
80
80
|
env_name: "NUGET_PATH",
|
81
|
-
description: "",
|
82
|
-
default_value: "Path to `nuget`. Default value is found by using `which nuget`",
|
81
|
+
description: "Path to `nuget`. Default value is found by using `which nuget`",
|
83
82
|
optional: true,
|
84
83
|
type: String)
|
85
84
|
]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-xamarin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Charriere
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|