primary_connect_client 1.6.0 → 1.7.0

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: cd3ab619a90c535c498888045d6a8edee097bb35ebe2e6ab3c7a50f72141ef7c
4
- data.tar.gz: 32e5d5f10a1ebdecf33baf856d4d175e6a2643775f12d6b028b6718e32e79a88
3
+ metadata.gz: 57d5f63b3f87c6bb0c5ae7f11b46759cfaadc7bd48d71768e03f1815e91ba2b6
4
+ data.tar.gz: b0d6ac865d363ed2172b6e3e65fbf4f9d431a345a1150a5683476bc5d47dcce9
5
5
  SHA512:
6
- metadata.gz: 8f4800ab8e86551e15559f0e589be648e613ad8b6178c629dc796d54dec26a5faf14d2e61c498867c594e25f1970e05003cb53574a95dcce23ab667250c0d428
7
- data.tar.gz: fc856b0f324c49a10b5efde57c80406045a5c1779264ad48495e30797eb87e72ab4a48988d96920d46cfb9bb9193d958a1155e24217f4c5a4b6b30a2fc1fe3c7
6
+ metadata.gz: f00d1d555a2ac85c922b07c29421ad3bac1679b57def073b837743ea4bfdc1d4bdd06a1f8271a5c97823ab4e529cab67138fd5527bc94f0d33bcfc9e3ee7d367
7
+ data.tar.gz: cee6a8e3c11b84ad0555979329df157526f9935300b7e452662b037e23bc1abe0a829e7be584f182b6cd28a93fcea715150df553a90a22ec2bc7461f0bcede22
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.7.0
4
+
5
+ - Updated dependency on `primary_connect_proto` 0.19.0
6
+
3
7
  ## 1.6.0
4
8
 
5
9
  - Updated dependency on `primary_connect_proto` 0.18.0
data/Gemfile.lock ADDED
@@ -0,0 +1,74 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ primary_connect_client (1.7.0)
5
+ primary_connect_proto (~> 0.19.0, >= 0.19.0)
6
+ typhoeus (~> 1.0, >= 1.0.1)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ ast (2.4.2)
12
+ byebug (11.1.3)
13
+ coderay (1.1.3)
14
+ diff-lcs (1.5.0)
15
+ ethon (0.16.0)
16
+ ffi (>= 1.15.0)
17
+ ffi (1.15.5)
18
+ google-protobuf (3.22.0-arm64-darwin)
19
+ jaro_winkler (1.5.4)
20
+ method_source (1.0.0)
21
+ parallel (1.22.1)
22
+ parser (3.2.1.0)
23
+ ast (~> 2.4.1)
24
+ primary_connect_proto (0.19.0)
25
+ google-protobuf (~> 3.22.0)
26
+ pry (0.14.2)
27
+ coderay (~> 1.1)
28
+ method_source (~> 1.0)
29
+ pry-byebug (3.10.1)
30
+ byebug (~> 11.0)
31
+ pry (>= 0.13, < 0.15)
32
+ psych (5.1.0)
33
+ stringio
34
+ rainbow (3.1.1)
35
+ rake (13.0.6)
36
+ rspec (3.12.0)
37
+ rspec-core (~> 3.12.0)
38
+ rspec-expectations (~> 3.12.0)
39
+ rspec-mocks (~> 3.12.0)
40
+ rspec-core (3.12.1)
41
+ rspec-support (~> 3.12.0)
42
+ rspec-expectations (3.12.2)
43
+ diff-lcs (>= 1.2.0, < 2.0)
44
+ rspec-support (~> 3.12.0)
45
+ rspec-mocks (3.12.3)
46
+ diff-lcs (>= 1.2.0, < 2.0)
47
+ rspec-support (~> 3.12.0)
48
+ rspec-support (3.12.0)
49
+ rubocop (0.66.0)
50
+ jaro_winkler (~> 1.5.1)
51
+ parallel (~> 1.10)
52
+ parser (>= 2.5, != 2.5.1.1)
53
+ psych (>= 3.1.0)
54
+ rainbow (>= 2.2.2, < 4.0)
55
+ ruby-progressbar (~> 1.7)
56
+ unicode-display_width (>= 1.4.0, < 1.6)
57
+ ruby-progressbar (1.11.0)
58
+ stringio (3.0.5)
59
+ typhoeus (1.4.0)
60
+ ethon (>= 0.9.0)
61
+ unicode-display_width (1.5.0)
62
+
63
+ PLATFORMS
64
+ arm64-darwin-20
65
+
66
+ DEPENDENCIES
67
+ primary_connect_client!
68
+ pry-byebug
69
+ rake (~> 13.0.1)
70
+ rspec (~> 3.6, >= 3.6.0)
71
+ rubocop (~> 0.66.0)
72
+
73
+ BUNDLED WITH
74
+ 2.2.26
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.3.0
11
11
  =end
12
12
 
13
13
  module PrimaryConnectClient
14
- VERSION = '1.6.0'
14
+ VERSION = '1.7.0'
15
15
  end
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
  s.required_ruby_version = ">= 2.4"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
- s.add_runtime_dependency 'primary_connect_proto', '~> 0.18.0', '>= 0.18.0'
31
+ s.add_runtime_dependency 'primary_connect_proto', '~> 0.19.0', '>= 0.19.0'
32
32
 
33
33
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
34
34
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primary_connect_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-01 00:00:00.000000000 Z
11
+ date: 2023-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -36,20 +36,20 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 0.18.0
39
+ version: 0.19.0
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 0.18.0
42
+ version: 0.19.0
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: 0.18.0
49
+ version: 0.19.0
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 0.18.0
52
+ version: 0.19.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: rspec
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -79,6 +79,7 @@ extra_rdoc_files: []
79
79
  files:
80
80
  - CHANGELOG.md
81
81
  - Gemfile
82
+ - Gemfile.lock
82
83
  - README.md
83
84
  - Rakefile
84
85
  - docs/Accession.md