File: metadata.yml

package info (click to toggle)
haproxyctl 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 152 kB
  • ctags: 18
  • sloc: ruby: 333; sh: 57; makefile: 5
file content (65 lines) | stat: -rw-r--r-- 1,621 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
--- !ruby/object:Gem::Specification
name: haproxyctl
version: !ruby/object:Gem::Version
  version: 1.3.0
  prerelease: 
platform: ruby
authors:
- Carlo Flores
autorequire: 
bindir: bin
cert_chain: []
date: 2014-02-14 00:00:00.000000000 Z
dependencies: []
description: This is a simple wrapper to make life with HAProxy a little more convenient.
  Acts as an init script for start, stop, reload, restart, etc. Leverages 'socket'
  to enable and disable servers on the fly. Formats server weight and backends in
  a readable way. Provides Nagios and Cloudkick health checks. Compatible with RHEL
  chkconfig/service.
email:
- github@petalphile.com
executables:
- haproxyctl
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .rubocop.yml
- Gemfile
- LICENSE
- README.md
- Rakefile
- bin/haproxyctl
- haproxyctl
- haproxyctl.gemspec
- install-haproxy/haproxy_src_install.sh
- lib/haproxyctl.rb
- lib/haproxyctl/environment.rb
- lib/haproxyctl/version.rb
- rubocop-todo.yml
homepage: https://github.com/flores/haproxyctl
licenses:
- MIT
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: haproxyctl
rubygems_version: 1.8.23
signing_key: 
specification_version: 3
summary: Wrapper to talk to the HAProxy socket, as well as regular init (start|stop|status|etc)
test_files: []