phcscriptcdn 54.1.0 → 55.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 +1 -1
- data/Rakefile +4 -18
- data/app/assets/config/phcscriptcdn_manifest.js +2 -2
- data/app/controllers/phcscriptcdn/application_controller.rb +6 -6
- data/app/controllers/phcscriptcdn/script/authors_controller.rb +1 -1
- data/app/controllers/phcscriptcdn/script/extensions_controller.rb +1 -1
- data/app/controllers/phcscriptcdn/script/licences_controller.rb +1 -1
- data/app/controllers/phcscriptcdn/script/listings_controller.rb +1 -1
- data/app/controllers/phcscriptcdn/script/urls_controller.rb +1 -1
- data/app/controllers/phcscriptcdn/script/versions_controller.rb +1 -1
- data/app/views/layouts/phcscriptcdn/application.html.erb +58 -64
- data/app/views/layouts/phcscriptcdn/components/backend/footer/_footer.html.erb +14 -6
- data/app/views/layouts/phcscriptcdn/components/backend/navigation/_top_menu.html.erb +41 -37
- data/app/views/layouts/phcscriptcdn/components/backend/sidebars/_side_menu.html.erb +921 -189
- data/app/views/phcscriptcdn/script/authors/_form.html.erb +15 -15
- data/app/views/phcscriptcdn/script/authors/edit.html.erb +21 -17
- data/app/views/phcscriptcdn/script/authors/index.html.erb +26 -25
- data/app/views/phcscriptcdn/script/authors/new.html.erb +21 -17
- data/app/views/phcscriptcdn/script/authors/show.html.erb +15 -15
- data/app/views/phcscriptcdn/script/extensions/_form.html.erb +13 -13
- data/app/views/phcscriptcdn/script/extensions/edit.html.erb +21 -17
- data/app/views/phcscriptcdn/script/extensions/index.html.erb +26 -25
- data/app/views/phcscriptcdn/script/extensions/new.html.erb +21 -17
- data/app/views/phcscriptcdn/script/extensions/show.html.erb +15 -15
- data/app/views/phcscriptcdn/script/licences/_form.html.erb +29 -29
- data/app/views/phcscriptcdn/script/licences/edit.html.erb +21 -17
- data/app/views/phcscriptcdn/script/licences/index.html.erb +26 -25
- data/app/views/phcscriptcdn/script/licences/new.html.erb +21 -17
- data/app/views/phcscriptcdn/script/licences/show.html.erb +15 -15
- data/app/views/phcscriptcdn/script/listings/_form.html.erb +34 -34
- data/app/views/phcscriptcdn/script/listings/edit.html.erb +21 -17
- data/app/views/phcscriptcdn/script/listings/index.html.erb +26 -25
- data/app/views/phcscriptcdn/script/listings/new.html.erb +21 -17
- data/app/views/phcscriptcdn/script/listings/show.html.erb +15 -15
- data/app/views/phcscriptcdn/script/urls/_form.html.erb +19 -19
- data/app/views/phcscriptcdn/script/urls/edit.html.erb +21 -17
- data/app/views/phcscriptcdn/script/urls/index.html.erb +26 -25
- data/app/views/phcscriptcdn/script/urls/new.html.erb +21 -17
- data/app/views/phcscriptcdn/script/urls/show.html.erb +15 -15
- data/app/views/phcscriptcdn/script/versions/_form.html.erb +9 -9
- data/app/views/phcscriptcdn/script/versions/edit.html.erb +21 -17
- data/app/views/phcscriptcdn/script/versions/index.html.erb +26 -25
- data/app/views/phcscriptcdn/script/versions/new.html.erb +21 -17
- data/app/views/phcscriptcdn/script/versions/show.html.erb +15 -15
- data/config/routes.rb +18 -21
- data/db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb +1 -1
- data/db/migrate/20160821183714_create_phcscriptcdn_script_authors.rb +1 -1
- data/db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb +1 -1
- data/db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb +1 -1
- data/db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb +1 -1
- data/db/migrate/20160821183946_create_phcscriptcdn_script_versions.rb +1 -1
- data/db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb +1 -1
- data/db/migrate/20170517064030_create_phcscriptcdn_extension_versions.rb +1 -1
- data/db/migrate/20170517064049_create_phcscriptcdn_listing_versions.rb +1 -1
- data/db/migrate/20170517064114_create_phcscriptcdn_scriptversion_versions.rb +1 -1
- data/db/migrate/20170517064150_create_phcscriptcdn_url_versions.rb +1 -1
- data/db/migrate/20170517064208_create_phcscriptcdn_author_versions.rb +1 -1
- data/db/migrate/20170517064427_create_phcscriptcdn_licence_versions.rb +1 -1
- data/lib/phcscriptcdn/engine.rb +30 -56
- data/lib/phcscriptcdn/version.rb +1 -1
- data/lib/phcscriptcdn.rb +1 -0
- metadata +61 -390
- data/app/assets/javascripts/phcscriptcdn/application.js +0 -2
- data/app/assets/stylesheets/phcscriptcdn/application.scss +0 -2