freistil-rubocop 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23961084c5c88faef2500117bba3c917ac3de04c4e192bcc534baef538a49d0f
4
- data.tar.gz: 742392b3ed8aed8aa9d3b34d1130a90a1ec263e5d396e6c3803e44f012f9756b
3
+ metadata.gz: 0d9fdfb1a054d4b91ea467486503a1dd459f3a13d9e8f8df7e8cde5c81d63534
4
+ data.tar.gz: 565aa09f6261cbcedb775824851b737dee35f09191d214af552bf902c844b03d
5
5
  SHA512:
6
- metadata.gz: eb73b340c26bdf1b11e0e9497a476ea8a87edc1ff849ebcaeacff80e2fac87251e6278b4d275adc6102502fd5ef6815c2e32166e6a86d78278fbe53e4636cbe9
7
- data.tar.gz: 011441faac8dc6ba33346b34b9eb0695396d99fc189e7fd8b9a5eea77cbed91932e69db96c0bb6666ea602c3e01c741f9b401dbd6d964cba16e5cca1b02704a0
6
+ metadata.gz: ef84775b8cb53d2cb0d8859f7843737d026f48b49dd48523894caf0d72b75e2f84368524de8bed328c3d41e044973426cbf54c7b34aea659e9dde1609722a7ae
7
+ data.tar.gz: cc3f0f48258a1112e239489cc84e5f32d372d4dcae23a95ad696f7b467f10278b5e459b9f7592aadb54ef52dac8efe85abe15843bc443da54c020808ed69a721
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freistil-rubocop (0.2.0)
4
+ freistil-rubocop (0.4.0)
5
5
  rubocop (~> 0.80)
6
6
  rubocop-rspec (~> 1.29, >= 1.29.1)
7
7
 
@@ -24,8 +24,8 @@ GEM
24
24
  rexml
25
25
  ruby-progressbar (~> 1.7)
26
26
  unicode-display_width (>= 1.4.0, < 2.0)
27
- rubocop-rspec (1.35.0)
28
- rubocop (>= 0.60.0)
27
+ rubocop-rspec (1.38.1)
28
+ rubocop (>= 0.68.1)
29
29
  ruby-progressbar (1.10.1)
30
30
  unicode-display_width (1.7.0)
31
31
 
data/Rakefile CHANGED
@@ -1,3 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "bundler/gem_tasks"
4
+
5
+ require "rubocop/rake_task"
6
+ RuboCop::RakeTask.new
data/default.yml CHANGED
@@ -80,7 +80,10 @@ Style/Encoding:
80
80
 
81
81
  Style/FrozenStringLiteralComment:
82
82
  Exclude:
83
+ - '*.gemspec'
83
84
  - 'Gemfile'
85
+ - 'Guardfile'
86
+ - 'Rakefile'
84
87
 
85
88
  Style/GlobalVars:
86
89
  Description: 'Do not introduce global variables.'
@@ -1,4 +1,3 @@
1
-
2
1
  lib = File.expand_path("../lib", __FILE__)
3
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
3
  require "freistil/rubocop/version"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Freistil
4
4
  module Rubocop
5
- VERSION = "0.3.0"
5
+ VERSION = "0.4.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freistil-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - freistil IT Ltd