zendesk_apps_support 4.0.0 → 4.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.
- checksums.yaml +4 -4
- data/config/locales/en.yml +1 -1
- data/config/locales/translations/zendesk_apps_support.yml +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 449bb01da83e188fc02e7e128f06603ef635fa61
|
|
4
|
+
data.tar.gz: ba5becce7a36d0a6f6de94ca2b6f0fc5bfcd7ddb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8cc4270f6283719ddd650b3f7d67940efe84bcaff8a12db143de2ec65027d72a34e8bb667339bf965addf2c29b732c294a4a18638ae6fc8925d6a8421dfd14b
|
|
7
|
+
data.tar.gz: c0d356946db015d422fdea255341b34f9efc8f23caa565f185972b145243ec4d18b7150811cc46ceb02fe81605c3c71a60d89de9defbf9b69d17cd0ead81a29e
|
data/config/locales/en.yml
CHANGED
|
@@ -36,7 +36,7 @@ en:
|
|
|
36
36
|
an array containing strings
|
|
37
37
|
missing_requirements: Could not find requirements.json
|
|
38
38
|
requirements_not_supported: App requirements are not supported for marketing-only
|
|
39
|
-
|
|
39
|
+
or Chat-only apps
|
|
40
40
|
manifest_keys:
|
|
41
41
|
missing:
|
|
42
42
|
one: 'Missing required field in manifest: %{missing_keys}'
|
|
@@ -79,7 +79,7 @@ parts:
|
|
|
79
79
|
- translation:
|
|
80
80
|
key: "txt.apps.admin.error.app_build.requirements_not_supported"
|
|
81
81
|
title: "App builder job: requirements not supported error"
|
|
82
|
-
value: "App requirements are not supported for marketing-only apps"
|
|
82
|
+
value: "App requirements are not supported for marketing-only or Chat-only apps"
|
|
83
83
|
- translation:
|
|
84
84
|
key: "txt.apps.admin.error.app_build.manifest_keys.missing.one"
|
|
85
85
|
title: "App builder job: missing manifest fields error"
|
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.1.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: 2017-08-
|
|
14
|
+
date: 2017-08-31 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: i18n
|
|
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
230
230
|
version: 1.3.6
|
|
231
231
|
requirements: []
|
|
232
232
|
rubyforge_project:
|
|
233
|
-
rubygems_version: 2.6.
|
|
233
|
+
rubygems_version: 2.6.13
|
|
234
234
|
signing_key:
|
|
235
235
|
specification_version: 4
|
|
236
236
|
summary: Support to help you develop Zendesk Apps.
|