repo_analyzer 1.2.0 → 1.3.0

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
  SHA256:
3
- metadata.gz: 9d1b86e2ab569ab6ba492b0e2ad78284a16d5224a66bf8ef781ebbceffdbbc5b
4
- data.tar.gz: 179576b67a152a131c89f0c873e018a01df9cc20509c72ef30391304701a87f3
3
+ metadata.gz: 54ba42a406d9f7d7b89588217709447e77a85619969e38d2ad07b683ef3b7308
4
+ data.tar.gz: 349ad885453dbfffe666b3968f6a89064094c05635552130e1e2596f94a8219c
5
5
  SHA512:
6
- metadata.gz: 886b9d9b023b032d75bd3d1f8958d9a674aae36b49cf79a8635179d6c5dc419e489935797ec4bd9f3db64cd05ea23c827fecc2d09a3a066843bb92f4c7f0944b
7
- data.tar.gz: 0d6465e08b70b38b568b5009ce16f3151455f3d017b9c4afa99bd1234aa7ad13fa1754351022e197f6241d3791f36476ed4151acfbe7e5e4f063a06cd69fe1b6
6
+ metadata.gz: 1547a6ca87bf7aa12f063019b06eaec47d068390e5706fbcce14ec40da76a42ec67fb88090dd645ebf451332b401d3fc36039a0e21ab0817691197bb3ba40175
7
+ data.tar.gz: 56b67a96d0fad9e2130d6785e73882731a3cacc927e166bd733ef0e0981154ec523204b59492b9db6470a14cb7aad8610039fee2e2b421ad5658db2d116f01db
data/.circleci/config.yml CHANGED
@@ -93,7 +93,7 @@ workflows:
93
93
  - test:
94
94
  matrix:
95
95
  parameters:
96
- ruby-version: ["2.7", "3.1"]
96
+ ruby-version: ["2.7", "3.1", "3.2"]
97
97
  - deploy:
98
98
  context: org-global
99
99
  filters:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1
1
+ 3.2
data/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
5
 
6
+ ### v1.3.0
7
+
8
+ #### Added
9
+
10
+ * Ruby 3.2 support.
11
+
6
12
  ### v1.2.0
7
13
 
8
14
  #### Added
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- repo_analyzer (1.2.0)
4
+ repo_analyzer (1.3.0)
5
5
  brakeman
6
6
  octokit (~> 4.0)
7
7
  rails (>= 6.0)
@@ -152,6 +152,8 @@ GEM
152
152
  net-smtp (0.3.3)
153
153
  net-protocol
154
154
  nio4r (2.5.8)
155
+ nokogiri (1.13.10-arm64-darwin)
156
+ racc (~> 1.4)
155
157
  nokogiri (1.13.10-x86_64-darwin)
156
158
  racc (~> 1.4)
157
159
  nokogiri (1.13.10-x86_64-linux)
@@ -299,6 +301,7 @@ GEM
299
301
  zeitwerk (2.6.6)
300
302
 
301
303
  PLATFORMS
304
+ arm64-darwin-22
302
305
  x86_64-darwin-20
303
306
  x86_64-darwin-21
304
307
  x86_64-linux
@@ -28,7 +28,7 @@ module RepoAnalyzer
28
28
  end
29
29
 
30
30
  def commits(options = {})
31
- github_client.commits(repo_name, options)
31
+ github_client.commits(repo_name, **options)
32
32
  end
33
33
 
34
34
  def contributors
@@ -1,3 +1,3 @@
1
1
  module RepoAnalyzer
2
- VERSION = '1.2.0'
2
+ VERSION = '1.3.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repo_analyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platanus
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-02-07 00:00:00.000000000 Z
12
+ date: 2023-04-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: brakeman
@@ -433,7 +433,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
433
433
  - !ruby/object:Gem::Version
434
434
  version: '0'
435
435
  requirements: []
436
- rubygems_version: 3.3.26
436
+ rubygems_version: 3.4.10
437
437
  signing_key:
438
438
  specification_version: 4
439
439
  summary: Tool to extract technical debt