hubspot-api-client 13.0.0 → 13.1.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 +4 -4
- data/Gemfile.lock +2 -2
- data/lib/hubspot/configuration.rb +3 -1
- data/lib/hubspot/version.rb +1 -1
- metadata +3 -4
- data/pkg/hubspot-api-client-10.1.1.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9eeacc3808faca8ba7d3003973d1a592278145cc64e6da2e565f87f7851d9c7f
|
|
4
|
+
data.tar.gz: 60e08d04eb60c89d21fa11ff16d275608b0974e80dd247dcfcd48fe228bb471f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 262ca00709d9051196937f437c169bee9d8d8d0af6a11a882869c326ec8a4c5a69f6634549d09b4d21aacc9554ffeed581b3f7e7de28df0d88ba055a76f4ebcc
|
|
7
|
+
data.tar.gz: b1af3705af95f429eb857d561e7e5a816d1406964e1da3b00ecb4473e3b9ec3b0fbd47c99ac1c9e8709d4ea5e15e760c7c7783521f8a335a0f160565903a441a
|
data/Gemfile.lock
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
require 'cgi'
|
|
2
|
+
|
|
1
3
|
module Hubspot
|
|
2
4
|
class Configuration
|
|
3
5
|
# Defines url scheme
|
|
@@ -166,7 +168,7 @@ module Hubspot
|
|
|
166
168
|
|
|
167
169
|
def base_url
|
|
168
170
|
url = "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '')
|
|
169
|
-
|
|
171
|
+
CGI.escape(url)
|
|
170
172
|
end
|
|
171
173
|
|
|
172
174
|
# Gets API key (with prefix if set).
|
data/lib/hubspot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hubspot-api-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 13.
|
|
4
|
+
version: 13.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HubSpot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -1559,7 +1559,6 @@ files:
|
|
|
1559
1559
|
- lib/hubspot/helpers/webhooks_helper.rb
|
|
1560
1560
|
- lib/hubspot/oauth_helper.rb
|
|
1561
1561
|
- lib/hubspot/version.rb
|
|
1562
|
-
- pkg/hubspot-api-client-10.1.1.gem
|
|
1563
1562
|
- spec/codegen/automation/actions/api/callbacks_api_spec.rb
|
|
1564
1563
|
- spec/codegen/automation/actions/api/definitions_api_spec.rb
|
|
1565
1564
|
- spec/codegen/automation/actions/api/functions_api_spec.rb
|
|
@@ -2851,7 +2850,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2851
2850
|
- !ruby/object:Gem::Version
|
|
2852
2851
|
version: '0'
|
|
2853
2852
|
requirements: []
|
|
2854
|
-
rubygems_version: 3.
|
|
2853
|
+
rubygems_version: 3.2.22
|
|
2855
2854
|
signing_key:
|
|
2856
2855
|
specification_version: 4
|
|
2857
2856
|
summary: HubSpot Ruby API Gem
|
|
Binary file
|