github_repo_statistics 2.3.17 → 2.3.18

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: 35a2f4b839b1ec024faf1d3b360c2becdcb8242708d94a1d8d6c2213b6fcdccb
4
- data.tar.gz: 814482d0ddfed7e45297826e8923bb88b32d7e99a38f2ee7792f967d2198c836
3
+ metadata.gz: 50fe038dd3ff3f31fe574fbf4f9664eb6c4e18d8db5ddde3d8c5ad2ef0305fd4
4
+ data.tar.gz: 6bbc7406089787c7209d5f0f29d83fe459b65c583e08ee4e0771cfd31239d49f
5
5
  SHA512:
6
- metadata.gz: 4d95e04e630f8b304d47e4bcabf17c54c0bec5431544f112fe42a9a3cdbed0dd2475b0f897bf69a9b42a10249b51da5a6a3e3b338b1a3b2c996beb0b2ecb6729
7
- data.tar.gz: 69542e6a42ba3e8bb1c4bf81b4c692e1203507dc741f3ae3925ed0908d8fdb720ea33ecb5a43a0f9e2bb20c0139e2c5260c609df4e14df99af36d739dcd11ced
6
+ metadata.gz: 3e323fb7b870f884e00f456235fda4cc5aa0e70e9b454b83f8c1309c31ef4e57b4be49887a56ebc0498845377e9c3f21cba052bba9ceb8ad17a8e7a8e49c0f1c
7
+ data.tar.gz: 10ed08d7a7ff3b832921a542242c6d22a7597e46e92ad1a97fc674b81539ec86fba0b965b2e0abbe4756f1614a93a4538996963a99e9749c2bd9823df3e72888
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- github_repo_statistics (2.3.17)
4
+ github_repo_statistics (2.3.18)
5
5
  date
6
6
  faraday-retry
7
7
  google-cloud-bigquery
@@ -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 = "New hotspot was introduced, contact foundation to unblock the PR. Files: #{branch_hotspot_files - master_hotspot_files}"
174
+ message = "New hotspot was introduced, contact foundation to unblock the PR. Files: #{(branch_hotspot_files - master_hotspot_files).join(', ')}"
175
175
  File.write('./failure.txt', message)
176
176
  raise message
177
177
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class GithubRepoStatistics
4
- VERSION = '2.3.17'
4
+ VERSION = '2.3.18'
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.17
4
+ version: 2.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serghei Moret