github_repo_statistics 2.3.12 → 2.3.14

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: aed29c0811014b2d94b683a8202e3eb8ae65d5c9cbc214ba4893fb382ee57518
4
- data.tar.gz: c8c99f66bb6da70450a5790c3708c9bc9d9194c89854721c04624d2e12b854c0
3
+ metadata.gz: 9d94bc3e40ce62624d26ad71cede3f3f151e84530e6ad27fc278a9234d4e5170
4
+ data.tar.gz: 146afb708f9b43e455c691393ac791473ad553de997720127ae4afd849227091
5
5
  SHA512:
6
- metadata.gz: 5df331cb305e3c001fee8bdf21cce123d776043e87e4073832969ea13549be03d9a06190927f706746f19114a886bb3a15379eb355086cbebce96a451d38a199
7
- data.tar.gz: f6b088dda74132a8f9d8bc7467604f6a7769da6cd4e3d72f062066660f1e595092322579fad6dc38b70d05f5c2fa874a6f9fd0afb6573af7b82a28c59d96b72e
6
+ metadata.gz: 53e90a20a15dacb9cd9ed1f1c59619993ad51117c8834321d50f7d80281876847231a2b17a4274a2fe480da7cd8f65342ed5659966c220c070a614ffdd00a656
7
+ data.tar.gz: af4b349db7fe3ccc130410d08bab08fd4bc9370a4b51cfe1f91af82ca899d829b23cd345e95254a01a96461c7fbbf058f8d5edf13302026730abdb5c2a52a929
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- github_repo_statistics (2.3.11)
4
+ github_repo_statistics (2.3.13)
5
5
  date
6
6
  faraday-retry
7
7
  google-cloud-bigquery
@@ -169,7 +169,6 @@ if options[:hotspot_check]
169
169
  master_hotspot_files = GithubRepoStatistics.new(duration_in_days: options[:duration_in_days] || 30, directory_path: REPO_PATH,
170
170
  begin_time: DateTime.now, steps: options[:steps].to_i, debug: options[:debug]).hotspot_check(files: branch_hotspot_files, branch: DEFAULT_BRANCH)
171
171
  puts "master_hotspot_files = #{master_hotspot_files}"
172
- system('git pull', %i[out err] => File::NULL)
173
172
 
174
173
  raise 'New hotspot was introduced, contact foundation to unblock the PR' if branch_hotspot_files.count > master_hotspot_files.count
175
174
  else
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class GithubRepoStatistics
4
- VERSION = '2.3.12'
4
+ VERSION = '2.3.14'
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.12
4
+ version: 2.3.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serghei Moret