phcscriptcdnpro 1.11.2 → 1.11.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/phcscriptcdnpro/api/mains/show.json.rabl +15 -2
- data/lib/phcscriptcdnpro/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a10bb46a3fd5e7007dd2b083d9305edabaade38
|
4
|
+
data.tar.gz: c0942929fbb972841ce1c7b588d7605c252492c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03e3a4aedd61c7953a4996f2c704ad970a701043abaacecd4d8527ad9a437c863a4c0622b665bbcd5b2b77dac1a2345472764bb4921487214a8470dffc01f3da
|
7
|
+
data.tar.gz: 82e0112609d4a2c968179942197fc4d565b25b79599ac8462a9912bb44eed62ac6c433dcf77c984dbf8498477cbca68b22c365909cd28c84f78aeb49daaf0156
|
@@ -1,5 +1,18 @@
|
|
1
1
|
object @scriptcdn_main
|
2
|
-
attributes :id, :
|
2
|
+
attributes :id, :scriptname
|
3
|
+
|
3
4
|
child(:informations) {
|
4
|
-
|
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
|
5
18
|
}
|