forked from auxesis/cucumber-nagios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing dependencies for API compatibility
Proposed fix for Issue auxesis#86 Current cucumber-nagios is not yet compatible with the latest versions of cucumber, mechanize and amqp. Limiting version dependencies to known compatible ones for now, until further development takes place. I've committed changes to Gemfile.lock, though some suggest it shouldn't be included in the repo for a gem. (ref http://stackoverflow.com/a/4151540/418602)
- Loading branch information
Showing
3 changed files
with
59 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Cucumber | ||
module Nagios | ||
VERSION = '0.9.1' | ||
VERSION = '0.9.3' | ||
end | ||
end |