rubocop-digitalhospital 0.1.0 → 0.2.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: ca7f4b3f10a48bb218d7861a6fb5b4b158d86681ad6a1a4d2c5230df94b70379
4
- data.tar.gz: aff5c0be1e0a6605419805bae8815e93ae9b2e119b43b0bf9d735f7821971b82
3
+ metadata.gz: 9a4fda5f02b277091d038732f4ab56f58f0e517944c2fded41de5354b4850234
4
+ data.tar.gz: 0e44422a9b0b668fc49f3eba6d26fc58215e7254f0068a272e57b2914c51f6da
5
5
  SHA512:
6
- metadata.gz: ca8e9eb735c3df2b030ae68e3b13395b5e28510a097c97f477371a8fb1c44e8e598d14c02ec5b478a1c23dbbc74480c26ad494b8a27e4e2e8d16ae2719214946
7
- data.tar.gz: 17c31194f4ae8c0fc3c20b6ac15799f863d629b265f2107eeeea8125b4d66dc6815523f1feccf8164d39807872a22f9f7139dd60854ba5454430cac9b0b47676
6
+ metadata.gz: 2f7a5256e8a4307b97c1beb89c02cfdaf9fa4f07c58ec097114dfb3a23851ea1a2f63a07598e10e6dbf7e1b9f9651fd7c6db200b2abd22d7b8c409597344d9fa
7
+ data.tar.gz: b5e8b48989db89397d795974822953fec12c3cd34e8bfea6c352e4c40449f343396a137dcb807bf75ef2b4b9d2da9b23455e73d29a8a49aa06e5a16e35251329
@@ -0,0 +1,19 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: bundler
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ open-pull-requests-limit: 10
8
+ ignore:
9
+ - dependency-name: rubocop
10
+ versions:
11
+ - 1.10.0
12
+ - 1.11.0
13
+ - 1.12.0
14
+ - 1.9.0
15
+ - 1.9.1
16
+ - dependency-name: rubocop-performance
17
+ versions:
18
+ - 1.10.0
19
+ - 1.10.1
data/Gemfile CHANGED
@@ -1,9 +1,9 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://rubygems.org"
4
-
5
- # Specify your gem's dependencies in rubocop-digitalhospital.gemspec
6
- gemspec
7
-
8
- gem "rake", "~> 12.0"
9
- gem "rspec", "~> 3.0"
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in rubocop-digitalhospital.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+ gem "rspec", "~> 3.0"
data/Gemfile.lock ADDED
@@ -0,0 +1,83 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rubocop-digitalhospital (0.2.0)
5
+ rubocop
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rspec
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ activesupport (6.1.3.2)
14
+ concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ i18n (>= 1.6, < 2)
16
+ minitest (>= 5.1)
17
+ tzinfo (~> 2.0)
18
+ zeitwerk (~> 2.3)
19
+ ast (2.4.2)
20
+ concurrent-ruby (1.1.9)
21
+ diff-lcs (1.4.4)
22
+ i18n (1.8.10)
23
+ concurrent-ruby (~> 1.0)
24
+ minitest (5.14.4)
25
+ parallel (1.20.1)
26
+ parser (3.0.1.1)
27
+ ast (~> 2.4.1)
28
+ rack (2.2.3)
29
+ rainbow (3.0.0)
30
+ rake (13.0.3)
31
+ regexp_parser (2.1.1)
32
+ rexml (3.2.5)
33
+ rspec (3.10.0)
34
+ rspec-core (~> 3.10.0)
35
+ rspec-expectations (~> 3.10.0)
36
+ rspec-mocks (~> 3.10.0)
37
+ rspec-core (3.10.1)
38
+ rspec-support (~> 3.10.0)
39
+ rspec-expectations (3.10.1)
40
+ diff-lcs (>= 1.2.0, < 2.0)
41
+ rspec-support (~> 3.10.0)
42
+ rspec-mocks (3.10.2)
43
+ diff-lcs (>= 1.2.0, < 2.0)
44
+ rspec-support (~> 3.10.0)
45
+ rspec-support (3.10.2)
46
+ rubocop (1.16.0)
47
+ parallel (~> 1.10)
48
+ parser (>= 3.0.0.0)
49
+ rainbow (>= 2.2.2, < 4.0)
50
+ regexp_parser (>= 1.8, < 3.0)
51
+ rexml
52
+ rubocop-ast (>= 1.7.0, < 2.0)
53
+ ruby-progressbar (~> 1.7)
54
+ unicode-display_width (>= 1.4.0, < 3.0)
55
+ rubocop-ast (1.7.0)
56
+ parser (>= 3.0.1.1)
57
+ rubocop-performance (1.11.3)
58
+ rubocop (>= 1.7.0, < 2.0)
59
+ rubocop-ast (>= 0.4.0)
60
+ rubocop-rails (2.10.1)
61
+ activesupport (>= 4.2.0)
62
+ rack (>= 1.1)
63
+ rubocop (>= 1.7.0, < 2.0)
64
+ rubocop-rspec (2.3.0)
65
+ rubocop (~> 1.0)
66
+ rubocop-ast (>= 1.1.0)
67
+ ruby-progressbar (1.11.0)
68
+ tzinfo (2.0.4)
69
+ concurrent-ruby (~> 1.0)
70
+ unicode-display_width (2.0.0)
71
+ zeitwerk (2.4.2)
72
+
73
+ PLATFORMS
74
+ ruby
75
+
76
+ DEPENDENCIES
77
+ bundler
78
+ rake (~> 13.0)
79
+ rspec (~> 3.0)
80
+ rubocop-digitalhospital!
81
+
82
+ BUNDLED WITH
83
+ 2.1.4
@@ -1,7 +1,7 @@
1
- # frozen_string_literal: true
2
-
3
- module Rubocop
4
- module Digitalhospital
5
- VERSION = "0.1.0"
6
- end
7
- end
1
+ # frozen_string_literal: true
2
+
3
+ module Rubocop
4
+ module Digitalhospital
5
+ VERSION = "0.2.0"
6
+ end
7
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-digitalhospital
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - DigitalHospital
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-19 00:00:00.000000000 Z
11
+ date: 2021-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -115,6 +115,7 @@ executables: []
115
115
  extensions: []
116
116
  extra_rdoc_files: []
117
117
  files:
118
+ - ".github/dependabot.yml"
118
119
  - ".gitignore"
119
120
  - ".rspec"
120
121
  - ".rubocop.yml"
@@ -122,6 +123,7 @@ files:
122
123
  - ".travis.yml"
123
124
  - CODE_OF_CONDUCT.md
124
125
  - Gemfile
126
+ - Gemfile.lock
125
127
  - LICENSE.txt
126
128
  - README.md
127
129
  - Rakefile