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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 138f2ad410e15320f692d39f2ae92bd26ff9e273
4
- data.tar.gz: 404c67c15eb8fb97de84f09ab1965521a867d13c
3
+ metadata.gz: da30795684a3afadcb02afa5ec6674dad6b920f0
4
+ data.tar.gz: d918dac59b2d482b8025ab42b21653c3aff962b4
5
5
  SHA512:
6
- metadata.gz: c4ce921fdac355b11add46c446f9deaa1c070a5d33ed138bb5de09295126ee9550fd79227b51fb9a4d64f4df771eff07b3647e8f503ddf36ea8681021af59c0b
7
- data.tar.gz: 35dadcc23b759e0ddde5bcc079617b6153e686f984781035ceb3be95b11540735f5256ea8018f2a7098efd583116d7840084d45e60001dec11a3875789dd024c
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 github, or submitted to support@zendesk.com. By mentioning this project it will assigned to the right team.
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, default: false, desc: 'Create a version 1 app template'
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
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ZendeskAppsTools
3
- VERSION = '2.1.0'
3
+ VERSION = '2.1.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: 2.1.0
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-26 00:00:00.000000000 Z
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: