opt_parse_validator 0.0.3 → 0.0.4

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: a2723f3613fc6738288980bec82ff2541520ff7d
4
- data.tar.gz: 0917da11c83e5ed23ee707b8c0858c367e5caac9
3
+ metadata.gz: 5678c2f297029c0a3d0ec3ea1ac3d2f157094a15
4
+ data.tar.gz: 12b48dfd8629f1a1acf285091482f26fd13f844c
5
5
  SHA512:
6
- metadata.gz: 0629015ce8aec7f45c5a30e96d4c9ebe2188fffd14c5813f800fa7786cdb694c7480958e6c97bd6826d869348f8364e25b92addcebd82ddb1ace3d3930116c2e
7
- data.tar.gz: a36713b133c62e53dcdcc7cdf34188850be49c6fd9dc1f6122597e05fab572d92d85b3e6df0369667ea33afef6a7983f7fc9bc49858e1fd615a496d138ef3500
6
+ metadata.gz: 241377f9af06dcb567346de9dc6279b77bb1d8784c32cdd79dfb3a12ee2e679f95c8e816a7818d9d1f0b1e13f1828fcb5fee18554cda956a8040860904e96925
7
+ data.tar.gz: df11769ba241b98bb4e704de10a57cf85a7e253a7388d889241d2027f48659849395a256063aab59423f59be91294a81dc9808ccd51af539d1b1c1df14bc514a
data/LICENSE ADDED
@@ -0,0 +1,14 @@
1
+ Copyright (C) 2014 - WPScanTeam
2
+
3
+ This program is free software: you can redistribute it and/or modify
4
+ it under the terms of the GNU General Public License as published by
5
+ the Free Software Foundation, either version 3 of the License, or
6
+ (at your option) any later version.
7
+
8
+ This program is distributed in the hope that it will be useful,
9
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ GNU General Public License for more details.
12
+
13
+ You should have received a copy of the GNU General Public License
14
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -1,4 +1,4 @@
1
1
  # Gem Version
2
2
  module OptParseValidator
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.summary = 'Testing Gem'
15
15
  s.description = 'Testing Gem ...'
16
16
  s.homepage = 'https://github.com/wpscanteam/OptParseValidator'
17
- s.license = 'MIT'
17
+ s.license = 'GPL-3.0'
18
18
 
19
19
  s.files = `git ls-files -z`.split("\x0")
20
20
  s.executables = s.files.grep(/^bin\//) { |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opt_parse_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - WPScanTeam - Erwan le Rousseau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-20 00:00:00.000000000 Z
11
+ date: 2014-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -121,6 +121,7 @@ files:
121
121
  - ".simplecov"
122
122
  - ".travis.yml"
123
123
  - Gemfile
124
+ - LICENSE
124
125
  - README.md
125
126
  - Rakefile
126
127
  - lib/opt_parse_validator.rb
@@ -166,7 +167,7 @@ files:
166
167
  - spec/spec_helper.rb
167
168
  homepage: https://github.com/wpscanteam/OptParseValidator
168
169
  licenses:
169
- - MIT
170
+ - GPL-3.0
170
171
  metadata: {}
171
172
  post_install_message:
172
173
  rdoc_options: []