haproxy-tools 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8829e18548004532571680b8d0e2c503106a74d0
4
- data.tar.gz: 0f5ce365d162549d744fcf29d89ba1b39179901f
3
+ metadata.gz: 1c1d426c50dd8bf48f341ee93223736eeae6adc1
4
+ data.tar.gz: 0b43d53d067fc43ebb399311f71375c89f53c23d
5
5
  SHA512:
6
- metadata.gz: 21013f648ef93475951ff9e7b5d361fccd5963daf7421e2a06a318a3454baf300dd7ff57feca4114b58db47e4e516d3de0466082a6f0cc4646a8e6b3f411012c
7
- data.tar.gz: 0d0963f4e517979c31394a3303c8b0537de05bfa4a593ec65f7029b90f69865cbb6678f42626271fa3e2b4c24de31c03fb0ea48d0e36f99f86ef072e8102930e
6
+ metadata.gz: 4b9213898f321a7375900056456811f6a9b8c932efaa4fca982749f1150cdfbac534f043352639c16a8645a5ad2b3c159ed4aba2d122f7bf01e375147241bf40
7
+ data.tar.gz: 75a5c499a2e002386ba18a4a3cc61eeda6d8fef689b23d1b070bf3fcc1a4a4d787241ead17ad5fe89a40d10e26899d9d29c38e07a4454c4037c10f9e4a13d307
data/CHANGES.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.3.2
2
+ * Specify the MIT license in the gemspec
3
+
1
4
  == 0.3.1
2
5
 
3
6
  * Fixed: Allow named hosts with numbers (@johnbellone)
data/LICENSE.txt CHANGED
@@ -1,5 +1,7 @@
1
1
  Copyright (c) 2011-2013 Jason Wadsworth
2
2
 
3
+ MIT License
4
+
3
5
  Permission is hereby granted, free of charge, to any person obtaining
4
6
  a copy of this software and associated documentation files (the
5
7
  "Software"), to deal in the Software without restriction, including
@@ -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) }
@@ -1,3 +1,3 @@
1
1
  module HAProxy
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
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.1
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: []