rubocop-definition_validator 0.1.4 → 0.1.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03d11ab4cadc9995d3ea6342342b529dc737fb18
|
4
|
+
data.tar.gz: 8d06f345412939473288f294e90e88153cd6a093
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7875a10615a4419b70a98b3b67eacbc3df176797f9a6d67c430dec7e94080502b72e45d4a18a869d1f4a36f0763e77d1daf3adbfaf22cf13ae10a349327e8cd
|
7
|
+
data.tar.gz: 0a4e5d795a5256e156a8d358e42a0aee2dffb48b09b03c904ee8b75555a20d383e0c40e2cd7c1d8cae2a74f7fe3780fc788140a37680e061e1957e45200e5e72
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.bindir = "exe"
|
18
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
19
19
|
spec.require_paths = ["lib"]
|
20
|
-
|
20
|
+
spec.licenses = ['MIT']
|
21
21
|
|
22
22
|
spec.add_runtime_dependency 'rubocop', '>= 0.31.0'
|
23
23
|
spec.add_runtime_dependency 'git_diff_parser', '>= 2.2.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-definition_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Masataka Kuwabara
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -195,7 +195,8 @@ files:
|
|
195
195
|
- lib/rubocop/definition_validator/version.rb
|
196
196
|
- rubocop-definition_validator.gemspec
|
197
197
|
homepage: https://github.com/actcat/rubocop-definition_validator
|
198
|
-
licenses:
|
198
|
+
licenses:
|
199
|
+
- MIT
|
199
200
|
metadata: {}
|
200
201
|
post_install_message:
|
201
202
|
rdoc_options: []
|