zendesk_apps_support 4.35.1 → 4.36.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 +4 -4
- data/README.md +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ddb9ca6bd35d47456f6de088434f8f3502d3d1638ffc0a516494c162119bfda
|
|
4
|
+
data.tar.gz: b421634bb653f6adf29c69248b135a802e45e9d14800ec23d9d4292fbd08f7aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1f7bf5db5c3f4cf999642075f7801b4ce755fe7e17f5f25d017b174e030b51e5e577ddbb3239c8b16915af2dc63ecbb23ab753c0679490a76ec0a2a6f70ae3f
|
|
7
|
+
data.tar.gz: b53768b53f15e13472596fb469203645d1da4152c671d4d7d0a3d33145e0732da245ed1f2886263a4f63d1a8402f47d3fb229e9cee6cdd4a074cf9efbb713fa1
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ This project uses Rspec, which can be run with `bundle exec rake`.
|
|
|
16
16
|
|
|
17
17
|
## Contribute
|
|
18
18
|
* Put up a PR into the master branch.
|
|
19
|
-
* CC and get two +1 from @zendesk/
|
|
19
|
+
* CC and get two +1 from @zendesk/wattle, or @zendesk/vegemite.
|
|
20
20
|
|
|
21
21
|
## Bugs
|
|
22
22
|
Bugs can be reported as an issue here on github, or submitted to support@zendesk.com. By mentioning this project it will assigned to the right team.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zendesk_apps_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.36.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James A. Rosen
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2022-08-
|
|
14
|
+
date: 2022-08-17 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: i18n
|
|
@@ -340,7 +340,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
340
340
|
requirements:
|
|
341
341
|
- - ">="
|
|
342
342
|
- !ruby/object:Gem::Version
|
|
343
|
-
version: '2.
|
|
343
|
+
version: '2.6'
|
|
344
|
+
- - "<"
|
|
345
|
+
- !ruby/object:Gem::Version
|
|
346
|
+
version: '3.1'
|
|
344
347
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
345
348
|
requirements:
|
|
346
349
|
- - ">="
|