phcscriptcdnpro 1.9.7 → 1.9.8

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: 4bf463d683e3c951915c9ed70623e33de0b7775f
4
- data.tar.gz: b2962f1daa15c65f02b92216aba474d77ed47230
3
+ metadata.gz: f426537f1c7253538e6790b849656c284b7f7b68
4
+ data.tar.gz: cc43fdd369a4fe58ce9dc20d87ee909d5469ea7b
5
5
  SHA512:
6
- metadata.gz: f093038641e6da6f6560d9a6f0419fc99ffb07761a976ffe7f831d9b4ba5746d7a0a117fdb544e0b93aa706b47fac7980c6c5700975a3405d8f8cfa19f69bbec
7
- data.tar.gz: 30369bbebc04bb9c2ac8313e11b4469c4b459239d8bd1759d3bc23e53ec2b0836461f30bc964208a7802e3570662093adfd67a000f0464bcbd56882bff8940ac
6
+ metadata.gz: 96c0bbd462e517270075ff4792a79425e85819cf010f27f660fb3e04e63033b674b803b6f3b7ace9ff4b556a8002f3bcb474192eab3d7eaa1a98c4160b778531
7
+ data.tar.gz: 749cc26ccb2457833de296831f35643bfbf1c3150834481fd394d28cdb6cc49cb3e6eb744c721cdd9ab4c6aae784ab5d1dc5b22c821bbb284baf1e553bd15484
@@ -1,2 +1,5 @@
1
1
  object @scriptcdn_mains
2
- attributes :id, :scripttitle, :scriptdescription, :scriptcategory, :scriptwebsite, :scripttwitter, :scriptgithub, :scriptinitialrelease, :scriptplatform, :scriptplatform
2
+ attributes :id, :information_id, :version_id
3
+ child(:information) {
4
+ attributes :scripttitle, :scriptdescription, :scriptcategory, :scriptwebsite, :scripttwitter, :scriptgithub, :scriptlicence, :scriptinitialrelease, :scriptplatform, :scriptstatus
5
+ }
data/config/routes.rb CHANGED
@@ -9,7 +9,7 @@ Phcscriptcdnpro::Engine.routes.draw do
9
9
  # Main Script Module
10
10
  resources :mains do
11
11
  resources :authors
12
- resources :urls
12
+ resources :urls
13
13
  end
14
14
 
15
15
  # Script Information
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.9.7"
2
+ VERSION = "1.9.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.7
4
+ version: 1.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -30,6 +30,20 @@ dependencies:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 4.2.6
33
+ - !ruby/object:Gem::Dependency
34
+ name: responders
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '2.0'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '2.0'
33
47
  - !ruby/object:Gem::Dependency
34
48
  name: multi_json
35
49
  requirement: !ruby/object:Gem::Requirement