zendesk_apps_tools 2.9.5 → 2.9.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 434d24f23b9e07f418808149ea0c86c4241645be15a613dbddd86145c6789fd0
4
- data.tar.gz: aad40dbfb893f8ab4e200fba2b056a669c2e7fb0cb3d96bbf72a97c59c1f21bc
2
+ SHA1:
3
+ metadata.gz: d95c142950ecd09c3ccf6fb294882aaa3f7e3df2
4
+ data.tar.gz: b7e54691230737d58bc54d902563c4a28f25b8df
5
5
  SHA512:
6
- metadata.gz: 6092e39e119c703cc6d70eb1071c91d3d26440ae2c2f0dd41f0ec863e20331a01995d793b6a017f8fa7b370e019e115f41848182757535acdfe3abb00a7663fb
7
- data.tar.gz: d5b5a41c243fb84199b3a80c23b5c53982c65b49b8477c0a6e30d3a9a7474ce922481af4fc2b36592c32f3cd19acce0f18443c2ea4a0f1fefe3f1c7e07a32044
6
+ metadata.gz: dd9f6090f3de6c017c9192dc746abb09e004771fc14bf739e65f684cb0340f43cda9bbc9b7c3e863bf24fcf59952d93b5efd4b0a31b0ce162cf673a04d0871de
7
+ data.tar.gz: 5f314e2b18e225454f782751b362a472888123a9dd5be6630eb29dfa791e029b30a11ba8ca4315255ca7cc7a3ed8cd5af99880fcf6918f3b747b31043476bfd1
@@ -248,7 +248,7 @@ module ZendeskAppsTools
248
248
  end
249
249
 
250
250
  def product_codes(manifest)
251
- manifest.location_options.collect{ |option| option.location.product_code }
251
+ manifest.location_options.collect{ |option| option.location.product_code }.uniq
252
252
  end
253
253
 
254
254
  def settings
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ZendeskAppsTools
3
- VERSION = '2.9.5'
3
+ VERSION = '2.9.6'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zendesk_apps_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.5
4
+ version: 2.9.6
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-06-22 00:00:00.000000000 Z
14
+ date: 2018-07-20 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: thor
@@ -321,18 +321,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
321
321
  version: 1.3.6
322
322
  requirements: []
323
323
  rubyforge_project:
324
- rubygems_version: 2.7.3
324
+ rubygems_version: 2.6.8
325
325
  signing_key:
326
326
  specification_version: 4
327
327
  summary: Tools to help you develop Zendesk Apps.
328
328
  test_files:
329
+ - features/clean.feature
329
330
  - features/create.feature
330
- - features/validate.feature
331
+ - features/fixtures/quote_character_translation.json
331
332
  - features/new.feature
332
- - features/clean.feature
333
+ - features/package.feature
334
+ - features/step_definitions/app_steps.rb
335
+ - features/support/env.rb
333
336
  - features/support/helpers.rb
334
337
  - features/support/webmock.rb
335
- - features/support/env.rb
336
- - features/step_definitions/app_steps.rb
337
- - features/fixtures/quote_character_translation.json
338
- - features/package.feature
338
+ - features/validate.feature