zendesk_apps_tools 2.1.0 → 2.1.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 +1 -1
- data/lib/zendesk_apps_tools/command.rb +4 -1
- data/lib/zendesk_apps_tools/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da30795684a3afadcb02afa5ec6674dad6b920f0
|
|
4
|
+
data.tar.gz: d918dac59b2d482b8025ab42b21653c3aff962b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42d9a2ee4be1807eca51bf6558a8e0341760a5bf2452cb59d75b0bcfdda7ed9a69c1fc0f72c86e1c415cf68a92754d0d7802dee5b5c559c758e0aa092bd77fbd
|
|
7
|
+
data.tar.gz: 32c37c63cd8e429ebee2171c63546ae9a72976f5d4e59f828c5a67e59bddd6c17264c2c65b5952e18a9dbe358db37b1865d65ee0f08df9efdf47158a64f2f080
|
data/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Improvements are always welcome. To contribute, please:
|
|
|
24
24
|
* CC and get two +1 from @zendesk/vegemite.
|
|
25
25
|
|
|
26
26
|
## Bugs
|
|
27
|
-
Bugs can be reported as an issue here on
|
|
27
|
+
Bugs can be reported as an issue here on GitHub, or submitted to support@zendesk.com. By mentioning this project it will assigned to the right team.
|
|
28
28
|
|
|
29
29
|
# Copyright and license
|
|
30
30
|
Copyright 2013 Zendesk
|
|
@@ -25,7 +25,10 @@ module ZendeskAppsTools
|
|
|
25
25
|
default: false,
|
|
26
26
|
hide: true,
|
|
27
27
|
aliases: ['--v2']
|
|
28
|
-
method_option :v1, type: :boolean,
|
|
28
|
+
method_option :v1, type: :boolean,
|
|
29
|
+
default: false,
|
|
30
|
+
hide: true,
|
|
31
|
+
desc: 'Create a version 1 app template (Deprecated)'
|
|
29
32
|
def new
|
|
30
33
|
deprecated_message('error', '1.0') if options[:v1]
|
|
31
34
|
|
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: 2.1.
|
|
4
|
+
version: 2.1.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: 2017-07-
|
|
14
|
+
date: 2017-07-31 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: thor
|
|
@@ -262,4 +262,3 @@ test_files:
|
|
|
262
262
|
- features/support/helpers.rb
|
|
263
263
|
- features/support/webmock.rb
|
|
264
264
|
- features/validate.feature
|
|
265
|
-
has_rdoc:
|