Skip to content

Releases: test-kitchen/busser

v0.7.0: Now With More Bourne and Batch Scripting!

23 Mar 14:50
Compare
Choose a tag to compare

0.7.0 / 2015-03-19

Bug fixes

New features

  • Add optional --type bat flag to busser setup to support Windows platforms. (@fnichol)

Improvements

  • Simplify busser binstub for more conservative bourne shell support. (@fnichol)
  • Pull request #15: Fix spelling in busser test. (@obazoud)

v0.6.2

23 Mar 23:06
Compare
Choose a tag to compare

Bug fixes

  • Pull request #8: Invoke prepare.sh scripts with /bin/sh for platforms without bash. (@fnichol)

v0.6.1

23 Mar 16:32
Compare
Choose a tag to compare

0.6.1 / 2014-03-23

Bug fixes

  • Issue #7: Ensure that Pathname is coerced to a String before calling Thor's #say. (@fnichol)
  • Pull request #4, issue #3: /usr/bin/env sh shouldn't assume bourne shell. (@jtimberman)
  • Pull request #5: Remove binstub before create. (@sawanoboly)
  • Pull request #6: Support binstub on SmartOS. (@neuhalje)