zendesk_apps_tools 2.0.7 → 2.1.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 138f2ad410e15320f692d39f2ae92bd26ff9e273
|
|
4
|
+
data.tar.gz: 404c67c15eb8fb97de84f09ab1965521a867d13c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4ce921fdac355b11add46c446f9deaa1c070a5d33ed138bb5de09295126ee9550fd79227b51fb9a4d64f4df771eff07b3647e8f503ddf36ea8681021af59c0b
|
|
7
|
+
data.tar.gz: 35dadcc23b759e0ddde5bcc079617b6153e686f984781035ceb3be95b11540735f5256ea8018f2a7098efd583116d7840084d45e60001dec11a3875789dd024c
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"app": {
|
|
3
|
+
"name": "Zen Tunes",
|
|
3
4
|
"short_description": "Play the famous zen tunes in your help desk.",
|
|
4
5
|
"long_description": "Play the famous zen tunes in your help desk and \n listen to the beats it has to offer.",
|
|
5
6
|
"installation_instructions": "Simply click install."
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"app": {
|
|
3
|
+
"name": "Zen Tunes",
|
|
3
4
|
"short_description": "Play the famous zen tunes in your help desk.",
|
|
4
5
|
"long_description": "Play the famous zen tunes in your help desk and \n listen to the beats it has to offer.",
|
|
5
6
|
"installation_instructions": "Simply click install."
|
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.0
|
|
4
|
+
version: 2.1.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: 2017-07-
|
|
14
|
+
date: 2017-07-26 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: thor
|
|
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
247
247
|
version: 1.3.6
|
|
248
248
|
requirements: []
|
|
249
249
|
rubyforge_project:
|
|
250
|
-
rubygems_version: 2.4.
|
|
250
|
+
rubygems_version: 2.4.5.1
|
|
251
251
|
signing_key:
|
|
252
252
|
specification_version: 4
|
|
253
253
|
summary: Tools to help you develop Zendesk Apps.
|
|
@@ -262,3 +262,4 @@ test_files:
|
|
|
262
262
|
- features/support/helpers.rb
|
|
263
263
|
- features/support/webmock.rb
|
|
264
264
|
- features/validate.feature
|
|
265
|
+
has_rdoc:
|