zendesk_apps_tools 2.9.5 → 2.9.6
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 +5 -5
- data/lib/zendesk_apps_tools/command.rb +1 -1
- data/lib/zendesk_apps_tools/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: d95c142950ecd09c3ccf6fb294882aaa3f7e3df2
|
|
4
|
+
data.tar.gz: b7e54691230737d58bc54d902563c4a28f25b8df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
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.
|
|
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/
|
|
331
|
+
- features/fixtures/quote_character_translation.json
|
|
331
332
|
- features/new.feature
|
|
332
|
-
- features/
|
|
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/
|
|
336
|
-
- features/step_definitions/app_steps.rb
|
|
337
|
-
- features/fixtures/quote_character_translation.json
|
|
338
|
-
- features/package.feature
|
|
338
|
+
- features/validate.feature
|