zendesk_apps_tools 3.9.2 → 3.9.3

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: a59c9ead0cddbedea50372d286be6d790e7a71c862829e60a45d90211e8dae45
4
- data.tar.gz: 302510fd4815581190b5e5513f8484a478e378d8d0b89c75cd249dbc4e6eacd8
3
+ metadata.gz: d414aa0875a4d702e0af07485f5d7c33e8a9170afdf83c9668f569f917cc3136
4
+ data.tar.gz: 7b858668a7d22a1c787b059cdd6830bb047be86defdca7679ce1c10b4476431a
5
5
  SHA512:
6
- metadata.gz: 0c55c83d5598000032bf8bdc1bd890dd74dc29f5885f97cd901a2b62ba4083829c23cc232c0daad3fd33877ebfd6e7cbf6ec439c89f3719725f28b2d8015e846
7
- data.tar.gz: 588a377655eff40ed6911f99d27e2b1f244eb3e38f1e614376ec99fc8dac3895e2fc59e6388935563e6a10f6c76f7b453357359113d2fee1fc8a2a114a496a25
6
+ metadata.gz: bb35fe134b7011ad47a24eb22fc39d1f5b00d14108717ba89d8ab8f45f550b9834e9d4842e1000ef0d38acc885cbd0462abb71ba8381bd7dabce9f143ae82f78
7
+ data.tar.gz: ead86ee97a418893e8a8512c3b4f0ee2f204226599c529cc1bc413ed8de79c8fc2a68d2d01f3cafd8aca678f1aea8fc42099dc3bcbf704254bfa32f5f504cb9c
@@ -178,6 +178,12 @@ module ZendeskAppsTools
178
178
  server.set :parameters, settings
179
179
  server.set :app_id, options[:app_id]
180
180
  server.set :plan, [options[:plan], cache.fetch('plan')].reject(&:nil?).first
181
+
182
+ host = options[:bind] || DEFAULT_SERVER_IP
183
+ say "If apps fail to load, your browser may be blocking requests to http://#{host}:#{options[:port]}", :yellow
184
+ say 'Make sure Local Network Access (LNA) is allowed to access your local apps server.', :yellow
185
+ say 'Learn more: https://developer.zendesk.com/documentation/apps/zendesk-app-tools-zat/installing-and-using-zat/#testing-your-app-locally-in-a-browser', :yellow
186
+
181
187
  server.run!
182
188
  end
183
189
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ZendeskAppsTools
3
- VERSION = '3.9.2'
3
+ VERSION = '3.9.3'
4
4
  end
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zendesk_apps_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.2
4
+ version: 3.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James A. Rosen
8
8
  - Kenshiro Nakagawa
9
9
  - Shajith Chacko
10
10
  - Likun Liu
11
- autorequire:
11
+ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2023-10-02 00:00:00.000000000 Z
14
+ date: 2025-11-25 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: thor
@@ -365,7 +365,7 @@ homepage: http://github.com/zendesk/zendesk_apps_tools
365
365
  licenses:
366
366
  - Apache-2.0
367
367
  metadata: {}
368
- post_install_message:
368
+ post_install_message:
369
369
  rdoc_options: []
370
370
  require_paths:
371
371
  - lib
@@ -380,18 +380,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
380
380
  - !ruby/object:Gem::Version
381
381
  version: 3.0.0
382
382
  requirements: []
383
- rubygems_version: 3.0.3.1
384
- signing_key:
383
+ rubygems_version: 3.5.22
384
+ signing_key:
385
385
  specification_version: 4
386
386
  summary: Tools to help you develop Zendesk Apps.
387
387
  test_files:
388
- - features/support/env.rb
389
- - features/support/webmock.rb
390
- - features/support/helpers.rb
388
+ - features/clean.feature
389
+ - features/create.feature
390
+ - features/fixtures/quote_character_translation.json
391
391
  - features/new.feature
392
392
  - features/package.feature
393
- - features/fixtures/quote_character_translation.json
394
- - features/create.feature
395
- - features/clean.feature
396
- - features/validate.feature
397
393
  - features/step_definitions/app_steps.rb
394
+ - features/support/env.rb
395
+ - features/support/helpers.rb
396
+ - features/support/webmock.rb
397
+ - features/validate.feature