phcscriptcdnpro 12.0.0 → 12.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +0 -0
  3. data/README.md +0 -0
  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/frontend.rb +0 -0
  21. data/app/models/phcscriptcdnpro/frontend/listing.rb +0 -0
  22. data/app/models/phcscriptcdnpro/script.rb +0 -0
  23. data/app/models/phcscriptcdnpro/script/author.rb +0 -0
  24. data/app/models/phcscriptcdnpro/script/extension.rb +0 -0
  25. data/app/models/phcscriptcdnpro/script/licence.rb +0 -0
  26. data/app/models/phcscriptcdnpro/script/listing.rb +0 -0
  27. data/app/models/phcscriptcdnpro/script/url.rb +0 -0
  28. data/app/models/phcscriptcdnpro/script/version.rb +0 -0
  29. data/app/views/layouts/phcscriptcdnpro/application.html.erb +0 -0
  30. data/app/views/layouts/phcscriptcdnpro/components/backend/footer/_footer.html.erb +1 -1
  31. data/app/views/layouts/phcscriptcdnpro/components/backend/navigation/_top_bar.html.erb +0 -0
  32. data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_left_sidebar.html.erb +0 -0
  33. data/app/views/layouts/phcscriptcdnpro/components/backend/sidebars/_right_sidebar.html.erb +0 -0
  34. data/app/views/layouts/phcscriptcdnpro/frontend.html.erb +0 -0
  35. data/app/views/phcscriptcdnpro/frontend/listings/index.html.erb +0 -0
  36. data/app/views/phcscriptcdnpro/frontend/listings/show.html.erb +0 -0
  37. data/app/views/phcscriptcdnpro/script/authors/_form.html.erb +0 -0
  38. data/app/views/phcscriptcdnpro/script/authors/edit.html.erb +0 -0
  39. data/app/views/phcscriptcdnpro/script/authors/index.html.erb +0 -0
  40. data/app/views/phcscriptcdnpro/script/authors/new.html.erb +0 -0
  41. data/app/views/phcscriptcdnpro/script/authors/show.html.erb +0 -0
  42. data/app/views/phcscriptcdnpro/script/extensions/_form.html.erb +0 -0
  43. data/app/views/phcscriptcdnpro/script/extensions/edit.html.erb +0 -0
  44. data/app/views/phcscriptcdnpro/script/extensions/index.html.erb +0 -0
  45. data/app/views/phcscriptcdnpro/script/extensions/new.html.erb +0 -0
  46. data/app/views/phcscriptcdnpro/script/extensions/show.html.erb +0 -0
  47. data/app/views/phcscriptcdnpro/script/licences/_form.html.erb +0 -0
  48. data/app/views/phcscriptcdnpro/script/licences/edit.html.erb +0 -0
  49. data/app/views/phcscriptcdnpro/script/licences/index.html.erb +0 -0
  50. data/app/views/phcscriptcdnpro/script/licences/new.html.erb +0 -0
  51. data/app/views/phcscriptcdnpro/script/licences/show.html.erb +0 -0
  52. data/app/views/phcscriptcdnpro/script/listings/_form.html.erb +0 -0
  53. data/app/views/phcscriptcdnpro/script/listings/edit.html.erb +0 -0
  54. data/app/views/phcscriptcdnpro/script/listings/index.html.erb +0 -0
  55. data/app/views/phcscriptcdnpro/script/listings/new.html.erb +0 -0
  56. data/app/views/phcscriptcdnpro/script/listings/show.html.erb +0 -0
  57. data/app/views/phcscriptcdnpro/script/urls/_form.html.erb +0 -0
  58. data/app/views/phcscriptcdnpro/script/urls/edit.html.erb +0 -0
  59. data/app/views/phcscriptcdnpro/script/urls/index.html.erb +0 -0
  60. data/app/views/phcscriptcdnpro/script/urls/new.html.erb +0 -0
  61. data/app/views/phcscriptcdnpro/script/urls/show.html.erb +0 -0
  62. data/app/views/phcscriptcdnpro/script/versions/_form.html.erb +0 -0
  63. data/app/views/phcscriptcdnpro/script/versions/edit.html.erb +0 -0
  64. data/app/views/phcscriptcdnpro/script/versions/index.html.erb +0 -0
  65. data/app/views/phcscriptcdnpro/script/versions/new.html.erb +0 -0
  66. data/app/views/phcscriptcdnpro/script/versions/show.html.erb +0 -0
  67. data/config/initializers/friendly_id.rb +0 -0
  68. data/config/routes.rb +0 -0
  69. data/db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb +0 -0
  70. data/db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb +0 -0
  71. data/db/migrate/20160821183735_create_phcscriptcdnpro_script_extensions.rb +0 -0
  72. data/db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb +0 -0
  73. data/db/migrate/20160821183830_create_phcscriptcdnpro_script_urls.rb +0 -0
  74. data/db/migrate/20160821183946_create_phcscriptcdnpro_script_versions.rb +0 -0
  75. data/lib/phcscriptcdnpro.rb +0 -0
  76. data/lib/phcscriptcdnpro/engine.rb +0 -0
  77. data/lib/phcscriptcdnpro/version.rb +1 -1
  78. data/lib/tasks/phcscriptcdnpro_tasks.rake +0 -0
  79. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2fc017dc067b79f2864f0ef24265c33903b477df
4
- data.tar.gz: 69cbd3ec91bc650d47fba94d9d0e87f7eeeaa513
3
+ metadata.gz: 95acdd1e9e05cf5b205772fc71ce295c624c0f69
4
+ data.tar.gz: d3f746e0cc28f21744bad18248ea395117446b75
5
5
  SHA512:
6
- metadata.gz: a0f919fa9d7819751adee54c9a4ec4b924148c86c65e8dbee04e9a66aa90ef89c5a3a1862852cc1aafd7a37315993eca4dafd923624ff03f4760f81ad259378a
7
- data.tar.gz: 3e4ab414e9abf35808805acaf70274577e4cb3f84839b3e86402456d832777aa6dc60ed96f2fd57bee0e3f06a1d542c2548b556899e30af24397512766b882ad
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
@@ -4,5 +4,5 @@
4
4
  <% end %>
5
5
  </div>
6
6
  <div>
7
- &copy; 2012-<%= Time.now.year %> - v12.0.0 - RELEASED - MAY-15-<%= Date.today.year %>
7
+ &copy; 2012-<%= Time.now.year %> - v12.1.0 - RELEASED - MAY-26-<%= Date.today.year %>
8
8
  </div>
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
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "12.0.0"
2
+ VERSION = "12.1.0"
3
3
  end
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.0.0
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-15 00:00:00.000000000 Z
11
+ date: 2017-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails