haproxy-tools 0.3.1 → 0.3.2
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.
- checksums.yaml +4 -4
- data/CHANGES.rdoc +3 -0
- data/LICENSE.txt +2 -0
- data/haproxy-tools.gemspec +1 -0
- data/lib/haproxy/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c1d426c50dd8bf48f341ee93223736eeae6adc1
|
|
4
|
+
data.tar.gz: 0b43d53d067fc43ebb399311f71375c89f53c23d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b9213898f321a7375900056456811f6a9b8c932efaa4fca982749f1150cdfbac534f043352639c16a8645a5ad2b3c159ed4aba2d122f7bf01e375147241bf40
|
|
7
|
+
data.tar.gz: 75a5c499a2e002386ba18a4a3cc61eeda6d8fef689b23d1b070bf3fcc1a4a4d787241ead17ad5fe89a40d10e26899d9d29c38e07a4454c4037c10f9e4a13d307
|
data/CHANGES.rdoc
CHANGED
data/LICENSE.txt
CHANGED
data/haproxy-tools.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.description = %q{Ruby tools for HAProxy, including config file management.}
|
|
12
12
|
gem.summary = %q{HAProxy Tools for Ruby}
|
|
13
13
|
gem.homepage = 'https://github.com/subakva/haproxy-tools'
|
|
14
|
+
gem.license = 'MIT'
|
|
14
15
|
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/haproxy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: haproxy-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Wadsworth
|
|
@@ -158,7 +158,8 @@ files:
|
|
|
158
158
|
- spec/haproxy/treetop/config_parser_spec.rb
|
|
159
159
|
- spec/spec_helper.rb
|
|
160
160
|
homepage: https://github.com/subakva/haproxy-tools
|
|
161
|
-
licenses:
|
|
161
|
+
licenses:
|
|
162
|
+
- MIT
|
|
162
163
|
metadata: {}
|
|
163
164
|
post_install_message:
|
|
164
165
|
rdoc_options: []
|