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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84262876f36fb21c0f0cb89d56d8dd531fef6828d72f54f38463861964cb5366
4
- data.tar.gz: 494f4ced565252a8ee0cd04cfc982cf53c1bcaf2468227f9919ab24ee24856a2
3
+ metadata.gz: 188458cc4b12a4b5cf49b5b60d90080155062b0cec01d0dfee6fe27033fdf0bf
4
+ data.tar.gz: 0eea8ca6a0194291bcda5131dbcd2ad57c076a7bbf0019f002ebee5a9f155d17
5
5
  SHA512:
6
- metadata.gz: 2196186030ca801f3ef0a9c3df47418cefab10b90a01ea3a477c4e411161e4adeea38a11428cd1d418af9039780604e5a8f53f8e286bb545a1dc23a6e99b7912
7
- data.tar.gz: 582a600fb2751d0ee756b97f88cfe653643a6d37be0208564ba5b6b6d3c2e49ea76bbd3afdd074ca29181b485058b3b46675dbdd181ed73f0a134daa359270d4
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,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.18'
4
+ VERSION = '0.1.19'
5
5
  end
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.18
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: 2019-04-03 00:00:00.000000000 Z
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.2
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