zendesk_apps_support 4.11.0 → 4.11.1

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
- SHA1:
3
- metadata.gz: 651dbb4885312a3344235f1fc67430b4292378d8
4
- data.tar.gz: 872abbf352ba3f02cae8a6902e0a09e203c9a303
2
+ SHA256:
3
+ metadata.gz: a8fedffd68a61d5c41bb26ce85e5912112b6fc2fe6595b17e6164a60dc390e66
4
+ data.tar.gz: bf78421277309f7d8166f108da3eff4906c66efa3c30fdf537589c854e54b2c9
5
5
  SHA512:
6
- metadata.gz: 3648f0308aa79e2b962de36da307d8c8ca178b148d30ca2b81bbcd2f58d4cb9b2b740059da7353873d04c4082b6b3f70341af561d6efe86db7d36404c68e34bb
7
- data.tar.gz: 14475794f8d8578fa05355ac485beb08cb463284b85868cd20dd688c3ba16369b39672dfd22864c0f960f480e30b244ceaf6783a75917d8c1e2f56c6be73b5e0
6
+ metadata.gz: cb67d2e2d27605d4bd477a3866f382ac8a78f8314d5d7a80e3c03ea68681074f37f85e2bc7366353031f73a2dffa48fa9e0ee288b39fc6783908311a587d1725
7
+ data.tar.gz: 51d583a6f058dd550a6ada1d842c0658a28b54e0010f6dbbe01767ae4e79b9fd7adde4a3aae6f0af1e7efc883fc48fb8555666567c8de2f4d7722eb1f9051c56
@@ -19,8 +19,6 @@ en:
19
19
  only
20
20
  no_framework_version_required: Framework versions can't be set when you
21
21
  specify requirements only
22
- no_app_js_required: Do not set your app to requirements only if you need
23
- app.js
24
22
  manifest_not_json: manifest is not proper JSON. %{errors}
25
23
  duplicate_manifest_keys: Duplicate keys are specified in the manifest.json
26
24
  file. %{errors}
@@ -71,7 +69,7 @@ en:
71
69
  not allowed when an iframe URI or noTemplate is specified
72
70
  invalid_default_locale: "%{default_locale} is not a valid default locale."
73
71
  missing_translation_file: 'Missing translation file for locale ''%{default_locale}''.
74
- Learn more: http://developer.zendesk.com/documentation/apps/i18n.html'
72
+ Learn more: https://developer.zendesk.com/apps/docs/developer-guide/deploying#app-internationalization'
75
73
  invalid_host: "%{host_name} is an invalid host for apps."
76
74
  invalid_location:
77
75
  one: "%{invalid_locations} is an invalid location in %{host_name}."
@@ -79,11 +77,8 @@ en:
79
77
  blank_location_uri: "%{location} location does not specify a URI."
80
78
  invalid_location_uri: "%{uri} is either an invalid location URI, refers
81
79
  to a missing asset, or does not use HTTPS."
82
- signed_setting_uri: the url (%{uri}) cannot use a setting because it is
83
- a signed url
84
- duplicate_location:
85
- one: "%{duplicate_locations} is a duplicate location."
86
- other: "%{duplicate_locations} are duplicate locations."
80
+ signed_setting_uri: The url (%{uri}) cannot use a setting because it is
81
+ a signed url.
87
82
  name_as_parameter_name: Can't call a parameter 'name'
88
83
  invalid_hidden_parameter:
89
84
  one: "%{invalid_params} is set to hidden and cannot be required."
@@ -8,7 +8,7 @@ packages:
8
8
 
9
9
  parts:
10
10
  - translation:
11
- key: "txt.apps.admin.error.app_build.jshint.one"
11
+ key: "txt.apps.admin.error.app_build.jshint.one"
12
12
  title: "App builder job: JSHint error message"
13
13
  value: "JSHint error in %{file}: %{errors}"
14
14
  - translation:
@@ -158,7 +158,7 @@ parts:
158
158
  - translation:
159
159
  key: "txt.apps.admin.error.app_build.missing_translation_file"
160
160
  title: "App builder job: missing translation file"
161
- value: "Missing translation file for locale '%{default_locale}'. Learn more: http://developer.zendesk.com/documentation/apps/i18n.html"
161
+ value: "Missing translation file for locale '%{default_locale}'. Learn more: https://developer.zendesk.com/apps/docs/developer-guide/deploying#app-internationalization"
162
162
  - translation:
163
163
  key: "txt.apps.admin.error.app_build.invalid_host"
164
164
  title: "App builder job: invalid host application for apps"
@@ -103,7 +103,7 @@ module ZendeskAppsSupport
103
103
  end
104
104
 
105
105
  def iframe_only?
106
- Gem::Version.new(framework_version) >= Gem::Version.new('2')
106
+ framework_version && Gem::Version.new(framework_version) >= Gem::Version.new('2')
107
107
  end
108
108
 
109
109
  def parameters
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.11.0
4
+ version: 4.11.1
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: 2018-04-04 00:00:00.000000000 Z
14
+ date: 2018-05-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: i18n
@@ -274,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
274
274
  version: 1.3.6
275
275
  requirements: []
276
276
  rubyforge_project:
277
- rubygems_version: 2.6.8
277
+ rubygems_version: 2.7.0
278
278
  signing_key:
279
279
  specification_version: 4
280
280
  summary: Support to help you develop Zendesk Apps.