Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chancefeick committed Feb 26, 2016
1 parent 9dc67f2 commit d85c716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.9
3.2.10
6 changes: 4 additions & 2 deletions librato-services.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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",
Expand All @@ -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"]
Expand Down

0 comments on commit d85c716

Please sign in to comment.