github_repo_statistics 2.3.19 → 2.3.20
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe7d09ff93b5531b9d0748d0712bcdbc9b1ffe21b3265c5b9ab4ca4341f22cc3
|
|
4
|
+
data.tar.gz: 6c60c94ea795b96643a98696ee97ed8938cd695437f7ee52672ba2051ebbb109
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b3e089edb7ecaddc4491cbb1c22c3053ff00415d21cd1bfa297a1c5c5ec4c5c0c3950c3cf3e47b7588e03476281ee845372f72f37f7c215c02c47089a36b1f1
|
|
7
|
+
data.tar.gz: dd85e0276312a71482da1686a9d3419abb8c6fcd9acfa1f2431edeec57e13fe2e4108a3e452714b802d05af987da4791708fc32ba39e0a61fb4f840b26b27e19
|
data/Gemfile.lock
CHANGED
|
@@ -210,8 +210,8 @@ class GithubRepoStatistics
|
|
|
210
210
|
filename = File.basename(file)
|
|
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
|
-
|
|
214
|
-
if EXCLUDED_PRS && branch
|
|
213
|
+
|
|
214
|
+
if EXCLUDED_PRS && branch == DEFAULT_BRANCH
|
|
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
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github_repo_statistics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Serghei Moret
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: date
|