rubocop-solidus 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
  SHA256:
3
- metadata.gz: 3f5300b213565a1a439d50b1e8a10f1fdb85559dd82c22590d583afaee88cd80
4
- data.tar.gz: f449296bd8ce1235e5760eb0284ca29b33634ed6fc095230f4837bb60a72a28f
3
+ metadata.gz: 101df3597b1ea7fe8229ada4f77a940a7918edb988025a5dc59422d459985410
4
+ data.tar.gz: 322ae6772c8d8c05e71cb3e5d257da7cf1970dea04d4dc1394e7d094fc9fcf61
5
5
  SHA512:
6
- metadata.gz: 3c2704f57083a3bfdb599b5e8fd684271703a541a1e636307955a798c8ddcb3db79fa61698840ecc76b90917e6063f24c0582fb45fda1403b605abb4f99c28be
7
- data.tar.gz: 40fe450071e0b1bfcf88b989090d1fdd4cd6e2837eadab97cdc88bc618124453050c1fce6a9118978cf32683d73fcc6655bed0ddc4878d141004f8a8f80c4bc1
6
+ metadata.gz: 52e20d00967742080012fc3a09ceac7a847b792fe6bc510f9caca95ccaef4de6993e203344b1d16157a34f4814aaeb165386718cba3701cd5d4d1a6ef2af035c
7
+ data.tar.gz: e384e8d9eaae46bd4d9027c3ba46b3829b9ab4f4d7a56714666fb85e8d53665a5dbcbd872c7e0719e4ac8387d86d8bad4a09b4481c1465b0bf5c3fe6c5e4a65b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-solidus (0.1.0)
4
+ rubocop-solidus (0.1.1)
5
5
  rubocop
6
6
 
7
7
  GEM
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Solidus
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-solidus
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
  - piyushswain
@@ -28,7 +28,7 @@ description: |
28
28
  Automatic Solidus code style checking tool.
29
29
  A RuboCop extension focused on enforcing Solidus best practices and coding conventions.
30
30
  email:
31
- - danielepalombo@gmail.com
31
+ - piyush.swain3@gmail.com
32
32
  executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []