zendesk_apps_tools 3.2.0 → 3.2.1

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: c2ca4278c1c5a242530f95816aefcc170c7a3c4bd849942077a347a746fb93b2
4
+ data.tar.gz: 1d14029659d826f0014f93c1aa227012d465844f7a0285795760e51e07ff95bf
5
5
  SHA512:
6
- metadata.gz: 4007b08686993358bd3cfb1dc30720d08ff706aa4512a817e45e2466edff89c11316ea54fc701b84e4ed545fa05d609871f7cdbd846e991d855a871975c7d5e5
7
- data.tar.gz: 05b6baa4c3d00686063001e5b18dc7d4916a8781f690423c7580d77b1fd9c862dfce14d923dfa28c9216c2bae7141b7ceca127d90d5496a464543195b22c2bc3
6
+ metadata.gz: 00a00319b44aad07a4d2b1bd40d383630cf95ca0105d940cac83b310dd7c918710756492cf09941a8ae3f715a8caf4aa3bc277831df1090b49338d38e9ec1b95
7
+ data.tar.gz: 3343e73cd1ad93b74765e7f2879383e9ca17ffcacf3b39d298f76aa157b458d108057b14e59ec4d4dab5e2ee6ad57cd60dc5c22ad631434756ce6dd94d29da8e
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
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ZendeskAppsTools
3
- VERSION = '3.2.0'
3
+ VERSION = '3.2.1'
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.2.1
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-08-05 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.21.1
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.21.1
114
114
  - !ruby/object:Gem::Dependency
115
115
  name: sinatra-cross_origin
116
116
  requirement: !ruby/object:Gem::Requirement