rhaproxy 0.1.2 → 0.1.3
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.
- data/lib/rhaproxy/keywords.rb +1 -1
- metadata +4 -9
data/lib/rhaproxy/keywords.rb
CHANGED
|
@@ -6490,7 +6490,7 @@
|
|
|
6490
6490
|
#
|
|
6491
6491
|
def config
|
|
6492
6492
|
if @name_index
|
|
6493
|
-
proxy_config = @conf[0].to_s + @conf.uniq[1..@conf.length].
|
|
6493
|
+
proxy_config = @conf[0].to_s + @conf.uniq[1..@conf.length].join + "\n"
|
|
6494
6494
|
return proxy_config
|
|
6495
6495
|
else
|
|
6496
6496
|
puts "#{@proxy_type} name not defined"
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rhaproxy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 31
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.1.3
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Joel Bryan Juliano
|
|
@@ -15,7 +14,7 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date:
|
|
17
|
+
date: 2012-06-13 00:00:00 +08:00
|
|
19
18
|
default_executable:
|
|
20
19
|
dependencies: []
|
|
21
20
|
|
|
@@ -55,27 +54,23 @@ rdoc_options: []
|
|
|
55
54
|
require_paths:
|
|
56
55
|
- lib
|
|
57
56
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
|
-
none: false
|
|
59
57
|
requirements:
|
|
60
58
|
- - ">="
|
|
61
59
|
- !ruby/object:Gem::Version
|
|
62
|
-
hash: 3
|
|
63
60
|
segments:
|
|
64
61
|
- 0
|
|
65
62
|
version: "0"
|
|
66
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
|
-
none: false
|
|
68
64
|
requirements:
|
|
69
65
|
- - ">="
|
|
70
66
|
- !ruby/object:Gem::Version
|
|
71
|
-
hash: 3
|
|
72
67
|
segments:
|
|
73
68
|
- 0
|
|
74
69
|
version: "0"
|
|
75
70
|
requirements: []
|
|
76
71
|
|
|
77
72
|
rubyforge_project:
|
|
78
|
-
rubygems_version: 1.3.
|
|
73
|
+
rubygems_version: 1.3.6
|
|
79
74
|
signing_key:
|
|
80
75
|
specification_version: 3
|
|
81
76
|
summary: A HAproxy TCP/HTTP Load Balancer gem for Ruby.
|