rubocop-doctolib 0.1.0 → 0.1.1

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: '08d2ed1d22b78320860a941291ab123cc4f4cf06aaf4cbabe9c6dbc12900d6f7'
4
- data.tar.gz: 9a9be592b7cb991ff3c0500415adb85dd1137e8095e27749894eb8a5f6e8f368
3
+ metadata.gz: 6e00bed891b55fcf5a6e464e75973c9d5a62e0138d7e813f4d392ca279213724
4
+ data.tar.gz: b82b798dbb1432dbe8c4e8ca5dd599718e6985ffa5098c5c64fa532f2158ae7e
5
5
  SHA512:
6
- metadata.gz: d0b7d7de54233e87e2a83c6916645ca580d98e0111052cf29a6ca9b8c9359c5580826f14eed54e67f1bb9f87dacef87d98252da4f3db28a0bcd945a8f1d3851d
7
- data.tar.gz: 4b56ad077d6d3304d512ae62b47f04040262f8ba0fa66b3722efdb1cf52834d10145a2b7981d552ccfd6fd9d949e7ca0344aaf6b6cc080ff212c93c4dd5fedab
6
+ metadata.gz: fcf10378f7fd65e4bf2d2c432a3ff90b607fd05fb7a4d8ee91975b9e0afc66a0ed156a76afaaf1ce838591264483afbea42f0c50378e9191a9af06174bde3d33
7
+ data.tar.gz: 1b5a7ded2ab537949594a214be3ba56b589cb45c22563db209dceabe844751b2817e9e70dddf94d4f76b8377add61229c9ea6d251f95532265de78dfbe0a47aa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-doctolib (0.1.0)
4
+ rubocop-doctolib (0.1.1)
5
5
  rubocop
6
6
 
7
7
  GEM
@@ -30,13 +30,13 @@ GEM
30
30
  diff-lcs (>= 1.2.0, < 2.0)
31
31
  rspec-support (~> 3.10.0)
32
32
  rspec-support (3.10.2)
33
- rubocop (1.18.3)
33
+ rubocop (1.18.4)
34
34
  parallel (~> 1.10)
35
35
  parser (>= 3.0.0.0)
36
36
  rainbow (>= 2.2.2, < 4.0)
37
37
  regexp_parser (>= 1.8, < 3.0)
38
38
  rexml
39
- rubocop-ast (>= 1.7.0, < 2.0)
39
+ rubocop-ast (>= 1.8.0, < 2.0)
40
40
  ruby-progressbar (~> 1.7)
41
41
  unicode-display_width (>= 1.4.0, < 3.0)
42
42
  rubocop-ast (1.8.0)
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Victor Schubert
3
+ Copyright (c) 2021 Doctolib GmbH
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/config/default.yml CHANGED
@@ -11,7 +11,7 @@ Doctolib/NoUnsafeBackgroundMigration:
11
11
  Enabled: true
12
12
  VersionAdded: 0.1.0
13
13
  Include:
14
- - db/migrate-background/**/*.rb
14
+ - db/migrate*-background/**/*.rb
15
15
 
16
16
  Doctolib/OneOperationPerMigration:
17
17
  Description: >
@@ -20,5 +20,4 @@ Doctolib/OneOperationPerMigration:
20
20
  Enabled: true
21
21
  VersionAdded: 0.1.0
22
22
  Include:
23
- - db/migrate/**/*.rb
24
- - db/migrate-background/**/*.rb
23
+ - db/migrate*/**/*.rb
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Doctolib
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-doctolib
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
  - Doctolib GmbH
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-07-20 00:00:00.000000000 Z
11
+ date: 2023-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop