From f17280ddba5b837f13141d9f8e6c4d1ede6d41ec Mon Sep 17 00:00:00 2001 From: "Michael S. Daines" Date: Fri, 27 Sep 2013 13:28:13 -0700 Subject: [PATCH] Bumping version to including handling of 201 responses. --- nexpose.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexpose.gemspec b/nexpose.gemspec index 3e03e03a..eb918ab6 100644 --- a/nexpose.gemspec +++ b/nexpose.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'nexpose' - s.version = '0.5.3' + s.version = '0.5.4' s.homepage = 'https://github.com/rapid7/nexpose-client' s.summary = 'Ruby API for Rapid7 Nexpose' s.description = 'This gem provides a Ruby API to the Nexpose vulnerability management product by Rapid7.'