sidekiq 2.5.1 → 2.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of sidekiq might be problematic. Click here for more details.

Files changed (39) hide show
  1. data/.rvmrc +0 -1
  2. data/Changes.md +10 -0
  3. data/Gemfile +2 -5
  4. data/examples/sinkiq.rb +2 -2
  5. data/lib/sidekiq/cli.rb +7 -2
  6. data/lib/sidekiq/manager.rb +4 -4
  7. data/lib/sidekiq/middleware/server/retry_jobs.rb +1 -1
  8. data/lib/sidekiq/testing.rb +3 -2
  9. data/lib/sidekiq/version.rb +1 -1
  10. data/lib/sidekiq/web.rb +2 -59
  11. data/sidekiq.gemspec +0 -4
  12. data/test/helper.rb +4 -1
  13. data/test/test_middleware.rb +0 -1
  14. data/test/test_retry.rb +1 -1
  15. data/test/test_stats.rb +6 -8
  16. data/test/test_testing.rb +31 -0
  17. data/web/assets/javascripts/application.js +6 -11
  18. data/web/assets/javascripts/vendor/bootstrap.js +6 -2026
  19. data/web/assets/javascripts/vendor/jquery.js +2 -9265
  20. data/web/assets/stylesheets/application.css +544 -4
  21. data/web/assets/stylesheets/bootstrap.css +20 -0
  22. data/web/views/_workers.slim +1 -1
  23. data/web/views/layout.slim +6 -3
  24. metadata +3 -81
  25. data/web/assets/stylesheets/layout.css +0 -30
  26. data/web/assets/stylesheets/partials/_base.scss +0 -116
  27. data/web/assets/stylesheets/partials/_colors.scss +0 -46
  28. data/web/assets/stylesheets/partials/_fonts.scss +0 -3
  29. data/web/assets/stylesheets/partials/_h5bp.scss +0 -293
  30. data/web/assets/stylesheets/partials/_layout.scss +0 -197
  31. data/web/assets/stylesheets/partials/_navbar.scss +0 -100
  32. data/web/assets/stylesheets/partials/_normalize.scss +0 -504
  33. data/web/assets/stylesheets/partials/_prettify.css +0 -30
  34. data/web/assets/stylesheets/partials/_variables.scss +0 -28
  35. data/web/assets/stylesheets/public.scss +0 -74
  36. data/web/assets/stylesheets/style.scss +0 -69
  37. data/web/assets/stylesheets/vendor/bootstrap-responsive.css +0 -1040
  38. data/web/assets/stylesheets/vendor/bootstrap.css +0 -5624
  39. data/web/assets/stylesheets/vendors.scss +0 -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.