thanx-style 0.0.4 → 0.0.5

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: 9e23d6d75dae49c0ffb17f8d3743f25aaf06807255262b6a7932c95ad95ed455
4
- data.tar.gz: 95ba1c987babffdd042fb3e788dfbe2c9de220fca65406db557f0abfde378c22
3
+ metadata.gz: e6368eb56fd58f6506472c527e09d3f0e2b030a33c930ba9ca81ce7ff8512fb1
4
+ data.tar.gz: aa1d71e7d04a35d9356b955c35b8707dfd74a209321c528dce6eef74a6def145
5
5
  SHA512:
6
- metadata.gz: 798d84153a38daf3264c6a1a6b3d7a19cf22346c434e0cdc1907b6397e913cc36c090f8bd6a2870022252ece47d4be6545e5abf71ee37407228e16d57cb31fd7
7
- data.tar.gz: 57740e5dc9bb400c5986cf5481945a92a3c7d1c6f156c4c3d5c55474a2f522afc0459a450b7354097bdc52016f5f16cb4643882446e898bc61309d3693468931
6
+ metadata.gz: a55cf4e4cdf994aea871abc352ad161fbca69cb93c5528de7589536842880c6c41e314f24bfed64876e50a879742dacd8e8a75d80ab18063bd1f620da8351e66
7
+ data.tar.gz: 15ea45b0ef7e9c90e2030c218ebe49c5a67ffb579129369aae23a3265c3eeec400381b4432be4f04ccf63089626d7650df63c75353a8cbd42355e2e406bb7e96
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Thanx # rubocop:disable Style/ClassAndModuleChildren
4
4
  class Style
5
- VERSION = '0.0.4'
5
+ VERSION = '0.0.5'
6
6
  end
7
7
  end
data/rubocop.yml CHANGED
@@ -17,9 +17,9 @@ Rails:
17
17
  require: rubocop-rspec
18
18
 
19
19
  inherit_from:
20
- - .rubocop-ruby.yml
21
- - .rubocop-rspec.yml
22
- - .rubocop-rails.yml
20
+ - rubocop-ruby.yml
21
+ - rubocop-rspec.yml
22
+ - rubocop-rails.yml
23
23
 
24
24
  Documentation:
25
25
  Enabled: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thanx-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eng @ Thanx