fullstack-cms 0.3.18 → 0.3.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. data/VERSION +1 -1
  2. data/fullstack-cms.gemspec +25 -9
  3. data/lib/generators/fullstack/cms/install_generator.rb +20 -29
  4. data/lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/lib/bootstrap.js +2170 -0
  5. data/lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/lib/facebox.js +309 -0
  6. data/lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/lib/jquery.cycle.lite.js +232 -0
  7. data/lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/lib/lightbox.js +351 -0
  8. data/lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/site.js.coffee +4 -12
  9. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap-large-desktops.css +335 -0
  10. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap-narrow-tablets-and-below.css +158 -0
  11. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap-responsive.css +207 -0
  12. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap-tablets-to-desktops.css +326 -0
  13. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap.css +5117 -0
  14. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/facebox.css +80 -0
  15. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/lightbox.css +181 -0
  16. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/site.css +1 -28
  17. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/src/global.css +0 -0
  18. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/src/helpers.css +9 -0
  19. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/src/print.css +18 -0
  20. data/lib/generators/fullstack/cms/templates/rails/app/views/site/_footer.html.erb +10 -18
  21. data/lib/generators/fullstack/cms/templates/rails/app/views/site/_header.html.erb +3 -1
  22. data/lib/generators/fullstack/cms/templates/rails/app/views/site/site/home.html.erb +0 -17
  23. data/lib/generators/fullstack/cms/templates/rails/config/{fullstack.rb → initializers/fullstack.rb} +0 -0
  24. data/lib/generators/fullstack/cms/templates/rails/public/img/{glyphicons-halflings-white.png → bootstrap/glyphicons-halflings-white.png} +0 -0
  25. data/lib/generators/fullstack/cms/templates/rails/public/img/{glyphicons-halflings.png → bootstrap/glyphicons-halflings.png} +0 -0
  26. data/lib/generators/fullstack/cms/templates/rails/public/img/facebox/closelabel.png +0 -0
  27. data/lib/generators/fullstack/cms/templates/rails/public/img/facebox/loading.gif +0 -0
  28. data/lib/generators/fullstack/cms/templates/rails/public/img/lightbox/close.png +0 -0
  29. data/lib/generators/fullstack/cms/templates/rails/public/img/lightbox/loading.gif +0 -0
  30. data/lib/generators/fullstack/cms/templates/rails/public/img/lightbox/next.png +0 -0
  31. data/lib/generators/fullstack/cms/templates/rails/public/img/lightbox/prev.png +0 -0
  32. metadata +26 -10
  33. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/bootstrap.overrides.css +0 -3
  34. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap.min.css +0 -722
  35. data/lib/generators/fullstack/cms/templates/rails/public/admin/rotate-left.png +0 -0
  36. data/lib/generators/fullstack/cms/templates/rails/public/admin/rotate-right.png +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.