zoho_hub 0.1.18 → 0.1.19
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/lib/zoho_hub/records/quote.rb +1 -1
- data/lib/zoho_hub/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: 188458cc4b12a4b5cf49b5b60d90080155062b0cec01d0dfee6fe27033fdf0bf
|
|
4
|
+
data.tar.gz: 0eea8ca6a0194291bcda5131dbcd2ad57c076a7bbf0019f002ebee5a9f155d17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c351b12147a572dc58f7894866aaea3e8c1997c7692996ef639464128c70d33dd9bed69878e4223f99ab6a0b83f71c6522216a756ed412629fbbe2173c3290d
|
|
7
|
+
data.tar.gz: d1ca2871139875c0ba865804498479d9a76c849defe206c54441282df68f3ebac942a3b54c2a775afa715e91042503cf439bccfcfdb0cf68d6ca5a3d389cbe06
|
|
@@ -4,7 +4,7 @@ require 'zoho_hub/records/base_record'
|
|
|
4
4
|
|
|
5
5
|
module ZohoHub
|
|
6
6
|
class Quote < BaseRecord
|
|
7
|
-
attributes :id, :stage, :subject, :potential_id, :owner_id, :product_id, :account_id
|
|
7
|
+
attributes :id, :stage, :subject, :potential_id, :owner_id, :product_id, :account_id, :extra_info
|
|
8
8
|
|
|
9
9
|
attribute_translation(
|
|
10
10
|
id: :id,
|
data/lib/zoho_hub/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zoho_hub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ricardo Otero
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
259
259
|
- !ruby/object:Gem::Version
|
|
260
260
|
version: '0'
|
|
261
261
|
requirements: []
|
|
262
|
-
rubygems_version: 3.0.
|
|
262
|
+
rubygems_version: 3.0.4
|
|
263
263
|
signing_key:
|
|
264
264
|
specification_version: 4
|
|
265
265
|
summary: Simple gem to connect to Zoho CRM API V2
|