phcscriptcdnpro 12.0.0 → 12.1.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 +0 -0
- 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/frontend.rb +0 -0
- data/app/models/phcscriptcdnpro/frontend/listing.rb +0 -0
- data/app/models/phcscriptcdnpro/script.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/views/layouts/phcscriptcdnpro/application.html.erb +0 -0
- data/app/views/layouts/phcscriptcdnpro/components/backend/footer/_footer.html.erb +1 -1
- 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/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/initializers/friendly_id.rb +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/lib/phcscriptcdnpro.rb +0 -0
- data/lib/phcscriptcdnpro/engine.rb +0 -0
- data/lib/phcscriptcdnpro/version.rb +1 -1
- data/lib/tasks/phcscriptcdnpro_tasks.rake +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95acdd1e9e05cf5b205772fc71ce295c624c0f69
|
4
|
+
data.tar.gz: d3f746e0cc28f21744bad18248ea395117446b75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4f1027e31fbce06ef35d5a8e1bb960662f6db3779c3b9df2b3476214b989615be0725420aa8883d33cd6028e20c7096a7ea7b74c5f179fd14c1c7f3002b4b97
|
7
|
+
data.tar.gz: 2e0ad212fed245620ec37d1dbf98806d3fcebf23607343c6ed8916702b2a2fab239eba8fe4504e7454586e308ae51130a34fa86250ba79e8076448cb8681ac79
|
data/MIT-LICENSE
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
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
|
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
|
data/lib/phcscriptcdnpro.rb
CHANGED
File without changes
|
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: 12.
|
4
|
+
version: 12.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BradPotts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
11
|
+
date: 2017-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|