peoplegroup-connectors 0.1.27 → 0.1.28

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: 5d75a768e48cbc915cd653e500736160f081ccb4ae5f0a9c974b444028245346
4
- data.tar.gz: 7c1bb07d0b7218319b91133b8ed799b88d8354f7beedd2102295305605b2acbc
3
+ metadata.gz: c51711afa3c65e5a9c502191e2be499379f23874fcd9dc2474e47c4cbb9d05f0
4
+ data.tar.gz: e25cfbb760e93545fd6d45bd623cf56353405172bd068bbda26446e9986b89db
5
5
  SHA512:
6
- metadata.gz: 10090f999bfa39337629672c26fe816a55475fd53cff8021273eb9eff5229237e89ce476176ff6212e1e1d1f06dea61325a8b713899265f836e5fd8628a433c1
7
- data.tar.gz: 859d0f1fb5ac3249d7d70b74420fa3627e151669e5111aa2413026c07e20f022b83e4c149a65434e1d9666f3235bae60d7440ba5dde2d299957dd9b3aa76fcf4
6
+ metadata.gz: a884ff041804f3fa6036d600f5b5ea23eb9ef93c962c1593eb8402b0815605af3888f5e5102eefeda630da7a4e6f9a18dd0a77f4f9db6c33286a1af6b99529d5
7
+ data.tar.gz: 585534f1e50e37783be491281aeeeb6cfcc3cc7498889d83ca0e8a511ab0968c516146b2608fae2d71d6b72d6917e3f607d0138a8995bcd66fc14256aa3a4230
@@ -5,6 +5,8 @@ require 'gitlab'
5
5
  module PeopleGroup
6
6
  module Connectors
7
7
  class GitLab
8
+ attr_accessor :client
9
+
8
10
  MAX_RETRIES = 3
9
11
 
10
12
  API_URL = ENV['GITLAB_API_V4_URL'] || 'https://gitlab.com/api/v4'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PeopleGroup
4
4
  module Connectors
5
- VERSION = '0.1.27'
5
+ VERSION = '0.1.28'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peoplegroup-connectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - lien van den steen
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-12 00:00:00.000000000 Z
11
+ date: 2021-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitlab
@@ -173,7 +173,7 @@ metadata:
173
173
  homepage_uri: https://gitlab.com/gitlab-com/people-group/peopleops-eng/connectors-gem
174
174
  source_code_uri: https://gitlab.com/gitlab-com/people-group/peopleops-eng/connectors-gem
175
175
  changelog_uri: https://gitlab.com/gitlab-com/people-group/peopleops-eng/connectors-gem
176
- post_install_message:
176
+ post_install_message:
177
177
  rdoc_options: []
178
178
  require_paths:
179
179
  - lib
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  version: '0'
190
190
  requirements: []
191
191
  rubygems_version: 3.1.4
192
- signing_key:
192
+ signing_key:
193
193
  specification_version: 4
194
194
  summary: Library for our shared connectors.
195
195
  test_files: []