zendesk_apps_tools 1.36.0 → 1.36.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: d4a04e88a29dcaa2a870b1a443afb3e67aaa5225
4
- data.tar.gz: 2d77d3b845a1e4361470424e2db545e58e9994fa
3
+ metadata.gz: f749e9ec2a21f9542c889cdc280d5f603e4fb3fe
4
+ data.tar.gz: ab0e54610c713bbf4a708d0b52069132400d3d1f
5
5
  SHA512:
6
- metadata.gz: 32c9715b5be560cb19146a2be342806122e4f4e87f2c6c5b7f56dea6f544778214b8a723d78662c28c3c57ca5ad4974e7b6600f08058fa902327db835ce5d252
7
- data.tar.gz: d2e8daafb278464ea90b2c765e8392a54bdb6ab3e400af258d29480c9221456073ef50589b262a58d47a642abca92ce07b46d485e35b2890c186900e81032eb3
6
+ metadata.gz: 532d09f65aabd1a6dc3c21ec7c53ed7e48d0203ac09454949d92b22e78c3997397b90c568b94f07b83b876fe64c72a64958b2ac7d4c118e17c088fb20a1731ae
7
+ data.tar.gz: fb63b2dbba61bb8770c761929a4c8d0610e974a057331392032f1e1ecb110315b441d90c0e21df6a18ef83891790c354cfe3bea4d7c006f3486c3c36ae08c833
data/bin/zat CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  lib_dir = File.expand_path('../../lib', __FILE__)
3
- $LOAD_PATH.shift lib_dir unless $LOAD_PATH.include?(lib_dir)
3
+ $LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir)
4
4
  ENV['THOR_SHELL'] = 'Color'
5
5
  require 'zendesk_apps_tools'
6
6
  ZendeskAppsTools::Command.start
@@ -120,8 +120,8 @@ module ZendeskAppsTools
120
120
 
121
121
  DEFAULT_SERVER_PATH = './'
122
122
  DEFAULT_CONFIG_PATH = './settings.yml'
123
- DEFAULT_SERVER_PORT = 4567
124
- DEFAULT_APP_ID = 0
123
+ DEFAULT_SERVER_PORT = '4567'
124
+ DEFAULT_APP_ID = '0'
125
125
 
126
126
  desc 'server', 'Run a http server to serve the local app'
127
127
  shared_options(except: [:clean])
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ZendeskAppsTools
3
- VERSION = '1.36.0'
3
+ VERSION = '1.36.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: 1.36.0
4
+ version: 1.36.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: 2016-12-02 00:00:00.000000000 Z
14
+ date: 2016-12-05 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: thor
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
253
253
  version: 1.3.6
254
254
  requirements: []
255
255
  rubyforge_project:
256
- rubygems_version: 2.4.5.1
256
+ rubygems_version: 2.6.8
257
257
  signing_key:
258
258
  specification_version: 4
259
259
  summary: Tools to help you develop Zendesk Apps.
@@ -265,4 +265,3 @@ test_files:
265
265
  - features/step_definitions/app_steps.rb
266
266
  - features/support/env.rb
267
267
  - features/validate.feature
268
- has_rdoc: