From d85c716bd737e04bedea5a6fb204310e718fddf1 Mon Sep 17 00:00:00 2001 From: Chance Feick Date: Thu, 25 Feb 2016 17:27:13 -0800 Subject: [PATCH] bump version --- VERSION | 2 +- librato-services.gemspec | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index e650c01..f15386a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.9 +3.2.10 diff --git a/librato-services.gemspec b/librato-services.gemspec index f63885c..d752cce 100644 --- a/librato-services.gemspec +++ b/librato-services.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.name = "librato-services" - s.version = "3.2.9" + s.version = "3.2.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] @@ -49,6 +49,7 @@ Gem::Specification.new do |s| "services/victorops.rb", "services/webhook.rb", "services/zapier.rb", + "services/neptune.rb", "test/big_panda_test.rb", "test/campfire_test.rb", "test/clearing_test.rb", @@ -64,7 +65,8 @@ Gem::Specification.new do |s| "test/timeout_service_test.rb", "test/victorops_test.rb", "test/webhook_test.rb", - "test/zapier_test.rb" + "test/zapier_test.rb", + "test/neptune_test.rb" ] s.homepage = "http://github.com/librato/librato-services" s.licenses = ["MIT"]