github_repo_statistics 2.3.17 → 2.3.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bin/github_repo_statistics +1 -1
- data/lib/github_repo_statistics/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bcc6156acfe60790b51750cf3d5b39353e92a58a8de3133a849aae2225a02f4
|
4
|
+
data.tar.gz: b303b0e858fb6fd603dc18a6c90e49ed35fe52d2383c8f54eeb3328ca4422e8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '015059e962b968ce0bb2b023b83557f98e34e1c9a47069c7e63b8dde02d061121b1de8d599f32564922ec5126980993afe161716bd1c5f486cdd8d75f5a2f205'
|
7
|
+
data.tar.gz: 6f61d638c7093095756c8cb66efafc77095f82104a3eb96eb9b98b26b15caf4d653ac9c1086cba1ea92f35ff0f3f0f96889cad41a318d6bdfbee7e41cf4e094a
|
data/Gemfile.lock
CHANGED
data/bin/github_repo_statistics
CHANGED
@@ -171,7 +171,7 @@ if options[:hotspot_check]
|
|
171
171
|
puts "master_hotspot_files = #{master_hotspot_files}"
|
172
172
|
|
173
173
|
if branch_hotspot_files.count > master_hotspot_files.count
|
174
|
-
message = "
|
174
|
+
message = "A new hotspot was introduced in this PR. Please consult @hellofresh/squad-ios-foundation to address it. Files: #{(branch_hotspot_files - master_hotspot_files).join(', ')}"
|
175
175
|
File.write('./failure.txt', message)
|
176
176
|
raise message
|
177
177
|
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.19
|
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-06-
|
11
|
+
date: 2024-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: date
|