haproxyctl 0.0.1 → 0.2.0
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/README.md +9 -1
- data/lib/haproxyctl/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -306,7 +306,15 @@ Examples
|
|
|
306
306
|
Contributors
|
|
307
307
|
------------
|
|
308
308
|
|
|
309
|
-
|
|
309
|
+
Ordered by date of first contribution.
|
|
310
|
+
[Auto-generated](http://github.com/dtrejo/node-authors) on Thu Aug 16 2012 15:45:25 GMT-0700 (PDT).
|
|
311
|
+
|
|
312
|
+
- [flores aka `flores`](https://github.com/flores)
|
|
313
|
+
- [Scott Gonyea aka `sgonyea`](https://github.com/sgonyea)
|
|
314
|
+
- [Ben Lovett aka `blovett`](https://github.com/blovett)
|
|
315
|
+
- [John A. Barbuto aka `jbarbuto`](https://github.com/jbarbuto)
|
|
316
|
+
- [Till Klampaeckel aka `till`](https://github.com/till)
|
|
317
|
+
- [Erik Osterman aka `osterman`](https://github.com/osterman)
|
|
310
318
|
|
|
311
319
|
License
|
|
312
320
|
-----------------
|
data/lib/haproxyctl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: haproxyctl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
+
- 2
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.0.1
|
|
10
|
+
version: 0.2.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Carlo Flores
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-08-
|
|
18
|
+
date: 2012-08-16 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|