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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 673c474d8482df18cca626da10e2c4d0dc6b2b40
|
4
|
+
data.tar.gz: ea08082a55fd3aeaa9a1ab3f13a9e0bb8055787b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9775207cd0490e2e469b3b409619d9d88ac4059c5e88e784aaec776cf277169334ab1e2da14afdbcc81bd2ba879ab4593d00289a6222daee7a0ee9b4795b52e
|
7
|
+
data.tar.gz: f6f82e4edaacd6c05b2a670e0080b5f0ddbf104345e943f4c55f94f0bc56083003f49eb5431ea23d06d2f1b51fe648b497ebccc691cc1a31a3a39c95bf871260
|
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.
|
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-
|
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: []
|