zendesk_apps_tools 1.35.9 → 1.35.10

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
  SHA1:
3
- metadata.gz: 911614782ae6af3a96309e2811058d44b69e6e0b
4
- data.tar.gz: de64050af7ec6b681c305989bd8796437c9ee2ef
3
+ metadata.gz: 9b15e8068c2e49b57a40f9d1739322edbdb7de9b
4
+ data.tar.gz: da2b772edee1716468cea5b49748bf8a052e20ec
5
5
  SHA512:
6
- metadata.gz: 50809952492bfc2188959ce3692145750ed865ee1fb8663fb0b15c304422613aed4970c73c84ec70fe414667cdcbb4def8f7c4f869aeb35b1d3aedb8571ef5bb
7
- data.tar.gz: 1b850fc065fee0e74caf2ce820341c4d130b40d4c4fd5486e5978362e5a9b4972c84cff2407ac68d5c28bc6f64cac4840af378a13c0cadd50ab4ae354a59a34b
6
+ metadata.gz: 062efd512eb324ed405734d34eb39f25ef66d895a48105bf69bcb2d47c0133510563eebfb20e68e7939adb58a82c6fc7380956aa0968996b607a5cfa9b9cc97f
7
+ data.tar.gz: 074999adf82592494ff4b8729cb9af3fc5f38ce10b75d6772f4f347886d15cf4414a57f86fcf32dc375bd98d80dca20f18a462a38dd869db97064f5755169bf7
Binary file
Binary file
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
3
+ viewBox="0 0 18 18" style="enable-background:new 0 0 18 18;" xml:space="preserve">
4
+ <path id="Fill-3" d="M1.5,6.1C1.3,5.9,1,6,1,6.4l0,7c0,0.3,0.2,0.7,0.5,0.9l6,3.6C7.8,18.1,8,18,8,17.6l0-7.1c0-0.3-0.2-0.7-0.5-0.9
5
+ L1.5,6.1z"/>
6
+ <path id="Fill-5" d="M10.5,17.9c-0.3,0.2-0.5,0-0.5-0.3l0-7c0-0.3,0.2-0.7,0.5-0.9l6-3.6C16.8,5.9,17,6,17,6.4l0,7.1
7
+ c0,0.3-0.2,0.7-0.5,0.9L10.5,17.9z"/>
8
+ <path id="Fill-1" d="M2.2,3.7c-0.3,0.2-0.3,0.4,0,0.6l6.2,3.6C8.7,8,9.2,8,9.4,7.9l6.3-3.6c0.3-0.2,0.3-0.4,0-0.6L9.5,0.1
9
+ C9.2,0,8.8,0,8.5,0.1L2.2,3.7z"/>
10
+ </svg>
Binary file
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 18 18" style="enable-background:new 0 0 18 18;" xml:space="preserve">
5
+ <path id="Fill-3" d="M1.5,6.1C1.3,5.9,1,6,1,6.4l0,7c0,0.3,0.2,0.7,0.5,0.9l6,3.6C7.8,18.1,8,18,8,17.6l0-7.1c0-0.3-0.2-0.7-0.5-0.9
6
+ L1.5,6.1z"/>
7
+ <path id="Fill-5" d="M10.5,17.9c-0.3,0.2-0.5,0-0.5-0.3l0-7c0-0.3,0.2-0.7,0.5-0.9l6-3.6C16.8,5.9,17,6,17,6.4l0,7.1
8
+ c0,0.3-0.2,0.7-0.5,0.9L10.5,17.9z"/>
9
+ <path id="Fill-1" d="M2.2,3.7c-0.3,0.2-0.3,0.4,0,0.6l6.2,3.6C8.7,8,9.2,8,9.4,7.9l6.3-3.6c0.3-0.2,0.3-0.4,0-0.6L9.5,0.1
10
+ C9.2,0,8.8,0,8.5,0.1L2.2,3.7z"/>
11
+ </svg>
@@ -7,8 +7,10 @@
7
7
  },
8
8
  "defaultLocale": "en",
9
9
  "private": true,
10
- "location": { "zendesk":
11
- { "ticket_sidebar": "<%= @iframe_location %>" }
10
+ "location": {
11
+ "support": {
12
+ "ticket_sidebar": "<%= @iframe_location %>"
13
+ }
12
14
  },
13
15
  "version": "1.0",
14
16
  "frameworkVersion": "2.0"
data/features/new.feature CHANGED
@@ -109,8 +109,10 @@ Feature: create a template for a new zendesk app
109
109
  },
110
110
  "defaultLocale": "en",
111
111
  "private": true,
112
- "location": { "zendesk":
113
- { "ticket_sidebar": "assets/iframe.html" }
112
+ "location": {
113
+ "support": {
114
+ "ticket_sidebar": "assets/iframe.html"
115
+ }
114
116
  },
115
117
  "version": "1.0",
116
118
  "frameworkVersion": "2.0"
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ZendeskAppsTools
3
- VERSION = '1.35.9'
3
+ VERSION = '1.35.10'
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: 1.35.9
4
+ version: 1.35.10
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: 2016-11-16 00:00:00.000000000 Z
14
+ date: 2016-11-17 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: thor
@@ -194,19 +194,17 @@ files:
194
194
  - app_template/README.md
195
195
  - app_template/app.css
196
196
  - app_template/app.js
197
- - app_template/assets/banner.png
198
- - app_template/assets/logo-promotion.png
199
197
  - app_template/assets/logo-small.png
200
198
  - app_template/assets/logo.png
199
+ - app_template/assets/logo.svg
201
200
  - app_template/manifest.json.tt
202
201
  - app_template/templates/layout.hdbs
203
202
  - app_template/translations/en.json
204
203
  - app_template_iframe/README.md
205
- - app_template_iframe/assets/banner.png
206
204
  - app_template_iframe/assets/iframe.html
207
- - app_template_iframe/assets/logo-promotion.png
208
205
  - app_template_iframe/assets/logo-small.png
209
206
  - app_template_iframe/assets/logo.png
207
+ - app_template_iframe/assets/logo.svg
210
208
  - app_template_iframe/manifest.json.tt
211
209
  - app_template_iframe/translations/en.json
212
210
  - bin/zat
@@ -255,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
255
253
  version: 1.3.6
256
254
  requirements: []
257
255
  rubyforge_project:
258
- rubygems_version: 2.6.8
256
+ rubygems_version: 2.5.1
259
257
  signing_key:
260
258
  specification_version: 4
261
259
  summary: Tools to help you develop Zendesk Apps.
Binary file
Binary file
Binary file