Skip to content

Releases: jqr/heroku_san

Version 4.3.2

28 Oct 20:39
Compare
Choose a tag to compare

Version 4.3.1

23 Oct 01:35
Compare
Choose a tag to compare

Fixes #155, (and #118, #133, #138, #146, #150, #151).

  • Support Ruby 2.0.0 (and other ruby versions that differ from the Heroku Toolbelt).
  • Add integration tests to the Travis-CI builds
  • Drop Ruby 1.8.7 support

Version 4.3.0

04 Aug 18:17
Compare
Choose a tag to compare
  • Add #ensure_{all | one}_worker(s)_running -- which will restart your web workers until they stay up
  • Closes #137

Version 4.2.0

04 Aug 18:18
Compare
Choose a tag to compare
  • Wrap API calls so that errors are reported in a more human-fiendly way
  • Closes #105

Version 4.1.0

04 Aug 18:19
Compare
Choose a tag to compare
  • Extracted Parser and Configuration classes from Project. This should be a feature-neutral version change. There are a few API additions, but they should not be needed by the general heroku_san population.

v4.0.8

04 Aug 18:20
Compare
Choose a tag to compare

v4.0.8

Version 4.0.7

04 Aug 18:20
Compare
Choose a tag to compare

v4.0.5

04 Aug 18:20
Compare
Choose a tag to compare

v4.0.5

  • Remove ActiveSupport dependency

v4.0.2

04 Aug 18:21
Compare
Choose a tag to compare

v4.0.2

v4.0.0

04 Aug 18:21
Compare
Choose a tag to compare

v4.0.0

  • Remove dependency on sunsetted 'heroku' gem. Add external dependency
    on Heroku Toolbelt, instead.
  • Deprecate Stage#rake, Stage#sharing_add and Stage#sharing_remove
  • Closes #104
  • Closes #107
  • Closes #108
  • Thanks to sworbel for the pull request (#104)