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 +4 -4
- data/README.md +5 -0
- data/lib/zendesk_apps_tools/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2ca4278c1c5a242530f95816aefcc170c7a3c4bd849942077a347a746fb93b2
|
|
4
|
+
data.tar.gz: 1d14029659d826f0014f93c1aa227012d465844f7a0285795760e51e07ff95bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
113
|
+
version: 4.21.1
|
|
114
114
|
- !ruby/object:Gem::Dependency
|
|
115
115
|
name: sinatra-cross_origin
|
|
116
116
|
requirement: !ruby/object:Gem::Requirement
|