zoho_crm 1.0.1 → 1.0.2
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/README.md +0 -6
- data/lib/zoho_crm/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb7d7d7ebaebee1c6b695fff83448f0c55479e78
|
4
|
+
data.tar.gz: 99117e2d42fcfc09eece826582528c08b698723b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c4e599a1beda9c0d90c9dedbfe5a7465e7965636fc9d26f8b97bca32e15b03ad0c8434bc66c8391c376b60b1e090162d742b8f1794439ec47d6149833f86f2c
|
7
|
+
data.tar.gz: e2e1abf0895c544b4e203a7ec63b32c7c532439e797542f53959edf42eaba11497a34b3727fa51fa1b4d2b2b6c7ab031031f2ffbc2f13f338c6ae1c6258b700e
|
data/README.md
CHANGED
@@ -259,12 +259,6 @@ data = {
|
|
259
259
|
|
260
260
|
N.B. It appears that zoho will only let 10 concurrent auth tokens be generated for each account. These auth tokens can be deleted manually in the 'My Account' section on Zoho.
|
261
261
|
|
262
|
-
## Development
|
263
|
-
|
264
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
|
265
|
-
|
266
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
267
|
-
|
268
262
|
## Contributing
|
269
263
|
|
270
264
|
1. Fork it ( https://github.com/cjlofts/zoho_crm/fork )
|
data/lib/zoho_crm/version.rb
CHANGED