0.5.4 / 2012-05-28

  • Fixed a typo in the gemspec, which incorrectly set required_rubygems_version to the same value as required_ruby_version.

0.5.3 / 2012-05-27

  • Require addressable ~> 2.2.
  • Require thor ~> 0.14.

0.5.2 / 2011-06-21

0.5.1 / 2011-04-25

0.5.0 / 2011-04-22

0.4.2 / 2011-04-11

  • Require rprogram ~> 0.2.
  • Fixed a typo in gemspec.yml which crashed the Psych YAML parser.
  • Fixed typos in documentation.
  • Opt into test.rubygems.org

0.4.1 / 2010-12-08

  • Added support for Ruby 1.8.6.
  • Added DeploYML::Configuration#bundler.
  • Auto-detect usage of Bundler by checking for a Gemfile in project directories.
  • Fixed a Ruby 1.8.x specific bug where non-Strings were being passed to Kernel.system.
  • Only print status messages if the mixin is enabled.

0.4.0 / 2010-11-29

0.3.0 / 2010-11-21

  • Initial release:
    • Requires only one YAML file (config/deploy.yml) with a minimum of two things (source and dest).
    • Supports multiple deployment environments (config/deploy/staging.yml).
    • Supports Git.
    • Can deploy Ruby web applications or static sites.
    • Supports common Web Servers:
    • Apache
    • Mongrel
    • Thin
    • Supports common Web Application frameworks:
    • Rails:
    • Does not require anything else to be installed on the servers.
    • Does not use net-ssh.
    • Supports any Operating System that supports Ruby and SSH.
    • Provides a simple command-line interface using Thor.