zendesk_sell 0.1.1 → 0.1.2

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: 65770f9447275ebe858b49fc9b0301fe368a81b76b14ae290d869988b717ab92
4
- data.tar.gz: 7fc85e55b84bd9424c46244e054ba85441e44988b18cb19ea1e8ab1ce47ddb05
3
+ metadata.gz: 6c8359655611f572f5a0b26447dc10863169e65fc502813bcbdc888cf32d2408
4
+ data.tar.gz: 7720cde84738c94a9e3f4b24346d31a96e0b968a04b86bd909b66735bdccab47
5
5
  SHA512:
6
- metadata.gz: 5a39575e77f3cd46ba99862a3a4682a50c0b2541dcba3259e5ec8fb413db3afa2ec2ad544e8d84157801229f22207d53f749470cb68766d7ffbcc712cd8939b0
7
- data.tar.gz: 3cee89cd91cb326a4a5beb4d2bf6a4295eeb56803be98d508adb64171b19d4b68ee618b4006ddb584234a9b6670dcad6a094247d9545c5d27951809bb0d2dd08
6
+ metadata.gz: 62db1912e03c87e3d28c55de8ecb8a4bbb2756231f362f3a320b4a37ed646b6f3cd933738cae79e1cf29695f4500c14e0ae1139c593591cd5a16ec0a07ed8730
7
+ data.tar.gz: 524038ccad43ea1c9be4499788859a758cad0125a7a0f557bfcc65e703c8fa4c671e10423074791ba64336f4277ca5046207f0dda3199cefd9e961eeae247264
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZendeskSell
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
data/zendesk_sell.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["eugeniu.rtj@gmail.com"]
10
10
 
11
11
  spec.summary = "A Ruby client for the Zendesk Sell (Sales CRM) API"
12
- spec.description = "The zendesk_sell gem provides a robust and modular Ruby interface for interacting with the Zendesk Sell API. It supports full CRUD operations on resources such as leads, deals, contacts, companies, tasks, and users using the Faraday HTTP client."
12
+ spec.description = "The zendesk_sell gem provides a robust and modular Ruby interface for interacting with the Zendesk Sell API. It supports full CRUD operations on resources such as leads, deals, contacts, companies, tasks, and users"
13
13
  spec.homepage = "https://github.com/RTJ/zendesk_sell"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zendesk_sell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugeniu Tambur
@@ -11,8 +11,7 @@ date: 2025-02-18 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: The zendesk_sell gem provides a robust and modular Ruby interface for
13
13
  interacting with the Zendesk Sell API. It supports full CRUD operations on resources
14
- such as leads, deals, contacts, companies, tasks, and users using the Faraday HTTP
15
- client.
14
+ such as leads, deals, contacts, companies, tasks, and users
16
15
  email:
17
16
  - eugeniu.rtj@gmail.com
18
17
  executables: []