Releases: jqr/heroku_san
Releases · jqr/heroku_san
v3.0.0
v3.0.0
- New feature: support for Rack apps (e.g. Sinatra)
- Removes dependency on Rails
- New feature: deploy strategy class for customizing the :deploy target
Stage#deploy
calls strategy (breaks v2 API)Stage#push
pushes to Heroku- If you have a Rails app, you don't have to do anything; the gem will
automatically configure itself to use the Rails deploy strategy. See
the README for how to configure you Rack app'sRakefile
Version 2.2.2
v2.2.2 Version 2.2.2
Version 2.1.4
- Use heroku-api for client calls instead of heroku gem
Version 2.1.3
- Bug fixes
Version 2.1.2
- Bug fixes
- 1.8.7 backward compatibility
- Refactoring
Version 2.0.0
v2.0.0
- Major rewrite into classes
Project
&Stage
, with helperGit
module - Tests for everything
- Examples directory (e.g.
auto-tagger
) - Removed dependencies on Rails
tasks.rb
is greatly simplified, mostly API calls into theStage
class- Support for tagging releases and deploying apps using a tag glob
- Support for Heroku stacks (aspen, bamboo & cedar)