dc-rubocop 0.0.1 → 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/dc-rubocop.gemspec +1 -1
  3. data/default.yml +1 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a6dbb2d0c3782db0457109da9cb9b5365300b3975d42edd1b1c3b3b4320ef61
4
- data.tar.gz: b1153d95cfca2fcdf74aa999934443f574c77cec5c5d741670c3e3086688a605
3
+ metadata.gz: 402550c87c7d35bfcda04756df99a1043a37511fd5b4e08de1a64a0af5d37c10
4
+ data.tar.gz: 8df5eadc3391bd7b96265062bc9ab11ed05d92bb25c2f295570f4d6c7793a7d6
5
5
  SHA512:
6
- metadata.gz: 764b4a70802aeb947094a870c5cd85c4f83bdcf79e91b963d2fd007fa3678308cb97f1d46987d3eb9622c6a1796ff414b3c4f2781a7d89a99a4b27b56b86233d
7
- data.tar.gz: 6e1933121f05440c3547017b2ae1a934efa1b2f6f7d5e591476e7e2d3becef33ee3f049bd19386ec1e14f5c0a1dd63e2d40f59b6b9ced4ef4bf10bbb4e1e802a
6
+ metadata.gz: 0c6f1036360acaa23d1bc23fec6f7a55bb8da02c04ea8279c7790ce99aa5842c4b8cefccc6cd8c72dd31dfe32900e2e3fcb408990157a3c9b55f51e275637b54
7
+ data.tar.gz: e342a7dd69b623da785938c25e3129b9e60b6908553b5ae8cea7514b849063b6b208724a3981c267dd483d357f7f396b5bc7ba1d45fe3fafcc2cff7760a6055f
data/dc-rubocop.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "dc-rubocop"
3
- spec.version = "0.0.1"
3
+ spec.version = "0.0.2"
4
4
  spec.summary = "Shared RuboCop config for DC projects"
5
5
  spec.description = "Why spend 1 second copy-pasting when you can spend an hour creating a custom gem to share a RuboCop config"
6
6
  spec.authors = ["David Crosby"]
data/default.yml CHANGED
@@ -1,4 +1,5 @@
1
1
  AllCops:
2
+ NewCops: enable
2
3
  SuggestExtensions: false
3
4
 
4
5
  Layout/LineLength:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dc-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Crosby