hubspot-api-client-patched-pn 9.5.1.trocco.0.0.8 → 9.5.1.trocco.0.0.9

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: 4e96dc55f99e3db308674b4c2144fc697afaeb53237fb107b044b53d4e84794d
4
- data.tar.gz: 48bdb225a49dac31e941046e6b063a68f6a570b10f791555023f400bd2241650
3
+ metadata.gz: b664f5ed1d8a5fe658552b5d1ce587e5efe3c897ed3c233efb2bbb3dab2ef012
4
+ data.tar.gz: 273e41c5d678f9d4ab495b0f7ed6277bf85e6ef585453f35b729fb550e684538
5
5
  SHA512:
6
- metadata.gz: 612ac1647c7adbfb42589d0ab254bd7d71a287f08f5c4f91b397276770a2af82100712976436dd8632795c435137a0722a53b19052500531560e19791ea893af
7
- data.tar.gz: ec47260244fca5bf8718ef5cdf07a32067dbc5021bd45b1fd780da0af4250f9e4ea8f1152db4b3bc9b1abf84f3d3c41c30dbd7037d37cc87c3f6d8121188d499
6
+ metadata.gz: 481d64fa333879b3c15900d18525ada80424d47f93ca100697bed15875b1a9119872cb713fa69ca20abfab75c8009074803a0be14331ad741b3a0a10b09ab265
7
+ data.tar.gz: db92c6537d1b3566e15d5a85e70628849a29ed71eef14a779c33eacb4ea817799cd8563c1c71de31b1f99de18fe33b32879d70b77de9e9105971a264b5facc7b
@@ -1,3 +1,3 @@
1
1
  module Hubspot
2
- VERSION = '9.5.1.trocco.0.0.8'
2
+ VERSION = '9.5.1.trocco.0.0.9'
3
3
  end
@@ -5,8 +5,6 @@ require_rel 'hubspot/*.rb'
5
5
  require_rel 'hubspot/helpers'
6
6
  require_rel 'hubspot'
7
7
 
8
- require_relative 'hubspot/patch_skip_hapikey'
9
-
10
8
  module Hubspot
11
9
  class << self
12
10
  CLIENTS = [
@@ -47,3 +45,5 @@ module Hubspot
47
45
  end
48
46
  end
49
47
  end
48
+
49
+ require_relative 'hubspot_patches/skip_hapikey'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubspot-api-client-patched-pn
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.5.1.trocco.0.0.8
4
+ version: 9.5.1.trocco.0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - primeNumber
@@ -990,8 +990,8 @@ files:
990
990
  - lib/hubspot/helpers/get_all_helper.rb
991
991
  - lib/hubspot/helpers/webhooks_helper.rb
992
992
  - lib/hubspot/oauth_helper.rb
993
- - lib/hubspot/patch_skip_hapikey.rb
994
993
  - lib/hubspot/version.rb
994
+ - lib/hubspot_patches/skip_hapikey.rb
995
995
  - spec/codegen/automation/actions/api/callbacks_api_spec.rb
996
996
  - spec/codegen/automation/actions/api/definitions_api_spec.rb
997
997
  - spec/codegen/automation/actions/api/functions_api_spec.rb