synapse-aurora 0.11.2 → 0.11.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/synapse/version.rb +1 -1
  2. data/synapse.gemspec +3 -0
  3. metadata +6 -1
@@ -1,3 +1,3 @@
1
1
  module Synapse
2
- VERSION = "0.11.2"
2
+ VERSION = "0.11.2.1"
3
3
  end
@@ -14,6 +14,9 @@ Synapse is Airbnb's new system for service discovery. Synapse solves the
14
14
  problem of automated fail-over in the cloud, where failover via network
15
15
  re-configuration is impossible. The end result is the ability to connect
16
16
  internal services together in a scalable, fault-tolerant way.
17
+
18
+ This is a forked version which adds support for Apache Aurora service
19
+ announcements.
17
20
  EOF
18
21
  gem.homepage = 'https://github.com/benley/synapse'
19
22
  gem.license = 'MIT'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synapse-aurora
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.11.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -144,6 +144,11 @@ description: ! 'Synapse is Airbnb''s new system for service discovery. Synapse
144
144
 
145
145
  internal services together in a scalable, fault-tolerant way.
146
146
 
147
+
148
+ This is a forked version which adds support for Apache Aurora service
149
+
150
+ announcements.
151
+
147
152
  '
148
153
  email:
149
154
  - martin.rhoads@airbnb.com