fastlane-plugin-xamarin 0.2.0 → 0.3.0

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
  SHA256:
3
- metadata.gz: c9c954bc043fb20a4bfc10381a44b7917af930c26f447b284d3df53df2f884c8
4
- data.tar.gz: 0fd7da757596866dcd3b29c29686db1c03508d1f01408db8adf402bb27042c63
3
+ metadata.gz: ffc3fbc9700bebc15aed6957ec956d5fa38961f594fbcbf89468a41b99e10e26
4
+ data.tar.gz: 4751080058d014f80f6edf155f480e0c4319448772f23aa5c69a90dc68eca619
5
5
  SHA512:
6
- metadata.gz: f11755dabf174b1fd73349588429550d297fd8649908c181d2c3174d6cb1b6233b7b60e6f07cb80e88462ed486c58f43c57b46cd74f5fe648abf7721de8dbe9a
7
- data.tar.gz: 88ebc39616dfb608555704098ae25d47b49841ca6d59b6c762349df630ecd27bb8023f41e44c8cc070ada469b40e8cd7b718a56d8b6451b0246de3e72ad301dd
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
  ]
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Xamarin
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
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.2.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-15 00:00:00.000000000 Z
11
+ date: 2018-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry