zoho_hub 0.1.7 → 0.1.8

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: d2cbec00425f02c791ce36fe7b5906fe81ab0a0fe038233d0b4002a38a04d4a3
4
- data.tar.gz: e38e359dab1baed51a97832bdf88ec70af91f9277a80793bf37586990e218250
3
+ metadata.gz: 9fdbdbdc0dc229d610a985001c93838d9b15a8573bd5345bbc595e92e2843733
4
+ data.tar.gz: 94481fc1b7f3015f2f587153b71edcef35c0bc2986f3e3cd3f26c103e18e94c8
5
5
  SHA512:
6
- metadata.gz: bb0ac1921244a51332e1fde57f4e98b5b3a49874ba2dfa21829c3ceca5bc4eb3786bbfd68082f2caf43e0677884232b7a813194c31d52e0864ff15d58a3fde2c
7
- data.tar.gz: d4bcbe66a54f67d37fd51e2bfef5d525ae3f7b1b2f77cc3f0cb1aacc9a0889d02c898744c3787c5b854f8e65251848938ae49236bb6b1a40446ac2b170a5782f
6
+ metadata.gz: 69361e8a06b6fc6c63a9fc32e35e3cf0e12c597eaefe97db8f2509c8365602fcb793e5dd308f7edc7885548f46bb63f04b219e12bbfe5f9455a0f84df56c6aed
7
+ data.tar.gz: e99bd857cc814037d101189e1064a81990f59184b8a7f53ad7c23188e47c276635947c09c87832416efc29d04089112c8a74e84935bea310dd2a90be601b3543
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zoho_hub (0.1.7)
4
+ zoho_hub (0.1.8)
5
5
  activesupport (~> 5.2)
6
6
  addressable (~> 2.5)
7
7
  faraday (~> 0.15)
@@ -7,7 +7,7 @@ module ZohoHub
7
7
  attributes :id, :code, :deal_name, :amount, :description, :stage
8
8
  attributes :company_age_years, :company_age_months, :term, :use_proceeds, :proceeds_detail
9
9
  attributes :currency, :territory, :employee_count, :turnover, :industry, :region
10
- attributes :review_outcome, :first_created, :last_modified, :preferred_term
10
+ attributes :review_outcome, :first_created, :last_modified, :preferred_term, :project_notes
11
11
  attributes :campaign_id, :account_id, :contact_id, :campaign_detail, :reviewers_comment
12
12
 
13
13
  DEFAULTS = {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.7'
4
+ VERSION = '0.1.8'
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-09 00:00:00.000000000 Z
11
+ date: 2018-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport