phcscriptcdnpro 56.0.0 → 57.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +0 -0
- data/README.md +1 -1
- data/Rakefile +0 -0
- data/app/assets/config/phcscriptcdnpro_manifest.js +0 -0
- data/app/assets/javascripts/phcscriptcdnpro/application.js +0 -0
- data/app/assets/stylesheets/phcscriptcdnpro/application.scss +0 -0
- data/app/controllers/phcscriptcdnpro/application_controller.rb +0 -0
- data/app/controllers/phcscriptcdnpro/frontend/listings_controller.rb +0 -0
- data/app/controllers/phcscriptcdnpro/script/authors_controller.rb +0 -0
- data/app/controllers/phcscriptcdnpro/script/extensions_controller.rb +0 -0
- data/app/controllers/phcscriptcdnpro/script/licences_controller.rb +0 -0
- data/app/controllers/phcscriptcdnpro/script/listings_controller.rb +0 -0
- data/app/controllers/phcscriptcdnpro/script/urls_controller.rb +0 -0
- data/app/controllers/phcscriptcdnpro/script/versions_controller.rb +0 -0
- data/app/helpers/phcscriptcdnpro/application_helper.rb +0 -0
- data/app/jobs/phcscriptcdnpro/application_job.rb +0 -0
- data/app/mailers/phcscriptcdnpro/application_mailer.rb +0 -0
- data/app/models/phcscriptcdnpro/application_record.rb +0 -0
- data/app/models/phcscriptcdnpro/author_versions.rb +0 -0
- data/app/models/phcscriptcdnpro/extension_versions.rb +0 -0
- data/app/models/phcscriptcdnpro/frontend/listing.rb +0 -0
- data/app/models/phcscriptcdnpro/frontend.rb +0 -0
- data/app/models/phcscriptcdnpro/licence_versions.rb +0 -0
- data/app/models/phcscriptcdnpro/listing_versions.rb +0 -0
- data/app/models/phcscriptcdnpro/script/author.rb +0 -0
- data/app/models/phcscriptcdnpro/script/extension.rb +0 -0
- data/app/models/phcscriptcdnpro/script/licence.rb +0 -0
- data/app/models/phcscriptcdnpro/script/listing.rb +0 -0
- data/app/models/phcscriptcdnpro/script/url.rb +0 -0
- data/app/models/phcscriptcdnpro/script/version.rb +0 -0
- data/app/models/phcscriptcdnpro/script.rb +0 -0
- data/app/models/phcscriptcdnpro/scriptversion_versions.rb +0 -0
- data/app/models/phcscriptcdnpro/url_versions.rb +0 -0
- data/app/views/layouts/phcscriptcdnpro/application.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/backend/footer/_footer.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_bar.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_left_sidebar.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_right_sidebar.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_copyright.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/frontend/navigation/_navigation.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/frontend/pages/_titlebars.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/frontend/seo/_seo_main.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/frontend.html.erb +0 -0
- data/app/views/phcscriptcdnpro/frontend/listings/index.html.erb +0 -0
- data/app/views/phcscriptcdnpro/frontend/listings/show.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/authors/_form.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/authors/edit.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/authors/index.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/authors/new.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/authors/show.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/extensions/_form.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/extensions/edit.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/extensions/index.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/extensions/new.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/extensions/show.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/licences/_form.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/licences/edit.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/licences/index.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/licences/new.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/licences/show.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/listings/_form.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/listings/edit.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/listings/index.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/listings/new.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/listings/show.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/urls/_form.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/urls/edit.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/urls/index.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/urls/new.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/urls/show.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/versions/_form.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/versions/edit.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/versions/index.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/versions/new.html.erb +0 -0
- data/app/views/phcscriptcdnpro/script/versions/show.html.erb +0 -0
- data/config/routes.rb +0 -0
- data/db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb +0 -0
- data/db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb +0 -0
- data/db/migrate/20160821183735_create_phcscriptcdnpro_script_extensions.rb +0 -0
- data/db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb +0 -0
- data/db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb +0 -0
- data/db/migrate/20160821183946_create_phcscriptcdnpro_script_versions.rb +0 -0
- data/db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb +0 -0
- data/db/migrate/20170517064030_create_phcscriptcdnpro_extension_versions.rb +0 -0
- data/db/migrate/20170517064049_create_phcscriptcdnpro_listing_versions.rb +0 -0
- data/db/migrate/20170517064114_create_phcscriptcdnpro_scriptversion_versions.rb +0 -0
- data/db/migrate/20170517064150_create_phcscriptcdnpro_url_versions.rb +0 -0
- data/db/migrate/20170517064208_create_phcscriptcdnpro_author_versions.rb +0 -0
- data/db/migrate/20170517064427_create_phcscriptcdnpro_licence_versions.rb +0 -0
- data/lib/phcscriptcdnpro/engine.rb +0 -0
- data/lib/phcscriptcdnpro/version.rb +1 -1
- data/lib/phcscriptcdnpro.rb +0 -0
- data/lib/tasks/phcscriptcdnpro_tasks.rake +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c29c237c4f3dae9aaa6391a0671c910a26a5d0b5552b2159647f154073eaadd0
|
4
|
+
data.tar.gz: 4e97af63cb9bdffc9dbfb90f269a2285e88be46a0433a04d335350df1476ae8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23ddb28417ea8e319a7ef2339bf5710a6190b1e05b8bc94ea2f244ed77aacfdc54b2344dbfed1e3c4976335ccd4ffbd08ee06f4a353ef539bc6e05b56c026595
|
7
|
+
data.tar.gz: 7874985c8ffb38c84ef94b17e6f95c690007cb55d03173239fbaa71bef14735264a4db52797ab58e21e611ffd9c082e92e431f420ac70786370054d0471f22a1
|
data/MIT-LICENSE
CHANGED
File without changes
|
data/README.md
CHANGED
@@ -8,7 +8,7 @@ PHCScriptCDN(PRO) rails script management engine for website script CDN listings
|
|
8
8
|
|
9
9
|
#### Step 1 - Add PHCScriptCDN(PRO) to your gemfile and run command
|
10
10
|
|
11
|
-
gem 'phcscriptcdnpro', '~>
|
11
|
+
gem 'phcscriptcdnpro', '~> 57.0'
|
12
12
|
bundle install
|
13
13
|
|
14
14
|
#### Step 2 - Copy PHCScriptCDN(PRO) Database Tables
|
data/Rakefile
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_copyright.html.erb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/config/routes.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/phcscriptcdnpro.rb
CHANGED
File without changes
|
File without changes
|
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:
|
4
|
+
version: 57.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BradPotts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|