murakumo 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/etc/murakumo.server CHANGED
@@ -85,14 +85,14 @@ max-ip-num: 8
85
85
  #addr-excludes:
86
86
 
87
87
  #balancing:
88
- # ^app-.*: # destination alias regex
88
+ # ^app-.*: # destination alias regex
89
89
  # algorithm: random # balancing algorithm
90
90
  # max-ip-num: 1
91
- # ^db-.*: # destination alias regex
91
+ # ^db-.*: # destination alias regex
92
92
  # algorithm: fix_by_src # balancing algorithm
93
93
  # sources: foo, bar # source alias name (fix_by_src only)
94
94
  # max-ip-num: 8
95
- # ^cache-.*: # destination alias regex
95
+ # ^cache-.*: # destination alias regex
96
96
  # algorithm: fix_by_src2 # balancing algorithm
97
97
  # sources: zoo # source alias name (fix_by_src only)
98
98
 
@@ -25,14 +25,14 @@ max-ip-num: 8
25
25
  #addr-excludes:
26
26
 
27
27
  #balancing:
28
- # ^app-.*: # destination alias regex
28
+ # ^app-.*: # destination alias regex
29
29
  # algorithm: random # balancing algorithm
30
30
  # max-ip-num: 1
31
- # ^db-.*: # destination alias regex
31
+ # ^db-.*: # destination alias regex
32
32
  # algorithm: fix_by_src # balancing algorithm
33
33
  # sources: foo, bar # source alias name (fix_by_src only)
34
34
  # max-ip-num: 8
35
- # ^cache-.*: # destination alias regex
35
+ # ^cache-.*: # destination alias regex
36
36
  # algorithm: fix_by_src2 # balancing algorithm
37
37
  # sources: zoo # source alias name (fix_by_src only)
38
38
 
@@ -1,5 +1,5 @@
1
1
  module Murakumo
2
- VERSION = '0.4.2'
2
+ VERSION = '0.4.3'
3
3
 
4
4
  # Priority
5
5
  MASTER = 1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: murakumo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
5
- prerelease: false
4
+ hash: 9
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
9
+ - 3
10
+ version: 0.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - winebarrel
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-30 00:00:00 +00:00
18
+ date: 2012-01-06 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -58,12 +58,12 @@ dependencies:
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- hash: 19
61
+ hash: 17
62
62
  segments:
63
63
  - 0
64
64
  - 2
65
- - 2
66
- version: 0.2.2
65
+ - 3
66
+ version: 0.2.3
67
67
  type: :runtime
68
68
  version_requirements: *id003
69
69
  - !ruby/object:Gem::Dependency
@@ -97,34 +97,34 @@ extra_rdoc_files: []
97
97
 
98
98
  files:
99
99
  - README
100
- - bin/murakumo-show-ec2-instances
100
+ - bin/mrkmctl
101
101
  - bin/murakumo
102
+ - bin/murakumo-install-init-script
103
+ - bin/murakumo-show-ec2-instances
102
104
  - bin/murakumo-show-ec2-tags
103
105
  - bin/murakumo-show-ip-address
104
- - bin/murakumo-install-init-script
105
- - bin/mrkmctl
106
106
  - lib/cli/mrkmctl.rb
107
+ - lib/cli/mrkmctl_options.rb
107
108
  - lib/cli/murakumo.rb
108
- - lib/cli/murakumo_options.rb
109
109
  - lib/cli/murakumo_initializer_context.rb
110
- - lib/cli/mrkmctl_options.rb
110
+ - lib/cli/murakumo_options.rb
111
111
  - lib/misc/murakumo_const.rb
112
- - lib/util/murakumo_ec2_instances.rb
113
- - lib/util/murakumo_ec2_tags.rb
114
- - lib/util/murakumo_self_ip_address.rb
115
- - lib/util/murakumo_ec2_client.rb
112
+ - lib/srv/murakumo_balancer.rb
113
+ - lib/srv/murakumo_cloud.rb
116
114
  - lib/srv/murakumo_health_check_context.rb
117
- - lib/srv/murakumo_server.rb
118
115
  - lib/srv/murakumo_health_check_notifier.rb
119
116
  - lib/srv/murakumo_health_checker.rb
120
- - lib/srv/murakumo_balancer.rb
121
- - lib/srv/murakumo_cloud.rb
122
- - etc/murakumo.server
123
- - etc/murakumo-init.rb.for-ec2
124
- - etc/murakumo.yml.example
117
+ - lib/srv/murakumo_server.rb
118
+ - lib/util/murakumo_ec2_client.rb
119
+ - lib/util/murakumo_ec2_instances.rb
120
+ - lib/util/murakumo_ec2_tags.rb
121
+ - lib/util/murakumo_self_ip_address.rb
122
+ - etc/dhclient-script.patch
125
123
  - etc/gai.conf.example
124
+ - etc/murakumo-init.rb.for-ec2
126
125
  - etc/murakumo-update-config-for-ec2
127
- - etc/dhclient-script.patch
126
+ - etc/murakumo.server
127
+ - etc/murakumo.yml.example
128
128
  has_rdoc: true
129
129
  homepage: https://bitbucket.org/winebarrel/murakumo
130
130
  licenses: []
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  requirements: []
156
156
 
157
157
  rubyforge_project:
158
- rubygems_version: 1.3.7
158
+ rubygems_version: 1.4.2
159
159
  signing_key:
160
160
  specification_version: 3
161
161
  summary: Murakumo is the internal DNS server which manages name information using a gossip protocol.