phcscriptcdn 4.3.2 → 4.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/phcscriptcdn/script/authors/_form.html.erb +6 -1
- data/app/views/phcscriptcdn/script/authors/edit.html.erb +28 -27
- data/app/views/phcscriptcdn/script/authors/index.html.erb +52 -51
- data/app/views/phcscriptcdn/script/authors/new.html.erb +28 -27
- data/app/views/phcscriptcdn/script/authors/show.html.erb +31 -22
- data/app/views/phcscriptcdn/script/extensions/_form.html.erb +5 -0
- data/app/views/phcscriptcdn/script/extensions/edit.html.erb +28 -27
- data/app/views/phcscriptcdn/script/extensions/index.html.erb +46 -45
- data/app/views/phcscriptcdn/script/extensions/new.html.erb +28 -27
- data/app/views/phcscriptcdn/script/extensions/show.html.erb +31 -23
- data/app/views/phcscriptcdn/script/licences/_form.html.erb +7 -1
- data/app/views/phcscriptcdn/script/licences/edit.html.erb +29 -28
- data/app/views/phcscriptcdn/script/licences/index.html.erb +54 -53
- data/app/views/phcscriptcdn/script/licences/new.html.erb +29 -28
- data/app/views/phcscriptcdn/script/licences/show.html.erb +31 -22
- data/app/views/phcscriptcdn/script/listings/_form.html.erb +6 -1
- data/app/views/phcscriptcdn/script/listings/edit.html.erb +28 -27
- data/app/views/phcscriptcdn/script/listings/index.html.erb +48 -47
- data/app/views/phcscriptcdn/script/listings/new.html.erb +28 -27
- data/app/views/phcscriptcdn/script/listings/show.html.erb +29 -28
- data/app/views/phcscriptcdn/script/urls/_form.html.erb +6 -1
- data/app/views/phcscriptcdn/script/urls/edit.html.erb +27 -27
- data/app/views/phcscriptcdn/script/urls/index.html.erb +46 -46
- data/app/views/phcscriptcdn/script/urls/new.html.erb +28 -28
- data/app/views/phcscriptcdn/script/urls/show.html.erb +30 -30
- data/app/views/phcscriptcdn/script/versions/_form.html.erb +6 -1
- data/app/views/phcscriptcdn/script/versions/edit.html.erb +28 -27
- data/app/views/phcscriptcdn/script/versions/index.html.erb +43 -43
- data/app/views/phcscriptcdn/script/versions/new.html.erb +28 -27
- data/app/views/phcscriptcdn/script/versions/show.html.erb +30 -29
- data/lib/phcscriptcdn/version.rb +1 -1
- metadata +2 -2
data/lib/phcscriptcdn/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phcscriptcdn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.3.
|
4
|
+
version: 4.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BradPotts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|