pairing_matrix 1.1 → 1.1.1

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
  SHA1:
3
- metadata.gz: 215fa3b18cf61b37c85f98b0590af936a745c85b
4
- data.tar.gz: 5c442b933ee2a396209b0bef139162b30fb2f2a0
3
+ metadata.gz: 35ec19065f4bfb24ce4adaefe51a4088984df74b
4
+ data.tar.gz: 6e0a2b8c06c4b15b869b2313f3a49e80e383f775
5
5
  SHA512:
6
- metadata.gz: 296a7519db175e5d7ead97a23a427c22638f7e813978a6cace6c60d7821476acd42c7f0d121a46bcec1d45c14d8f472c7eac860097404ac72a438f9ef2c7c504
7
- data.tar.gz: d71c1f5754b49663afb55293f7679bc0ad7d31bab3fda764d5de72a39f068d5ef2e72808a9dbbc0ed61dba00ef55d4161b4f264f55e5affa804f3c3f4ea92c7b
6
+ metadata.gz: 8d23f19ef1643be44d8c46c596603e2afb519f852029b4085056ade26c8167c419ec46dfd4562126f0988419b2bcf9bf1147a19e38c84ea4a4ddb8c5cb14c19e
7
+ data.tar.gz: c3779a6ee64625855d6dfad2f221e59faf0d62f510e0c4da88caa0efdd2aace6a20a48396a8e7e4fd3985b34ec63b19ed87bac970cfb9b5ed8a0e0ce9b38e4e6
@@ -24,10 +24,7 @@ module PairingMatrix
24
24
 
25
25
  private
26
26
  def fetch_commits(repo, since)
27
- puts "Fetching commits since #{since} for #{repo}"
28
- commits = @github_client.commits_since(repo, since).map { |commit| commit.commit.message }
29
- puts "Total commits: #{commits.size}"
30
- commits
27
+ @github_client.commits_since(repo, since).map { |commit| commit.commit.message }
31
28
  end
32
29
 
33
30
  def github_client
@@ -1,3 +1,3 @@
1
1
  module PairingMatrix
2
- VERSION = '1.1'
2
+ VERSION = '1.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pairing_matrix
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ajit Singh