github_repo_statistics 2.3.23 → 2.3.24

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: 599b0810bcb03d206e9eaa71fb0569977b739da56cb910c3b26e0eaa796ea9bb
4
- data.tar.gz: 9fb470f09fba9c9b165cd2054acdaf744a5ed1cda0e6cdfa68d6be36426738ba
3
+ metadata.gz: b71a9c534ef378be14da664c0ed76cbecc9ec2ed4a107588980133a24627289f
4
+ data.tar.gz: 4c6f16614e268519137fabbe091e8899deedd366b82709b8a2ce78778f2eed9f
5
5
  SHA512:
6
- metadata.gz: e46a9532d8e5501c4cef72370e7525be7fa6f5331ffc3d94a803975b684d757c395132aba004efebd77a9a48b094b8c95b0a7248d3e57d99e9024c72731b1f51
7
- data.tar.gz: a9398eae56811eb4f79fa6a9ecee5ad17d16ac4608479d818b316d607988176d7229cf1fae928d3b72ea4255a969ac79a6dcd64c275338e3bdfc3f1292cb32ef
6
+ metadata.gz: d1c3a7fe53851ced5cbc546bc2ae232e53ec603c19a09d62a49a6c10185e1c53fba8083106e6716597457593ee981be98688669bf0d766a23eb6dfdd08313236
7
+ data.tar.gz: 66dc3c9b2792fdb8fd8f0563a8b128e5d71a0a8f0180edd961565544f54324133996b534f2799551e965a594b511f415b592447f7e2d558e5100669c978209f2
@@ -211,7 +211,7 @@ class GithubRepoStatistics
211
211
  commit_count = git_commit_count(file:, start_date:, end_date:, branch:).to_i
212
212
  git_log = git_commit_info(file:, start_date:, end_date:, branch:).split("\n")
213
213
 
214
- if EXCLUDED_PRS && branch == DEFAULT_BRANCH
214
+ if EXCLUDED_PRS
215
215
  excluded_prs = EXCLUDED_PRS.split(',')
216
216
  git_log = git_log.reject { |c| excluded_prs.any? { |pr| c.include?(pr) } }
217
217
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class GithubRepoStatistics
4
- VERSION = '2.3.23'
4
+ VERSION = '2.3.24'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_repo_statistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.23
4
+ version: 2.3.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serghei Moret