sub-inspector 0.1.2 → 0.1.4
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 +5 -5
- data/default.yml +2 -0
- data/lib/sub/inspector/version.rb +1 -1
- metadata +3 -4
- data/sub-inspector-0.1.1.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 5dd712b74b076bc70d019ef3324db4d8881e46ce1e9497ca3971dd02e7087a41
|
|
4
|
+
data.tar.gz: 548685287927c7073afd3de8ced8267b5c3fde7f542a35aabb9e725f2c5e379b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31c4ea7d337adb3264cd890bc5dcfe12c88dccb0f651f97ad0cf68d0e61e700da35e60544bcf8fbad12da294253386b3c97d52f7204f0a2aaf83c992bb6bbc43
|
|
7
|
+
data.tar.gz: 1561b4a1a2536f8343982b14e8aca30983a551b719bc9d0c3ff0d894b55e1b64acf27f7b05e18ab0b11417f2c6c8bdabdfcef631a4eab7a818cf5068aaafb132
|
data/default.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sub-inspector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Akhilesh
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -99,7 +99,6 @@ files:
|
|
|
99
99
|
- default.yml
|
|
100
100
|
- lib/sub/inspector.rb
|
|
101
101
|
- lib/sub/inspector/version.rb
|
|
102
|
-
- sub-inspector-0.1.1.gem
|
|
103
102
|
- sub-inspector.gemspec
|
|
104
103
|
homepage: http://www.rubygems.com
|
|
105
104
|
licenses: []
|
|
@@ -121,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
120
|
version: '0'
|
|
122
121
|
requirements: []
|
|
123
122
|
rubyforge_project:
|
|
124
|
-
rubygems_version: 2.
|
|
123
|
+
rubygems_version: 2.7.7
|
|
125
124
|
signing_key:
|
|
126
125
|
specification_version: 4
|
|
127
126
|
summary: Rubocop style enforcement specifically for ruby gems.
|
data/sub-inspector-0.1.1.gem
DELETED
|
Binary file
|