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 +4 -4
- data/lib/zoho_crm/version.rb +1 -1
- data/zoho_crm.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec8dec5a4dc9b2c6dec2d302b60b81e59ec88308
|
4
|
+
data.tar.gz: 734c82214e44d61761a7438bf0d7ae677edc7d2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ca3fe2110982fc1bcd60853b4f2e36ae30c629fb837a75fcb71fa0d8252c4fe7b91d31081619ac2554bbbf96b5de15270dc374dd8628ce37f84e09dc0c32ba2
|
7
|
+
data.tar.gz: 072635e46dda1b488758d7e8ba8d12da27183705f768113e57436498be2374d30c9b311e0402f6a4170f2b0a5654479244b86fad3540e89b6e4586ef4d1af83d
|
data/lib/zoho_crm/version.rb
CHANGED
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.
|
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: []
|