wooga_wooget 2.6.1 → 2.6.2
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 +4 -4
- data/lib/wooget/template/files/unity_paket.dependencies.erb +0 -10
- data/lib/wooget/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18d72fb25a9f1952dc964768f7eb4ab94cc8775c
|
|
4
|
+
data.tar.gz: e896a113ffaec8cde48c7a7b9a914bd8fda58f37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ddac788cd8631861d4a7c2ee255722c54e90aa51a66fadeeff5325fa7884d246f12706c37305bd933f632e4adba65e781b4e2e7a12e7b8d41ada5f52b8692b5
|
|
7
|
+
data.tar.gz: 1006304bc34757626d97540887a80f8de2ba6e01414af1391294c29f1ff1ac49836f65b70daffd2f2cee6393da749fa3162b1f807bf772e15951b1b28ed9e34c
|
|
@@ -1,13 +1,3 @@
|
|
|
1
1
|
//remove the below line if you want to manually manage your paket.unity3d.references file
|
|
2
2
|
//[!automanage!]
|
|
3
|
-
|
|
4
|
-
//legacy wooga repo
|
|
5
|
-
source https://wooga.artifactoryonline.com/wooga/api/nuget/nuget-private username: "%USERNAME%" password: "%PASSWORD%"
|
|
6
|
-
|
|
7
|
-
//private wooga repos
|
|
8
|
-
source https://wooga.artifactoryonline.com/wooga/api/nuget/sdk-main username: "%USERNAME%" password: "%PASSWORD%"
|
|
9
|
-
source https://wooga.artifactoryonline.com/wooga/api/nuget/sdk-universe username: "%USERNAME%" password: "%PASSWORD%"
|
|
10
3
|
source https://wooga.jfrog.io/wooga/api/nuget/atlas-nuget username: "%USERNAME%" password: "%PASSWORD%"
|
|
11
|
-
|
|
12
|
-
//public nuget repo
|
|
13
|
-
source https://nuget.org/api/v2
|
data/lib/wooget/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wooga_wooget
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Donald Hutchison
|
|
@@ -309,7 +309,7 @@ post_install_message: |2+
|
|
|
309
309
|
\_/\_/ \___/ \___/ \__, |\___|\__(_)
|
|
310
310
|
|___/
|
|
311
311
|
|
|
312
|
-
unity package manager cli version 2.6.
|
|
312
|
+
unity package manager cli version 2.6.2!
|
|
313
313
|
|
|
314
314
|
rdoc_options: []
|
|
315
315
|
require_paths:
|