phcscriptcdnpro 1.11.4 → 1.11.5
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2daa814fc81805ea64893223dc33aaff10762d26
|
4
|
+
data.tar.gz: c4c44b3c86a5c79d2b22859b3f84a843693f1b03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72006d7ff2741a186c7342d5347cb5beba8dd15fb50de288df3ed5fad34c5a73badaf07f2abcb65d15fb21aaeec623832031125e6155bd178afe98aa02e5030d
|
7
|
+
data.tar.gz: a2d19ab3a829c5dc052fa8617eee17d8a6e4461692eebc1b9035081a3fe93cfa1a334db64f7cce1401c737a1d8d6ea205c04f277afcb64a40e5c2dfd16ff07ae
|
@@ -1,14 +1,18 @@
|
|
1
1
|
collection @scriptcdn_mains
|
2
|
-
attributes :id, :
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
child
|
13
|
-
|
14
|
-
|
2
|
+
attributes :id, :scriptname
|
3
|
+
|
4
|
+
child(:informations) {
|
5
|
+
attribute :scripttitle, :scriptdescription, :scriptcategory, :scriptwebsite, :scripttwitter, :scriptgithub, :scriptlicence, :scriptinitialrelease, :scriptplatform, :scriptstatus
|
6
|
+
}
|
7
|
+
|
8
|
+
child(:authors) {
|
9
|
+
attributes :authorfirstname, :authorlastname, :authorwebsite, :authorgithub, :authortwitter
|
10
|
+
}
|
11
|
+
|
12
|
+
child(:urls) {
|
13
|
+
attributes :scripturl, :scripturlext
|
14
|
+
}
|
15
|
+
|
16
|
+
child(:versions) {
|
17
|
+
attributes :version
|
18
|
+
}
|