ZOHOCRMSDK2_0 5.0.0 → 6.1.0

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.
data/src/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ZOHOCRMSDK
2
- VERSION = '5.0.0'
2
+ VERSION = '6.1.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ZOHOCRMSDK2_0
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ZOHO CRM API TEAM
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-02 00:00:00.000000000 Z
11
+ date: 2023-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi
@@ -219,6 +219,7 @@ files:
219
219
  - src/com/zoho/crm/api/dc/datacenter.rb
220
220
  - src/com/zoho/crm/api/dc/eu_datacenter.rb
221
221
  - src/com/zoho/crm/api/dc/in_datacenter.rb
222
+ - src/com/zoho/crm/api/dc/jp_datacenter.rb
222
223
  - src/com/zoho/crm/api/dc/us_datacenter.rb
223
224
  - src/com/zoho/crm/api/exception/sdk_exception.rb
224
225
  - src/com/zoho/crm/api/fields/api_exception.rb
@@ -322,6 +323,7 @@ files:
322
323
  - src/com/zoho/crm/api/record/action_response.rb
323
324
  - src/com/zoho/crm/api/record/action_wrapper.rb
324
325
  - src/com/zoho/crm/api/record/api_exception.rb
326
+ - src/com/zoho/crm/api/record/apply_feature_execution.rb
325
327
  - src/com/zoho/crm/api/record/body_wrapper.rb
326
328
  - src/com/zoho/crm/api/record/carry_over_tags.rb
327
329
  - src/com/zoho/crm/api/record/comment.rb
@@ -487,10 +489,11 @@ files:
487
489
  - src/resources/JSONDetails.json
488
490
  - src/version.rb
489
491
  homepage: https://www.zoho.com/crm/
490
- licenses: []
492
+ licenses:
493
+ - Apache-2.0
491
494
  metadata:
492
495
  source_code_uri: https://github.com/zoho/zohocrm-ruby-sdk-2.0
493
- post_install_message:
496
+ post_install_message:
494
497
  rdoc_options: []
495
498
  require_paths:
496
499
  - src
@@ -505,8 +508,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
505
508
  - !ruby/object:Gem::Version
506
509
  version: '0'
507
510
  requirements: []
508
- rubygems_version: 3.0.9
509
- signing_key:
511
+ rubygems_version: 3.1.2
512
+ signing_key:
510
513
  specification_version: 4
511
514
  summary: API client for Zoho CRM
512
515
  test_files: []