rubocop-definition_validator 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7285177ee78db58b094887342e7d8c6990912a0
4
- data.tar.gz: d62012742771f224b9edccafa999259d646489ec
3
+ metadata.gz: 03d11ab4cadc9995d3ea6342342b529dc737fb18
4
+ data.tar.gz: 8d06f345412939473288f294e90e88153cd6a093
5
5
  SHA512:
6
- metadata.gz: 14c9619b5f9e37ada623fc7695d8c1e68c6064e2f3709fc16346b3345cc993622f45a373d0ed09729dc47e5e4fc785e494fc81d832d817505826454b223e44c9
7
- data.tar.gz: 559e7fc68c72c37ca7e5d1de874c0962c4200e7289311a8c719da7eb23af69280d38538f3f98fb63f43c4884d66294b02c99464c1cb32fe8c2e02e2e554db086
6
+ metadata.gz: c7875a10615a4419b70a98b3b67eacbc3df176797f9a6d67c430dec7e94080502b72e45d4a18a869d1f4a36f0763e77d1daf3adbfaf22cf13ae10a349327e8cd
7
+ data.tar.gz: 0a4e5d795a5256e156a8d358e42a0aee2dffb48b09b03c904ee8b75555a20d383e0c40e2cd7c1d8cae2a74f7fe3780fc788140a37680e061e1957e45200e5e72
@@ -1,5 +1,5 @@
1
1
  module Rubocop
2
2
  module DefinitionValidator
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
@@ -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
- # TODO: License
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
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-10 00:00:00.000000000 Z
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: []