simplify-admin-rails 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/lib/simplify/admin/rails/version.rb +1 -1
  3. data/vendor/assets/theme/simplify_admin.css +12 -0
  4. data/vendor/assets/theme/simplify_admin.js +14 -0
  5. data/vendor/assets/theme/simplify_admin/css/animate.min.css +6 -0
  6. data/vendor/assets/theme/simplify_admin/css/bootstrap-slider.css +142 -0
  7. data/vendor/assets/theme/simplify_admin/css/datepicker.css +191 -0
  8. data/vendor/assets/theme/simplify_admin/css/font-awesome.min.css +4 -0
  9. data/vendor/assets/theme/simplify_admin/css/ionicons.min.css +6 -0
  10. data/vendor/assets/theme/simplify_admin/css/jquery.tagsinput.css +7 -0
  11. data/vendor/assets/theme/simplify_admin/css/morris.css +2 -0
  12. data/vendor/assets/theme/simplify_admin/css/owl.carousel.min.css +1 -0
  13. data/vendor/assets/theme/simplify_admin/css/owl.theme.default.min.css +1 -0
  14. data/vendor/assets/theme/simplify_admin/css/simplify.css +7553 -0
  15. data/vendor/assets/theme/simplify_admin/fonts/FontAwesome.otf +0 -0
  16. data/vendor/assets/theme/simplify_admin/fonts/fontawesome-webfont.eot +0 -0
  17. data/vendor/assets/theme/simplify_admin/fonts/fontawesome-webfont.svg +414 -0
  18. data/vendor/assets/theme/simplify_admin/fonts/fontawesome-webfont.ttf +0 -0
  19. data/vendor/assets/theme/simplify_admin/fonts/fontawesome-webfont.woff +0 -0
  20. data/vendor/assets/theme/simplify_admin/fonts/fontawesome-webfont.woff2 +0 -0
  21. data/vendor/assets/theme/simplify_admin/fonts/ionicons.eot +0 -0
  22. data/vendor/assets/theme/simplify_admin/fonts/ionicons.svg +1623 -0
  23. data/vendor/assets/theme/simplify_admin/fonts/ionicons.ttf +0 -0
  24. data/vendor/assets/theme/simplify_admin/fonts/ionicons.woff +0 -0
  25. data/vendor/assets/theme/simplify_admin/js/jquery.easypiechart.min.js +9 -0
  26. data/vendor/assets/theme/simplify_admin/js/jquery.flot.min.js +2 -0
  27. data/vendor/assets/theme/simplify_admin/js/jquery.localScroll.min.js +7 -0
  28. data/vendor/assets/theme/simplify_admin/js/jquery.popupoverlay.min.js +9 -0
  29. data/vendor/assets/theme/simplify_admin/js/jquery.scrollTo.min.js +7 -0
  30. data/vendor/assets/theme/simplify_admin/js/jquery.slimscroll.min.js +16 -0
  31. data/vendor/assets/theme/simplify_admin/js/modernizr.min.js +4 -0
  32. data/vendor/assets/theme/simplify_admin/js/morris.min.js +1 -0
  33. data/vendor/assets/theme/simplify_admin/js/owl.carousel.min.js +2 -0
  34. data/vendor/assets/theme/simplify_admin/js/rapheal.min.js +11 -0
  35. data/vendor/assets/theme/simplify_admin/js/simplify/simplify.js +248 -0
  36. data/vendor/assets/theme/simplify_admin/js/simplify/simplify_dashboard.js +138 -0
  37. data/vendor/assets/theme/simplify_admin/js/sparkline.min.js +5 -0
  38. data/vendor/assets/theme/simplify_admin/js/uncompressed/datepicker.js +891 -0
  39. data/vendor/assets/theme/simplify_admin/js/uncompressed/jquery.sortable.js +85 -0
  40. data/vendor/assets/theme/simplify_admin/js/uncompressed/skycons.js +730 -0
  41. data/vendor/assets/theme/simplify_admin/js/waypoints.min.js +8 -0
  42. metadata +41 -2

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.