Skip to content

Commit

Permalink
Bump to 0.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jolynch committed Sep 1, 2016
1 parent dd892c9 commit e9f6b39
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
synapse (0.13.7)
synapse (0.13.8)
aws-sdk (~> 1.39)
docker-api (~> 1.7)
logging (~> 1.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/synapse/version.rb
@@ -1,3 +1,3 @@
module Synapse
VERSION = "0.13.7"
VERSION = "0.13.8"
end
15 changes: 10 additions & 5 deletions synapse.gemspec
Expand Up @@ -6,11 +6,16 @@ require 'synapse/version'
Gem::Specification.new do |gem|
gem.name = "synapse"
gem.version = Synapse::VERSION
gem.authors = ["Martin Rhoads"]
gem.email = ["martin.rhoads@airbnb.com"]
gem.description = %q{: Write a gem description}
gem.summary = %q{: Write a gem summary}
gem.homepage = ""
gem.authors = ["Martin Rhoads", "Igor Serebryany", "Joseph Lynch"]
gem.email = ["martin.rhoads@airbnb.com", "igor.serebryany@airbnb.com", "jlynch@yelp.com"]
gem.description = "Synapse is a daemon used to dynamically configure and "\
"manage local instances of HAProxy as well as local files "\
"in reaction to changes in a service registry such as "\
"zookeeper. Synapse is half of SmartStack, and is designed "\
"to be operated along with Nerve or another system that "\
"registers services such as Aurora."
gem.summary = %q{Dynamic HAProxy configuration daemon}
gem.homepage = "https://github.com/airbnb/synapse"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit e9f6b39

Please sign in to comment.