hub_spot 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5904d5b6e1e1665e7d03187ed0660ed8908bbdfb
4
- data.tar.gz: 225ecbb6e7981270e371e32bd39be4a3a8098c25
3
+ metadata.gz: 16bfdb02754eb633cd357aecd2c5b99b53764a1d
4
+ data.tar.gz: 499c9bbee3b66f7a92df36fb3004ca0766116c1d
5
5
  SHA512:
6
- metadata.gz: a1c31957238f0059542a55bea00a06d6d68da2e5c1af9257a7655aa5aea915153714af806faeddf5ddb39bede35648be1898b05793a3058813f78e2c4a1fc671
7
- data.tar.gz: e66dd5365a3fbd63ac4e6d3b0ad3d9dbb43c6815185bfa22448497ef8dfd0f2946ccb1fc82d24dc4cf3ce57ef863f065dbc503fc287af8fe3aeb6ab0d900946f
6
+ metadata.gz: 6ab4dc2c8e3cb81c44f1f175bacb4297039e71e3c56690404c50df4c5cd156425efc264ff90752cb4c452c07e1912b459c509e03545f647ccf81cc9fed40ecd5
7
+ data.tar.gz: 6a1831954b92862db641de5968617ee08844eb5eea4c905fef8b02cef3660653263179aa11dbbffd6c84720f93cc788d6d4473bac3c1fc90ae165d82cc1c6813
data/lib/hub_spot/http.rb CHANGED
@@ -5,8 +5,8 @@ require "net/http"
5
5
  module HubSpot
6
6
  module HTTP
7
7
  DEFAULT_HEADERS = {
8
- accept: "application/json",
9
- content_type: "application/x-www-form-urlencoded;charset=utf-8",
8
+ "accept" => "application/json",
9
+ "content_type" => "application/x-www-form-urlencoded;charset=utf-8",
10
10
  }.freeze
11
11
 
12
12
  # Authentication credentials for HTTP authentication.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HubSpot
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hub_spot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Rabinowitz