Skip to content

Latest commit

 

History

History
114 lines (66 loc) · 2.01 KB

CHANGES.md

File metadata and controls

114 lines (66 loc) · 2.01 KB

Changes

0.8.1

  • Fix sh command for directories with spaces on unix-based systems

0.8.0

  • Bump puma to 6.0

0.7.0

  • Add MIT license identifier in gemspec. Via #45
  • Remove support for MRI 2.2|3 and bump other versions

0.6.0

  • Bump puma to 4.0

0.5.2

  • Default config to - instead of nil. Fixes #38

0.5.1

  • Detect and use config/puma.rb if present

0.5.0

0.4.1

  • Improve notifications. Via #30

0.4.0

  • Support Windows with custom start command. Via #29

0.3.6

  • Use a secure random token by default for the control token. Fixes #23

0.3.5

  • If puma crashed don't fail when trying to restart. Fixes #22

0.3.4

  • Respect the environment when using a config file. Fixes #21

0.3.3

  • Update deps
  • Kill testing Ruby < 2.2.5
  • Fix control when using --config

0.3.2

  • Update Guardfile to support new options
  • Let --config take precedence over default options

0.3.1

  • Update RSpec to 3.1.0+
  • Fix Travis CI builds on Rubinius

0.3.0

  • Depend on rake 10.2+
  • Update Guard::Puma initialize method to accept only options hash
  • Depend on Guard 2.8+
  • Get environment from RACK_ENV by default

0.2.5

  • Change rb-inotify and libnotify to be development dependencies
  • Update test Rubies

0.2.4

  • Fix bug where runner not respecting environment set in Guard options

0.2.3

  • Add quiet flag to suppress output

0.2.2

  • Remove unused dependency on RestClient.

0.2.1

  • Fix restarting & halting inside the runner.

0.2.0

  • Switched to puma's control server. pid file was too messy.

0.1.0

  • Fixed pid file path. Ready for general consumption.

0.0.x

  • Added all CLI options for Puma
  • Ported over guard-rack