primary_connect_client 0.2.0 → 0.3.0

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
  SHA256:
3
- metadata.gz: 699042c06622cea329a378b739e35742f3eb92ef1b6ecb0920ba8506ce8e09da
4
- data.tar.gz: 318f90b7aaef69fd641cd99a702185c60a437e441ac30e417524a2030ca08dbe
3
+ metadata.gz: ce5b0394fed6424b15a55bf04e5ed364b4e8853e3a045435d01423af70989a8c
4
+ data.tar.gz: 3cd978098b3863d5263e2609f841af26c27c7b0c0ef859d89d3ef2abe15d6ba1
5
5
  SHA512:
6
- metadata.gz: 974d84bfcc90ec201a68c662c55979ab01b6122541da4c11b133999086d079da89622e8defa1d4fb0eee4d0424204f72e9f5fa871ca167b25cd7ceea947cff58
7
- data.tar.gz: 5575f16d3ba53aeb091d59f2a4060b2447cd52031907f180f587f23e36f09fbb112aa2f3535d3f6aef2de5d1693e470101cc6c69044307a6c6adf5893f2b8aec
6
+ metadata.gz: cdb6a8ec12f1c1dd011540a631d9aebba1a16baf7a7e8383e9b380fff6bfea6042a38bcdaee54bf3cc3b2e5aeeda6a3456b8676b30d7f722da5b5fcf3f6e0261
7
+ data.tar.gz: f68e77f7a2e68755fb8f16ef454e96e30f2d01fdcfb20b430153a07d053dee27f385db2cdeec50b7d1145fd0254f2a7833649366e2ffd8f834eb0e59e73e000e
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Change Log
2
+
3
+ ## 0.3.0
4
+
5
+ - Bumped `primary_connect_proto` to `0.6.0`
6
+
7
+ ## 0.2.0
8
+
9
+ - Bumped `primary_connect_proto` to `0.5.0`
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- primary_connect_client (0.0.1)
5
- primary_connect_proto (~> 0.0.8)
4
+ primary_connect_client (0.3.0)
5
+ primary_connect_proto (~> 0.6.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
8
8
  GEM
@@ -11,17 +11,17 @@ GEM
11
11
  ast (2.4.2)
12
12
  byebug (11.1.3)
13
13
  coderay (1.1.3)
14
- diff-lcs (1.4.4)
14
+ diff-lcs (1.5.0)
15
15
  ethon (0.15.0)
16
16
  ffi (>= 1.15.0)
17
- ffi (1.15.4)
17
+ ffi (1.15.5)
18
18
  google-protobuf (4.0.0.rc.1)
19
19
  jaro_winkler (1.5.4)
20
20
  method_source (1.0.0)
21
21
  parallel (1.21.0)
22
- parser (3.0.2.0)
22
+ parser (3.1.1.0)
23
23
  ast (~> 2.4.1)
24
- primary_connect_proto (0.0.8)
24
+ primary_connect_proto (0.6.0)
25
25
  google-protobuf (= 4.0.0.rc1)
26
26
  pry (0.13.1)
27
27
  coderay (~> 1.1)
@@ -29,22 +29,23 @@ GEM
29
29
  pry-byebug (3.9.0)
30
30
  byebug (~> 11.0)
31
31
  pry (~> 0.13.0)
32
- psych (4.0.2)
33
- rainbow (3.0.0)
32
+ psych (4.0.3)
33
+ stringio
34
+ rainbow (3.1.1)
34
35
  rake (13.0.6)
35
- rspec (3.10.0)
36
- rspec-core (~> 3.10.0)
37
- rspec-expectations (~> 3.10.0)
38
- rspec-mocks (~> 3.10.0)
39
- rspec-core (3.10.1)
40
- rspec-support (~> 3.10.0)
41
- rspec-expectations (3.10.1)
36
+ rspec (3.11.0)
37
+ rspec-core (~> 3.11.0)
38
+ rspec-expectations (~> 3.11.0)
39
+ rspec-mocks (~> 3.11.0)
40
+ rspec-core (3.11.0)
41
+ rspec-support (~> 3.11.0)
42
+ rspec-expectations (3.11.0)
42
43
  diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.10.0)
44
- rspec-mocks (3.10.2)
44
+ rspec-support (~> 3.11.0)
45
+ rspec-mocks (3.11.0)
45
46
  diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.10.0)
47
- rspec-support (3.10.3)
47
+ rspec-support (~> 3.11.0)
48
+ rspec-support (3.11.0)
48
49
  rubocop (0.66.0)
49
50
  jaro_winkler (~> 1.5.1)
50
51
  parallel (~> 1.10)
@@ -54,6 +55,7 @@ GEM
54
55
  ruby-progressbar (~> 1.7)
55
56
  unicode-display_width (>= 1.4.0, < 1.6)
56
57
  ruby-progressbar (1.11.0)
58
+ stringio (3.0.1)
57
59
  typhoeus (1.4.0)
58
60
  ethon (>= 0.9.0)
59
61
  unicode-display_width (1.5.0)
@@ -69,4 +71,4 @@ DEPENDENCIES
69
71
  rubocop (~> 0.66.0)
70
72
 
71
73
  BUNDLED WITH
72
- 2.2.32
74
+ 2.2.15
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PrimaryConnectClient
4
- VERSION = '0.2.0'
4
+ VERSION = '0.3.0'
5
5
  end
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  s.required_ruby_version = ">= 2.4"
26
26
 
27
27
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
28
- s.add_runtime_dependency 'primary_connect_proto', '~> 0.5.0'
28
+ s.add_runtime_dependency 'primary_connect_proto', '~> 0.6.0'
29
29
 
30
30
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
31
31
 
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: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-18 00:00:00.000000000 Z
11
+ date: 2022-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 0.5.0
39
+ version: 0.6.0
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: 0.5.0
46
+ version: 0.6.0
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rspec
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -71,6 +71,7 @@ executables: []
71
71
  extensions: []
72
72
  extra_rdoc_files: []
73
73
  files:
74
+ - CHANGELOG.md
74
75
  - Gemfile
75
76
  - Gemfile.lock
76
77
  - README.md
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
109
  - !ruby/object:Gem::Version
109
110
  version: '0'
110
111
  requirements: []
111
- rubygems_version: 3.2.22
112
+ rubygems_version: 3.2.15
112
113
  signing_key:
113
114
  specification_version: 4
114
115
  summary: Primary Connect API V1 Ruby Gem