zendesk_apps_tools 3.2.0 → 3.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/app_template_iframe/assets/iframe.html +1 -1
- data/lib/zendesk_apps_tools/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4aa4c08fccfaea06fa3b8c50211192e5c26e769d8aa6357a2c976fb0e66f0685
|
4
|
+
data.tar.gz: 886667f62cc77fed9364a640242318be19d6a7db052c6a97cc5af1495d8c1de1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb180f3e84617fb27c91e2822cd1932c532c1c0aa2bf98c88ef2b64ba370a8581f462707f53203fad7ab350d9dda067195128d0aaf6f3258e7965180e5c938dc
|
7
|
+
data.tar.gz: 403f4439b443dc9a4de39309158222a34fffd63675fab3d612c46024dc4b4003edb7a910bdd3a5bc31c0b9aee9e259da6be60b046e0eb29fb5421c8efa56094e
|
data/README.md
CHANGED
@@ -30,6 +30,11 @@ Then, comment-out the line referring to `zendesk_apps_support` in this project's
|
|
30
30
|
|
31
31
|
The path should point to your local ZAS directory. In this way, your clone of ZAT will use a local version of ZAS, which is very helpful for development. Run a `bundle install` after changing the Gemfile.
|
32
32
|
|
33
|
+
## Deploy ZAT
|
34
|
+
|
35
|
+
* To bump ZAT version, run `bump patch|minor|major --no-bundle` from the root directory. **Note:** `--no-bundle` is required in order to prevent `bundle update` command from running, which is by default triggered by the [bump](https://github.com/gregorym/bump) gem and could lead to incompatible dependencies.
|
36
|
+
* To publish ZAT to [Rubygems](https://rubygems.org/gems/zendesk_apps_tools), run `bundle exec rake release`.
|
37
|
+
|
33
38
|
## Testing
|
34
39
|
This project uses rspec, which you can run with `bundle exec rake`.
|
35
40
|
|
@@ -11,7 +11,7 @@
|
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<h2 class="u-semibold u-fs-xl">Hello, World!</h2>
|
14
|
-
<script src="https://
|
14
|
+
<script src="https://static.zdassets.com/zendesk_app_framework_sdk/2.0/zaf_sdk.min.js"></script>
|
15
15
|
<script>
|
16
16
|
// Initialise Apps framework client. See also:
|
17
17
|
// https://developer.zendesk.com/apps/docs/developer-guide/getting_started
|
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: 3.
|
4
|
+
version: 3.3.0
|
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: 2019-
|
14
|
+
date: 2019-10-11 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: thor
|
@@ -103,14 +103,14 @@ dependencies:
|
|
103
103
|
requirements:
|
104
104
|
- - "~>"
|
105
105
|
- !ruby/object:Gem::Version
|
106
|
-
version: 4.
|
106
|
+
version: 4.22.0
|
107
107
|
type: :runtime
|
108
108
|
prerelease: false
|
109
109
|
version_requirements: !ruby/object:Gem::Requirement
|
110
110
|
requirements:
|
111
111
|
- - "~>"
|
112
112
|
- !ruby/object:Gem::Version
|
113
|
-
version: 4.
|
113
|
+
version: 4.22.0
|
114
114
|
- !ruby/object:Gem::Dependency
|
115
115
|
name: sinatra-cross_origin
|
116
116
|
requirement: !ruby/object:Gem::Requirement
|
@@ -334,8 +334,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
334
334
|
- !ruby/object:Gem::Version
|
335
335
|
version: 1.3.6
|
336
336
|
requirements: []
|
337
|
-
|
338
|
-
rubygems_version: 2.7.6
|
337
|
+
rubygems_version: 3.0.6
|
339
338
|
signing_key:
|
340
339
|
specification_version: 4
|
341
340
|
summary: Tools to help you develop Zendesk Apps.
|