zendesk_apps_support 4.29.10 → 4.30.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa1ee6d9fc91ee5d6cb804b1ba66546f46c2c3c4bf387bebc2116b08dc410903
4
- data.tar.gz: a64aba109da369c8f6e7a49ee58cc0672dda29707b1a3b99daeaef1ef340076d
3
+ metadata.gz: 6bd70d0ed6d2ba7abfc7f1fd6a0f78859c8e7cb1d497a923100b7f10e79eebec
4
+ data.tar.gz: '09e417a98926c0268d3dd6a7a9c4bb43cd3f2d745e1699445dfd57c2ed9678fa'
5
5
  SHA512:
6
- metadata.gz: 627216d9ed25f72ebd97434d6375bd4b217c5df2f95551dd3a626ce735992b8b9730077cfc39f99ee144ad908e08aeff17df5179cbd97da24446f4fa08a98722
7
- data.tar.gz: 60cd0e5d10b3ba3e3368c6b9fbcff8bd58d28ba442d9dcd8377121e4a50b600cb13564bd2a980ecce1458d0f1afaeca6acf9ac02eb42567c69b524bf33533d24
6
+ metadata.gz: aba823074a1e97593d3e0a42fb335aafccf32452bed240a61d0edcf97a7023f2c6f9ef72f844dc94403a3f8591034eea84417c8bdcdb2dc2538b0045e8e2717b
7
+ data.tar.gz: cd905af05747e62af87996c5aabee24cffab6f1f8e330f9d29b131d7a67a8af02cd9e43abc67395d61483a95760210b6089289eff54368026ff3add43e2e91a2
data/README.md CHANGED
@@ -9,12 +9,6 @@ This repo is owned and maintained by the Zendesk Apps team. You can reach us on
9
9
  ## Getting Started
10
10
  When you want to help **develop** this tool, you will need to clone this repo.
11
11
 
12
- Since ZAS is used in ZAT, which supports Ruby 2.1, the Bundler Gem Version 1.17.3 is required for bundling dependencies. If you are working with a version that is higher than `1.17.3`, you will need to downgrade it.
13
- ```
14
- $ gem install bundler --version 1.17.3
15
- $ bundle install
16
- ```
17
-
18
12
  Very likely you want to try out your changes with the use of ZAT. See [ZAT](https://github.com/zendesk/zendesk_apps_tools/) for how to get ZAT/ZAS in development.
19
13
 
20
14
  ## Testing
@@ -6,6 +6,6 @@ module ZendeskAppsSupport
6
6
  CUSTOM_OBJECTS_TYPE_KEY = 'custom_object_types'
7
7
  CUSTOM_OBJECTS_RELATIONSHIP_TYPE_KEY = 'custom_object_relationship_types'
8
8
  TYPES = %w[automations channel_integrations custom_objects macros targets views ticket_fields
9
- triggers user_fields organization_fields].freeze
9
+ triggers user_fields organization_fields webhooks].freeze
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zendesk_apps_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.29.10
4
+ version: 4.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James A. Rosen
8
8
  - Likun Liu
9
9
  - Sean Caffery
10
10
  - Daniel Ribeiro
11
- autorequire:
11
+ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2021-08-30 00:00:00.000000000 Z
14
+ date: 2021-11-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: i18n
@@ -332,7 +332,7 @@ homepage: http://github.com/zendesk/zendesk_apps_support
332
332
  licenses:
333
333
  - Apache License Version 2.0
334
334
  metadata: {}
335
- post_install_message:
335
+ post_install_message:
336
336
  rdoc_options: []
337
337
  require_paths:
338
338
  - lib
@@ -347,8 +347,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
347
347
  - !ruby/object:Gem::Version
348
348
  version: 1.3.6
349
349
  requirements: []
350
- rubygems_version: 3.0.8
351
- signing_key:
350
+ rubygems_version: 3.0.1
351
+ signing_key:
352
352
  specification_version: 4
353
353
  summary: Support to help you develop Zendesk Apps.
354
354
  test_files: []