phcscriptcdnpro 56.0.0 → 57.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +0 -0
  3. data/README.md +1 -1
  4. data/Rakefile +0 -0
  5. data/app/assets/config/phcscriptcdnpro_manifest.js +0 -0
  6. data/app/assets/javascripts/phcscriptcdnpro/application.js +0 -0
  7. data/app/assets/stylesheets/phcscriptcdnpro/application.scss +0 -0
  8. data/app/controllers/phcscriptcdnpro/application_controller.rb +0 -0
  9. data/app/controllers/phcscriptcdnpro/frontend/listings_controller.rb +0 -0
  10. data/app/controllers/phcscriptcdnpro/script/authors_controller.rb +0 -0
  11. data/app/controllers/phcscriptcdnpro/script/extensions_controller.rb +0 -0
  12. data/app/controllers/phcscriptcdnpro/script/licences_controller.rb +0 -0
  13. data/app/controllers/phcscriptcdnpro/script/listings_controller.rb +0 -0
  14. data/app/controllers/phcscriptcdnpro/script/urls_controller.rb +0 -0
  15. data/app/controllers/phcscriptcdnpro/script/versions_controller.rb +0 -0
  16. data/app/helpers/phcscriptcdnpro/application_helper.rb +0 -0
  17. data/app/jobs/phcscriptcdnpro/application_job.rb +0 -0
  18. data/app/mailers/phcscriptcdnpro/application_mailer.rb +0 -0
  19. data/app/models/phcscriptcdnpro/application_record.rb +0 -0
  20. data/app/models/phcscriptcdnpro/author_versions.rb +0 -0
  21. data/app/models/phcscriptcdnpro/extension_versions.rb +0 -0
  22. data/app/models/phcscriptcdnpro/frontend/listing.rb +0 -0
  23. data/app/models/phcscriptcdnpro/frontend.rb +0 -0
  24. data/app/models/phcscriptcdnpro/licence_versions.rb +0 -0
  25. data/app/models/phcscriptcdnpro/listing_versions.rb +0 -0
  26. data/app/models/phcscriptcdnpro/script/author.rb +0 -0
  27. data/app/models/phcscriptcdnpro/script/extension.rb +0 -0
  28. data/app/models/phcscriptcdnpro/script/licence.rb +0 -0
  29. data/app/models/phcscriptcdnpro/script/listing.rb +0 -0
  30. data/app/models/phcscriptcdnpro/script/url.rb +0 -0
  31. data/app/models/phcscriptcdnpro/script/version.rb +0 -0
  32. data/app/models/phcscriptcdnpro/script.rb +0 -0
  33. data/app/models/phcscriptcdnpro/scriptversion_versions.rb +0 -0
  34. data/app/models/phcscriptcdnpro/url_versions.rb +0 -0
  35. data/app/views/layouts/phcscriptcdnpro/application.html.erb +0 -0
  36. data/app/views/layouts/phcscriptcdnpro/components/backend/footer/_footer.html.erb +0 -0
  37. data/app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_bar.html.erb +0 -0
  38. data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_left_sidebar.html.erb +0 -0
  39. data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_right_sidebar.html.erb +0 -0
  40. data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer.html.erb +0 -0
  41. data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_copyright.html.erb +0 -0
  42. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_slideout.html.erb +0 -0
  43. data/app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar.html.erb +0 -0
  44. data/app/views/layouts/phcscriptcdnpro/components/frontend/navigation/_navigation.html.erb +0 -0
  45. data/app/views/layouts/phcscriptcdnpro/components/frontend/pages/_titlebars.html.erb +0 -0
  46. data/app/views/layouts/phcscriptcdnpro/components/frontend/seo/_seo_main.html.erb +0 -0
  47. data/app/views/layouts/phcscriptcdnpro/frontend.html.erb +0 -0
  48. data/app/views/phcscriptcdnpro/frontend/listings/index.html.erb +0 -0
  49. data/app/views/phcscriptcdnpro/frontend/listings/show.html.erb +0 -0
  50. data/app/views/phcscriptcdnpro/script/authors/_form.html.erb +0 -0
  51. data/app/views/phcscriptcdnpro/script/authors/edit.html.erb +0 -0
  52. data/app/views/phcscriptcdnpro/script/authors/index.html.erb +0 -0
  53. data/app/views/phcscriptcdnpro/script/authors/new.html.erb +0 -0
  54. data/app/views/phcscriptcdnpro/script/authors/show.html.erb +0 -0
  55. data/app/views/phcscriptcdnpro/script/extensions/_form.html.erb +0 -0
  56. data/app/views/phcscriptcdnpro/script/extensions/edit.html.erb +0 -0
  57. data/app/views/phcscriptcdnpro/script/extensions/index.html.erb +0 -0
  58. data/app/views/phcscriptcdnpro/script/extensions/new.html.erb +0 -0
  59. data/app/views/phcscriptcdnpro/script/extensions/show.html.erb +0 -0
  60. data/app/views/phcscriptcdnpro/script/licences/_form.html.erb +0 -0
  61. data/app/views/phcscriptcdnpro/script/licences/edit.html.erb +0 -0
  62. data/app/views/phcscriptcdnpro/script/licences/index.html.erb +0 -0
  63. data/app/views/phcscriptcdnpro/script/licences/new.html.erb +0 -0
  64. data/app/views/phcscriptcdnpro/script/licences/show.html.erb +0 -0
  65. data/app/views/phcscriptcdnpro/script/listings/_form.html.erb +0 -0
  66. data/app/views/phcscriptcdnpro/script/listings/edit.html.erb +0 -0
  67. data/app/views/phcscriptcdnpro/script/listings/index.html.erb +0 -0
  68. data/app/views/phcscriptcdnpro/script/listings/new.html.erb +0 -0
  69. data/app/views/phcscriptcdnpro/script/listings/show.html.erb +0 -0
  70. data/app/views/phcscriptcdnpro/script/urls/_form.html.erb +0 -0
  71. data/app/views/phcscriptcdnpro/script/urls/edit.html.erb +0 -0
  72. data/app/views/phcscriptcdnpro/script/urls/index.html.erb +0 -0
  73. data/app/views/phcscriptcdnpro/script/urls/new.html.erb +0 -0
  74. data/app/views/phcscriptcdnpro/script/urls/show.html.erb +0 -0
  75. data/app/views/phcscriptcdnpro/script/versions/_form.html.erb +0 -0
  76. data/app/views/phcscriptcdnpro/script/versions/edit.html.erb +0 -0
  77. data/app/views/phcscriptcdnpro/script/versions/index.html.erb +0 -0
  78. data/app/views/phcscriptcdnpro/script/versions/new.html.erb +0 -0
  79. data/app/views/phcscriptcdnpro/script/versions/show.html.erb +0 -0
  80. data/config/routes.rb +0 -0
  81. data/db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb +0 -0
  82. data/db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb +0 -0
  83. data/db/migrate/20160821183735_create_phcscriptcdnpro_script_extensions.rb +0 -0
  84. data/db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb +0 -0
  85. data/db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb +0 -0
  86. data/db/migrate/20160821183946_create_phcscriptcdnpro_script_versions.rb +0 -0
  87. data/db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb +0 -0
  88. data/db/migrate/20170517064030_create_phcscriptcdnpro_extension_versions.rb +0 -0
  89. data/db/migrate/20170517064049_create_phcscriptcdnpro_listing_versions.rb +0 -0
  90. data/db/migrate/20170517064114_create_phcscriptcdnpro_scriptversion_versions.rb +0 -0
  91. data/db/migrate/20170517064150_create_phcscriptcdnpro_url_versions.rb +0 -0
  92. data/db/migrate/20170517064208_create_phcscriptcdnpro_author_versions.rb +0 -0
  93. data/db/migrate/20170517064427_create_phcscriptcdnpro_licence_versions.rb +0 -0
  94. data/lib/phcscriptcdnpro/engine.rb +0 -0
  95. data/lib/phcscriptcdnpro/version.rb +1 -1
  96. data/lib/phcscriptcdnpro.rb +0 -0
  97. data/lib/tasks/phcscriptcdnpro_tasks.rake +0 -0
  98. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b423a31ddbdaf25dec092cbea2e5b52b143361450b178b976eb3893e6356dc6
4
- data.tar.gz: 9595eb4d594d1d838bd8299049718ed2032f3c4a0b0708cb8cebc4ee11228c76
3
+ metadata.gz: c29c237c4f3dae9aaa6391a0671c910a26a5d0b5552b2159647f154073eaadd0
4
+ data.tar.gz: 4e97af63cb9bdffc9dbfb90f269a2285e88be46a0433a04d335350df1476ae8e
5
5
  SHA512:
6
- metadata.gz: 702048580c78bd867d5b74bcf806775764d73cd3cc81108a5e32159860470e41765667ce1352ab5be260bc2e21568e8b475c5f605828f43788301cf4a084ad67
7
- data.tar.gz: 143b80ab3b9b5f564d9c5741ca975f7a33ef8bbe0c64226c7c370fe9f03146c8679e0a3c141919266cd062d63ece46191590d3be449842eec9edd078414837f6
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', '~> 56.0'
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
data/config/routes.rb CHANGED
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "56.0.0"
2
+ VERSION = "57.0.0"
3
3
  end
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: 56.0.0
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-10-15 00:00:00.000000000 Z
11
+ date: 2018-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails