sub-inspector 0.1.1 → 0.1.2

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: 18bbbd832e18f2340361b8c8b0f1b815a0c861ce
4
- data.tar.gz: 4b9455f80df61c8fff2fd3831fe9ade4526054be
3
+ metadata.gz: 7ceeb40b6d21d87cd9939b490f8c14862aed5e1e
4
+ data.tar.gz: 307dcf819843ef498cae153485b6ca0b60bebedd
5
5
  SHA512:
6
- metadata.gz: c13915304074ced9c88a09f4f3ff456cfc8c1257b503cf7faeece2ce475c5bc80da2402f331e7e8f3ecb0d24552342bd46d0deb8f92782b498b53293b65aaf19
7
- data.tar.gz: 6b97bb00eeb0603a9a398f9abf6f7261a05a3b022ae0fb0edb9df15c82db47f008453ce2521b5e352d8f61395c2c4d9499e9ea8f548a8553194171425f681777
6
+ metadata.gz: ba9257c9936c060ca80b5ce43a6f9301f7f7992c45f035f4f47ebb7a1d0fa9f3cf5390daba0830e0e6388a56dd4e38eb282403694f4076672627a84834bcd03b
7
+ data.tar.gz: 632a2c492732996d1285bbec11d4d6571e900605c5522dcfefe962219116a551152de927b004a78d1b0849fb10a186b25b0b191736c2a22a13f617600d8d0128
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sub-inspector (0.1.0)
4
+ sub-inspector (0.1.1)
5
5
  rubocop (~> 0.55)
6
6
  rubocop-rspec (~> 1.25.1)
7
7
 
data/README.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Sub::Inspector
2
2
 
3
- Personal style configs specifically for ruby gems.
3
+ Inspired by
4
+
5
+ [reinteractive-style](https://github.com/reinteractive/reinteractive-style)
6
+ [percy-style](https://github.com/percy/percy-style)
7
+ [meowcop](https://github.com/sideci/meowcop)
8
+
9
+ Personal rubocop style config for ruby gems.
10
+
11
+ [rubocop] https://github.com/bbatsov/rubocop
4
12
 
5
13
  ## Installation
6
14
 
@@ -1,5 +1,5 @@
1
1
  module Sub
2
2
  module Inspector
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sub-inspector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akhilesh
@@ -99,6 +99,7 @@ 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
102
103
  - sub-inspector.gemspec
103
104
  homepage: http://www.rubygems.com
104
105
  licenses: []