changelogs.md


roman513/busser-serverspeclegacy

Repository  -  API  -  Source

0.5.13

February 3, 2023

The only difference is pinned install_gem('net-ssh', '< 7.0') in postinstall cuz I'm lazy to add it into all cookbooks.

0.5.12

January 13, 2023

FORK Version for Ruby 2.3 (Chef 12) The only difference is pinned install_gem('bundler', '~> 1.16.1') in postinstall.

0.5.10

August 12, 2016
  • use container-based test at travis-ci.
  • Make rake and rspec/core runtime deps merge pull-req by John Keiser john@johnkeiser.com, thanks.
  • Pin versions of aruba and cucumber inspired by test-kitchen/busser-cucumber@cd3e6b3 by Peter Gallagher, thanks.

0.5.9

January 22, 2016

0.5.8

February 22, 2016

0.5.7

June 1, 2015
  • use RbConfig instead of obsolete and deprecated Config, closes #29 suggested by Jörg Herzinger joerg.herzinger@oiml.at, thanks.

0.5.6

April 27, 2015
  • Run bundle with explicit path to ruby bin, closes #27 merge pull-req by Simon Detheridge simon@widgit.com, thanks.

0.5.5

April 2, 2015
  • use File::PATH_SEPARATOR to join ENV PATH. closes #24 suggested by Jacob McCann jmccann.git@gmail.com, thanks.

0.5.4

March 30, 2015
  • add the config bindir as well. merge pull-req by Noah Kantrowitz noah@coderanger.net. thanks.

0.5.3

October 17, 2014
  • make private working methods, closes #18

0.5.2

October 16, 2014
  • reset gems db

0.5.1

October 16, 2014
  • move Gemfile process from postinstall to test.

0.5.0

October 16, 2014
  • enable to specify serverspec version in Gemfile, closes #16
  • add 'log_switch', '~> 0.3.0', ref: turboladen/tailor#160
  • drop ruby 1.9.2 test, because mime-types 2.4.2 does not support ruby 1.9.2.

0.4.0

October 6, 2014
  • add --default-path for RSpec 3, closes #15
  • bump up version number (0.3: load Gemfile, 0.4: serverspec v2).

0.2.8

October 5, 2014
  • update for serverspec v2, closes #13

0.2.7

September 24, 2014
  • support loading Gemfile. closes #12

0.2.6

January 25, 2014
  • add globbing pattern note for frequency asked test failure.
  • update links for moving to test-kitchen organization.
  • update copyright.

0.2.5

November 14, 2013
  • issue #5: Added --color and --format documentation rspec options merge pull-req by Kannan Manickam kannan@rightscale.com. thanks.

0.2.4

November 1, 2013
  • issue #4: Search all GEM_PATH values for rspec bin. merge pull-req by Seth Chisamore schisamo@opscode.com. thanks.

0.2.3

July 10, 2013
  • issue #2: remove tight dependency of serverspec. thanks to rteabeault.

0.2.2

July 9, 2013
  • issue #2: remove dependency rspec.

0.2.1

June 18, 2013
  • fix silly exit value.

0.2.0

June 18, 2013
  • issue #1: do not print full backtrace if serverspec test failure.

0.1.1

June 6, 2013
  • add cucumber test and fix related things

0.1.0

May 22, 2013
  • Initial release