hubspot-api-client 13.2.0 → 14.0.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: b6045ffdbd9ec6b918ab4b735cace9ff664691e2468a69b6048ac4548438a51e
4
- data.tar.gz: bc6c1b9bcbbee069f3a01b86076e7b1db4886ada342029662f4065c2ddc6a0c6
3
+ metadata.gz: 134361b7d051362baa33c291832d7671ca44ef8edb38dfc9e86fe25ad6ada34e
4
+ data.tar.gz: 147e7343c303e82963193fa22d9f81ca955d61578fa07ff7939e094e71034356
5
5
  SHA512:
6
- metadata.gz: 4f8bf03c5505ba9e5ee0c2bafc2c1d8ed0f761443cb02fc16a0394e3a837428bf3ebb6cd4df45a10c44f068e681e1e1b8bf902ed13d3b717719aa7114531b2bc
7
- data.tar.gz: e0ba0e2c0eaf67bdda14d78635563168f2514d77477ff99262b19e64b090c10fab4e61d4f55508bdaac06c885783b1ada8062e14cc7196008106c5d08abc764d
6
+ metadata.gz: ce0a04af94a5a22d5edd2ba5a2f4dff3c2d951e738e154568f99234e990bb558345a587d2af25b93f22f2e2f0f8dcf24a389322d2678437a05cb702ba4f9697b
7
+ data.tar.gz: 8489ddafbf060f36e142af2bbd5a88c331c441c7df644e512dbc3b4699f61c53f79ef155562a100ac0053bad6b4513c2d0b7eca3f3d0004d044b1fef7484bc6c
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [14.0.0] - 2022-08-11
9
+ ### Changed
10
+
11
+ - required ruby version was increased to 2.7
12
+
8
13
  ## [13.2.0] - 2022-08-09
9
14
  ### Changed
10
15
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hubspot-api-client (13.2.0)
4
+ hubspot-api-client (14.0.0)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  require_all (~> 3.0.0)
7
7
  typhoeus (~> 1.4.0)
@@ -51,7 +51,7 @@ GEM
51
51
  typhoeus (1.4.0)
52
52
  ethon (>= 0.9.0)
53
53
  vcr (3.0.3)
54
- webmock (3.17.0)
54
+ webmock (3.17.1)
55
55
  addressable (>= 2.8.0)
56
56
  crack (>= 0.3.2)
57
57
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.summary = "HubSpot Ruby API Gem"
12
12
  s.description = "HubSpot Ruby API client"
13
13
  s.license = "Apache-2.0"
14
- s.required_ruby_version = ">= 1.9"
14
+ s.required_ruby_version = ">= 2.7"
15
15
 
16
16
  s.add_runtime_dependency 'typhoeus', '~> 1.4.0'
17
17
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
@@ -1,3 +1,3 @@
1
1
  module Hubspot
2
- VERSION = '13.2.0'
2
+ VERSION = '14.0.0'
3
3
  end
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.2.0
4
+ version: 14.0.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-08-09 00:00:00.000000000 Z
11
+ date: 2022-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -2843,7 +2843,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
2843
2843
  requirements:
2844
2844
  - - ">="
2845
2845
  - !ruby/object:Gem::Version
2846
- version: '1.9'
2846
+ version: '2.7'
2847
2847
  required_rubygems_version: !ruby/object:Gem::Requirement
2848
2848
  requirements:
2849
2849
  - - ">="