zoho_crm 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -6
  3. data/lib/zoho_crm/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec8dec5a4dc9b2c6dec2d302b60b81e59ec88308
4
- data.tar.gz: 734c82214e44d61761a7438bf0d7ae677edc7d2b
3
+ metadata.gz: eb7d7d7ebaebee1c6b695fff83448f0c55479e78
4
+ data.tar.gz: 99117e2d42fcfc09eece826582528c08b698723b
5
5
  SHA512:
6
- metadata.gz: 9ca3fe2110982fc1bcd60853b4f2e36ae30c629fb837a75fcb71fa0d8252c4fe7b91d31081619ac2554bbbf96b5de15270dc374dd8628ce37f84e09dc0c32ba2
7
- data.tar.gz: 072635e46dda1b488758d7e8ba8d12da27183705f768113e57436498be2374d30c9b311e0402f6a4170f2b0a5654479244b86fad3540e89b6e4586ef4d1af83d
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 )
@@ -1,5 +1,5 @@
1
1
  module ZohoCrm
2
2
  class Client
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ciaran Lofts