rubocop-exception_call 0.1.0 → 0.1.1

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: 3da565cfe98f0feb5194e680986b249099ea8bd1
4
- data.tar.gz: df1d8d9ff1ba3acd46b957265535239b034a5d95
3
+ metadata.gz: 673c474d8482df18cca626da10e2c4d0dc6b2b40
4
+ data.tar.gz: ea08082a55fd3aeaa9a1ab3f13a9e0bb8055787b
5
5
  SHA512:
6
- metadata.gz: e1b6441410785c3fcba437a2c7872d153b0eb1c26c28e39f4ef2d3daea95a72da27821cbc8e0ef89d696083b1afe3298231e4413ce36b79220cd47a4a615a1e2
7
- data.tar.gz: 31e5de98498d41b29c7e7724835e7ed0b224fca6e3321a2556cd97b5cc1531f57abfd3785717c3a212aafaca63a957ffb425bbc20c82987fa2f9f6df1e19bbd6
6
+ metadata.gz: a9775207cd0490e2e469b3b409619d9d88ac4059c5e88e784aaec776cf277169334ab1e2da14afdbcc81bd2ba879ab4593d00289a6222daee7a0ee9b4795b52e
7
+ data.tar.gz: f6f82e4edaacd6c05b2a670e0080b5f0ddbf104345e943f4c55f94f0bc56083003f49eb5431ea23d06d2f1b51fe648b497ebccc691cc1a31a3a39c95bf871260
@@ -2,7 +2,7 @@ require 'rubocop'
2
2
  require "rubocop/exception_call/version"
3
3
  require 'rubocop/exception_call/inject'
4
4
 
5
- RuboCop::DefinitionValidator::Inject.defaults!
5
+ RuboCop::ExceptionCall::Inject.defaults!
6
6
 
7
7
  # cops
8
8
  require 'rubocop/cop/lint/exception_call'
@@ -2,7 +2,7 @@
2
2
  require 'yaml'
3
3
 
4
4
  module RuboCop
5
- module DefinitionValidator
5
+ module ExceptionCall
6
6
  # Because RuboCop doesn't yet support plugins, we have to monkey patch in a
7
7
  # bit of our configuration.
8
8
  module Inject
@@ -1,5 +1,5 @@
1
1
  module Rubocop
2
2
  module ExceptionCall
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -17,6 +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
+ spec.licenses = ['MIT']
20
21
 
21
22
  spec.add_runtime_dependency "rubocop", "~> 0.40.0"
22
23
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-exception_call
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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-07 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
@@ -102,7 +102,8 @@ files:
102
102
  - lib/rubocop/exception_call/version.rb
103
103
  - rubocop-exception_call.gemspec
104
104
  homepage: https://github.com/actcat/rubocop-exception_call
105
- licenses: []
105
+ licenses:
106
+ - MIT
106
107
  metadata: {}
107
108
  post_install_message:
108
109
  rdoc_options: []