Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed Apr 10, 2010
1 parent 93e30be commit 146d84d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -11,5 +11,6 @@ Martin Englund <martin.englund@sun.com>
Adam Jacob <adam@opscode.com>
Juri Rischel Jensen <juri@fab-it.dk>
Gareth Rushgrove <gareth@morethanseven.net>
Jesse Newland <jesse@jnewland.com>

Portions of cucumber-nagios contain code originally contributed to Chef (http://github.com/opscode/chef)
4 changes: 2 additions & 2 deletions cucumber-nagios.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'cucumber-nagios'
s.version = '0.6.7'
s.version = '0.6.8'
s.date = '2010-01-16'

s.summary = "systems testing plugin for Nagios using Cucumber/Webrat/Mechanize/net-ssh"
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency('bundler', '>= 0.6.0')
s.add_dependency('amqp', '>= 0.6.6')
s.add_dependency('cucumber', '>= 0.6.1')
s.add_dependency('net-ssh', '>= 2.0.18')
s.add_dependency('net-ssh', '= 2.0.18')

s.bindir = "bin"
s.executables = %w(cucumber-nagios-gen)
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber/nagios/version.rb
@@ -1,5 +1,5 @@
module Cucumber
module Nagios
VERSION = '0.6.3'
VERSION = '0.6.8'
end
end

0 comments on commit 146d84d

Please sign in to comment.