zoho_crm 1.0.0 → 1.0.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: 9bd1f8b70b42d52cb21a3ed0b73fe988882479c0
4
- data.tar.gz: 7684fee1463608e80503fd1b488a118084342a1b
3
+ metadata.gz: ec8dec5a4dc9b2c6dec2d302b60b81e59ec88308
4
+ data.tar.gz: 734c82214e44d61761a7438bf0d7ae677edc7d2b
5
5
  SHA512:
6
- metadata.gz: ff4963206663ad171ecb658de505c8d653587a2cae99bf1a193dd30bdd15f7e16bf50305370e659369fc0682747566f5f7ff3c097a4c4e00c4a5882229c02594
7
- data.tar.gz: f5cd1b38f1b8e6b0f59aa052c9795a74ac7a4376ed2cfab95c71a68eeecd2fc712303295230c05c44cf8f0fafb9e94922d9cf7fe64d93564a5c12d57d8f4d682
6
+ metadata.gz: 9ca3fe2110982fc1bcd60853b4f2e36ae30c629fb837a75fcb71fa0d8252c4fe7b91d31081619ac2554bbbf96b5de15270dc374dd8628ce37f84e09dc0c32ba2
7
+ data.tar.gz: 072635e46dda1b488758d7e8ba8d12da27183705f768113e57436498be2374d30c9b311e0402f6a4170f2b0a5654479244b86fad3540e89b6e4586ef4d1af83d
@@ -1,5 +1,5 @@
1
1
  module ZohoCrm
2
2
  class Client
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
data/zoho_crm.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Ciaran Lofts"]
10
10
  spec.email = ["ciaran@wishpond.com"]
11
11
 
12
- spec.summary = %q{Light wrapper for the ZohoCRM API allowing users to interact with the Contacts and Leads modules}
12
+ spec.summary = %q{Light wrapper for the ZohoCRM API allowing users to interact with the Contacts and Leads modules github.com/cjlofts/zoho_crm}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoho_crm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ciaran Lofts
@@ -110,5 +110,5 @@ rubygems_version: 2.4.6
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Light wrapper for the ZohoCRM API allowing users to interact with the Contacts
113
- and Leads modules
113
+ and Leads modules github.com/cjlofts/zoho_crm
114
114
  test_files: []