Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

53 lines (42 loc) · 3.22 KB

[Current]

  • 49a97d0 - (Joshua Hoblitt) Merge pull request #3 from jeffersongirao/ruby18

add ruby 1.8.7 compatibility

  • d3bd1a4 - (Jefferson Girao) Adding open3_backport as development dependency since native extensions are not installed during tests
  • 86b8bbd - (Jefferson Girao) Updating travis config
  • 13ed4b7 - (Jefferson Girao) Remove open3_backport from dependencies
  • 0a66a58 - (Jefferson Girao) RUBY_VERSION global var is a string
  • 853721f - (Jefferson Girao) Adding open3_backport when using Ruby 1.8
  • 5f6cb04 - (Jefferson Girao) Minor refactoring
  • 197d0ae - (Jefferson Girao) compatible with ruby 1.8.7, information abould failed scenarios
  • 40a0f1b - (Joshua Hoblitt) Merge pull request #2 from bitdeli-chef/master

Add a Bitdeli Badge to README

  • 36e9fe6 - (Bitdeli Chef) Add a Bitdeli badge to README

v0.1.1

  • 43c480a - (Joshua Hoblitt) bump version to v0.1.1
  • e34b73a - (Joshua Hoblitt) catch rspec runtimes failures in check_rspec

v0.1.0

  • d2ce73e - (Joshua Hoblitt) bump version to v0.1.0
  • db912ca - (Joshua Hoblitt) Merge pull request #1 from jhoblitt/check_rspec

Check rspec

  • b9b1dd6 - (Joshua Hoblitt) comment/whitespace cleanups
  • ea34873 - (Joshua Hoblitt) add check_rspec to README
  • 358e6d4 - (Joshua Hoblitt) enable cucumber tests on travis ci
  • 8fc7839 - (Joshua Hoblitt) add check_rspec script with cucumber/aruba tests
  • f5a5165 - (Joshua Hoblitt) add see also section to README

v0.0.3

  • 8d1140b - (Joshua Hoblitt) bump version to v0.0.3
  • 9ebd75a - (Joshua Hoblitt) actually include files in the gem...

v0.0.2

  • 29857f9 - (Joshua Hoblitt) bump version to v0.0.2
  • 4217b47 - (Joshua Hoblitt) require ruby >= 1.9.2 instead of ==

v0.0.1

  • 5e7160b - (Joshua Hoblitt) add a description section to README
  • 3fca85b - (Joshua Hoblitt) add basic README
  • 1703444 - (Joshua Hoblitt) add travis ci config
  • 99a6d29 - (Joshua Hoblitt) gemspec require ruby 1.9.2
  • 23384a8 - (Joshua Hoblitt) add shim for require 'rspec_nagios_formatter'
  • 931bb01 - (Joshua Hoblitt) rename RSpec::Core::Formatters::NagiosFormatter -> RSpec::Nagios::Formatter
  • fix module/class namespace issues
  • a28ea2f - (Joshua Hoblitt) add spec target to Rakefile
  • 4a5cbf4 - (Joshua Hoblitt) attempt to implement RSpecNagiosFormatter (broken)
  • 777176c - (Joshua Hoblitt) first commit