phcscriptcdnpro 8.0.2 → 8.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +11 -11
- data/Rakefile +1 -1
- data/app/assets/config/phcscriptcdnpro_manifest.js +1 -1
- data/app/assets/javascripts/phcscriptcdnpro/application.js +1 -1
- data/app/assets/stylesheets/phcscriptcdnpro/application.scss +1 -1
- data/app/controllers/phcscriptcdnpro/application_controller.rb +12 -12
- data/app/controllers/phcscriptcdnpro/frontend/listings_controller.rb +3 -3
- data/app/controllers/phcscriptcdnpro/script/authors_controller.rb +12 -12
- data/app/controllers/phcscriptcdnpro/script/extensions_controller.rb +12 -12
- data/app/controllers/phcscriptcdnpro/script/licences_controller.rb +12 -12
- data/app/controllers/phcscriptcdnpro/script/listings_controller.rb +12 -12
- data/app/controllers/phcscriptcdnpro/script/versions_controller.rb +11 -11
- data/app/helpers/phcscriptcdnpro/application_helper.rb +1 -1
- data/app/jobs/phcscriptcdnpro/application_job.rb +1 -1
- data/app/mailers/phcscriptcdnpro/application_mailer.rb +1 -1
- data/app/models/phcscriptcdnpro/application_record.rb +2 -2
- data/app/models/phcscriptcdnpro/script/author.rb +1 -1
- data/app/views/layouts/phcscriptcdnpro/application.html.erb +43 -37
- data/app/views/layouts/phcscriptcdnpro/components/backend/footer/_footer.html.erb +2 -2
- data/app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_bar.html.erb +2 -3
- data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_left_sidebar.html.erb +3 -2
- data/app/views/layouts/phcscriptcdnpro/frontend.html.erb +66 -66
- data/app/views/phcscriptcdnpro/frontend/listings/index.html.erb +5 -5
- data/app/views/phcscriptcdnpro/frontend/listings/show.html.erb +4 -4
- data/app/views/phcscriptcdnpro/script/authors/_form.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/authors/edit.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/authors/index.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/authors/new.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/authors/show.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/extensions/_form.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/extensions/edit.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/extensions/index.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/extensions/new.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/extensions/show.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/licences/_form.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/licences/edit.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/licences/index.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/licences/new.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/licences/show.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/listings/_form.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/listings/edit.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/listings/index.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/listings/new.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/listings/show.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/urls/_form.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/urls/edit.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/urls/index.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/urls/new.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/urls/show.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/versions/_form.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/versions/edit.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/versions/index.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/versions/new.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/versions/show.html.erb +1 -1
- data/config/routes.rb +1 -1
- data/lib/phcscriptcdnpro.rb +1 -1
- data/lib/phcscriptcdnpro/version.rb +1 -1
- data/lib/tasks/phcscriptcdnpro_tasks.rake +1 -1
- metadata +2 -2
data/config/routes.rb
CHANGED
data/lib/phcscriptcdnpro.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phcscriptcdnpro
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.0.
|
4
|
+
version: 8.0.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-04-
|
11
|
+
date: 2017-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|