codemonitor 0.6.2 → 0.6.4

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: 6854cd74465f779883ad7539cc646a32ad387b0cc7e931ad01de628af2a27953
4
- data.tar.gz: c925c23934babe9928c9ad39a5a57a36ccb05e7239183bca0b4e76fe3571b7d2
3
+ metadata.gz: 7a936067f1ea47a2a2583ac67e007ee421074136151207fb34a4cec4c39346b0
4
+ data.tar.gz: 61c770ce951fd6ba5cfb92ed1e1b493a039dd01bdff15dfd26925c5d5bf59b5b
5
5
  SHA512:
6
- metadata.gz: 03c48fbc3e40b6ed2e308aeefb05da788d2efabafbf40ff0da732d9b5669fbffeb6c08e48d4f882da3f9392c682a24688b18e8a9de2cd382074fecba37ce1d2f
7
- data.tar.gz: 3b73b806ca5b85b459858c3d0490d2aca20d1c24082f116de6384fcb7e3fd34b0a21db32b6d8c4e51ef9474f7f989622132302b9fa8980b943b7787a2cb84061
6
+ metadata.gz: e65ca50b02d4d779749efd7da2d64ac1c534c21adbcbed1c01cae531fbdffb397ecd0be541d8d3b423284390c07a6333c0432b4d5486706b51b8c3dacc8fabf9
7
+ data.tar.gz: 602cb564c35456504ef8464ea9b285a0f5edc999c0d7484d8b11fdef82b59842f1bf3a7f5ceee51edc7fbafe38d5fdddb454d36796280922d024dbc5c649704c
data/Gemfile.lock CHANGED
@@ -1,27 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- codemonitor (0.6.2)
4
+ codemonitor (0.6.4)
5
5
  dogapi (~> 1.45)
6
6
  octokit (~> 4.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- addressable (2.8.0)
12
- public_suffix (>= 2.0.2, < 5.0)
11
+ addressable (2.8.1)
12
+ public_suffix (>= 2.0.2, < 6.0)
13
13
  ast (2.4.2)
14
14
  coderay (1.1.3)
15
15
  diff-lcs (1.3)
16
16
  dogapi (1.45.0)
17
17
  multi_json
18
- faraday (2.3.0)
19
- faraday-net_http (~> 2.0)
18
+ faraday (2.7.4)
19
+ faraday-net_http (>= 2.0, < 3.1)
20
20
  ruby2_keywords (>= 0.0.4)
21
- faraday-net_http (2.0.3)
21
+ faraday-net_http (3.0.2)
22
22
  method_source (1.0.0)
23
23
  multi_json (1.15.0)
24
- octokit (4.25.0)
24
+ octokit (4.25.1)
25
25
  faraday (>= 1, < 3)
26
26
  sawyer (~> 0.9)
27
27
  parallel (1.20.1)
@@ -30,7 +30,7 @@ GEM
30
30
  pry (0.13.1)
31
31
  coderay (~> 1.1)
32
32
  method_source (~> 1.0)
33
- public_suffix (4.0.7)
33
+ public_suffix (5.0.1)
34
34
  rainbow (3.0.0)
35
35
  rake (13.0.3)
36
36
  regexp_parser (2.1.1)
@@ -26,9 +26,8 @@ module Engines
26
26
 
27
27
  private
28
28
 
29
- # NOTE: This output file must be created by an external command
30
29
  def packwerk_files
31
- Dir.glob('./**/deprecated_references.yml')
30
+ Dir.glob('./**/package_todo.yml')
32
31
  end
33
32
 
34
33
  def packwerk_number_of_dependency_violations
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodeMonitor
4
- VERSION = '0.6.2'
4
+ VERSION = '0.6.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codemonitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ferran Basora
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-23 00:00:00.000000000 Z
11
+ date: 2023-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dogapi
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  - !ruby/object:Gem::Version
170
170
  version: '0'
171
171
  requirements: []
172
- rubygems_version: 3.3.5
172
+ rubygems_version: 3.0.3.1
173
173
  signing_key:
174
174
  specification_version: 4
175
175
  summary: Collect many metrics your code is generating