zendesk_apps_tools 3.2.0 → 3.3.0

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: 1a29c6b9e04b5088dae0345cf609c21b3f12cb0a12d767ca579f5ea80aa2f751
4
- data.tar.gz: deed3bd9087a44f2d2c5cbcd1d2c5a798cd7d16454f2427e57eb7c851b70c567
3
+ metadata.gz: 4aa4c08fccfaea06fa3b8c50211192e5c26e769d8aa6357a2c976fb0e66f0685
4
+ data.tar.gz: 886667f62cc77fed9364a640242318be19d6a7db052c6a97cc5af1495d8c1de1
5
5
  SHA512:
6
- metadata.gz: 4007b08686993358bd3cfb1dc30720d08ff706aa4512a817e45e2466edff89c11316ea54fc701b84e4ed545fa05d609871f7cdbd846e991d855a871975c7d5e5
7
- data.tar.gz: 05b6baa4c3d00686063001e5b18dc7d4916a8781f690423c7580d77b1fd9c862dfce14d923dfa28c9216c2bae7141b7ceca127d90d5496a464543195b22c2bc3
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://assets.zendesk.com/apps/sdk/2.0/zaf_sdk.js"></script>
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
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ZendeskAppsTools
3
- VERSION = '3.2.0'
3
+ VERSION = '3.3.0'
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: 3.2.0
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-07-29 00:00:00.000000000 Z
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.21.0
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.21.0
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
- rubyforge_project:
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.