hubspot_v3 1.1.0 → 1.1.0.1
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/hubspot_v3.gemspec +1 -1
- data/lib/hubspot_v3/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa96d005917fcc2fac310755d0986e91214f65d0a255241aee766357200ae628
|
|
4
|
+
data.tar.gz: 77c75a7d0db6271e1495c0408face4920d34ba19689c2a5cbf478b6d832c8121
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c5f35449494040503f10355f1dc159996b9b28fa91165a94677f2c2d9b947d4382b18fcc5960fc109df287f68508e0c2ec271236ffadbcbceaa5e9e5c03ae47
|
|
7
|
+
data.tar.gz: 50645a7ace7c184269dea68367d35851406da22c26f6abb683436f0bc7cab98cf3e15dfd74dec1c6989b8d14932d9c34926013ce42275b4362e3d2a0d5f3eed2
|
data/hubspot_v3.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
|
|
|
6
6
|
spec.name = "hubspot_v3"
|
|
7
7
|
spec.version = HubspotV3::VERSION
|
|
8
8
|
spec.authors = ["Tomas Valent"]
|
|
9
|
-
spec.email = ["
|
|
9
|
+
spec.email = ["equivalent@eq8.eu"]
|
|
10
10
|
|
|
11
11
|
spec.summary = "Hubspot CRM API (v3) Ruby gem"
|
|
12
12
|
spec.description = "Ruby wrapper around Hubspot CRM API v3 with simple implementation around batch endpoints and private apps token support"
|
data/lib/hubspot_v3/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hubspot_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.0
|
|
4
|
+
version: 1.1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomas Valent
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
description: Ruby wrapper around Hubspot CRM API v3 with simple implementation around
|
|
28
28
|
batch endpoints and private apps token support
|
|
29
29
|
email:
|
|
30
|
-
-
|
|
30
|
+
- equivalent@eq8.eu
|
|
31
31
|
executables: []
|
|
32
32
|
extensions: []
|
|
33
33
|
extra_rdoc_files: []
|