itrg_rubocop_config 1.0.1 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a18e23d37ccfa9e1d165f7449f4124c1b8624cc
4
- data.tar.gz: 12ef748d4d029ed9ccd8e259b92814253efd57e3
3
+ metadata.gz: 3f299afe9b8c0f11e717bb62266c3e4172da112a
4
+ data.tar.gz: 2951d58bf1ed609c41b16132cc8cce97b725e156
5
5
  SHA512:
6
- metadata.gz: 8a28217cd9af5aed2cbadae4fb08b9933eea1b199c4458fb4dcca3173f0e8caf1526b71b02fcdb132d37153e538a45c675980237719e5d47957a8916f71a4a1d
7
- data.tar.gz: b8811cd816e92997c71b9f9bc669df07fe4d2511e6b19dcae4a77a8d11d83b41a908407dde25bfbf564fbdbbc20700a75432eb4a839dafb3c703accd5c2e9ff6
6
+ metadata.gz: 5943b621410b7a32bb8ed511139211272ecc91794327761de0f7bd5ff49fd1222cbcbb6788538d6024be603b8f911baa7998ae9f7b16b2a47d19ce31f511c251
7
+ data.tar.gz: 88ae20add8979193b8a488b31dc779bf1c9b9619f486f1632c13bae7918d975d18f7e1d6b98f945b994661c41d7d6bbfa388de89120c802c8a17383182d82334
data/README.md CHANGED
@@ -8,7 +8,7 @@ None, it should just work with your Rubocop.
8
8
  Add this line to your application's Gemfile, in the development block:
9
9
 
10
10
  ```ruby
11
- gem 'itrg_rubocop_config', git: 'https://github.com/InfoTech/itrg_rubocop_config.git', branch: 'master'
11
+ gem 'itrg_rubocop_config', '1.0.1'
12
12
  ```
13
13
 
14
14
  Add Rubocop, if for some reason it isn't there:
@@ -1,3 +1,3 @@
1
1
  module ItrgRubocopConfig
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
data/ruby/rubocop.yml CHANGED
@@ -42,12 +42,6 @@ Style/FrozenStringLiteralComment:
42
42
  Description: This cop is designed to help upgrade to Ruby 3.0
43
43
  Enabled: false
44
44
 
45
- Style/IfUnlessModifier:
46
- MaxLineLength: 120
47
-
48
45
  Style/InlineComment:
49
46
  Description: Avoid inline comments.
50
47
  Enabled: false
51
-
52
- Style/WhileUntilModifier:
53
- MaxLineLength: 100
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itrg_rubocop_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Brodie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-11 00:00:00.000000000 Z
11
+ date: 2018-04-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A plugin to allow the sharing of RuboCop settings across different projects.
14
14
  email: