zendesk_api 1.4.6 → 1.5.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 +4 -4
- data/.travis.yml +1 -3
- data/Gemfile.lock +31 -29
- data/README.md +3 -2
- data/lib/zendesk_api/version.rb +1 -1
- data/zendesk_api.gemspec +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5df0d229e9fd994ca9e94c69ac6bbca394ca48e1
|
|
4
|
+
data.tar.gz: 0a63ccf14dc999b1b9fa9970d19d10f6d1f70d58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8f428d90a20bef2083b1a10889679c8f5f7f0cb4d6c81e34ccef496fc93b9afe93a7eba044de98a3849016ae92e6943da21eb4dea531d210cb91ee35cd7ccb1
|
|
7
|
+
data.tar.gz: b9c9433c5d171551e5789e0bd56a8e17ac415c050efe0e749d887864ee19e0dd7a1db72490d3d2ecd9db11556c5bcca624f5ad8ac56275bdee54eb153e2999f9
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
zendesk_api (1.
|
|
4
|
+
zendesk_api (1.5.0)
|
|
5
5
|
faraday (~> 0.9)
|
|
6
6
|
hashie (>= 1.2, < 4.0)
|
|
7
7
|
inflection
|
|
8
|
-
mime-types
|
|
8
|
+
mime-types
|
|
9
9
|
multi_json
|
|
10
10
|
multipart-post (~> 2.0)
|
|
11
11
|
|
|
12
12
|
GEM
|
|
13
13
|
remote: https://rubygems.org/
|
|
14
14
|
specs:
|
|
15
|
-
actionpack (3.2.
|
|
16
|
-
activemodel (= 3.2.
|
|
17
|
-
activesupport (= 3.2.
|
|
15
|
+
actionpack (3.2.20)
|
|
16
|
+
activemodel (= 3.2.20)
|
|
17
|
+
activesupport (= 3.2.20)
|
|
18
18
|
builder (~> 3.0.0)
|
|
19
19
|
erubis (~> 2.7.0)
|
|
20
20
|
journey (~> 1.0.4)
|
|
@@ -22,18 +22,19 @@ GEM
|
|
|
22
22
|
rack-cache (~> 1.2)
|
|
23
23
|
rack-test (~> 0.6.1)
|
|
24
24
|
sprockets (~> 2.2.1)
|
|
25
|
-
activemodel (3.2.
|
|
26
|
-
activesupport (= 3.2.
|
|
25
|
+
activemodel (3.2.20)
|
|
26
|
+
activesupport (= 3.2.20)
|
|
27
27
|
builder (~> 3.0.0)
|
|
28
|
-
activesupport (3.2.
|
|
28
|
+
activesupport (3.2.20)
|
|
29
29
|
i18n (~> 0.6, >= 0.6.4)
|
|
30
30
|
multi_json (~> 1.0)
|
|
31
31
|
addressable (2.3.6)
|
|
32
32
|
builder (3.0.4)
|
|
33
|
-
bump (0.5.
|
|
34
|
-
byebug (3.1
|
|
33
|
+
bump (0.5.1)
|
|
34
|
+
byebug (3.5.1)
|
|
35
35
|
columnize (~> 0.8)
|
|
36
36
|
debugger-linecache (~> 1.2)
|
|
37
|
+
slop (~> 3.6)
|
|
37
38
|
columnize (0.8.9)
|
|
38
39
|
crack (0.4.2)
|
|
39
40
|
safe_yaml (~> 1.0.0)
|
|
@@ -49,7 +50,7 @@ GEM
|
|
|
49
50
|
inflection (1.0.0)
|
|
50
51
|
journey (1.0.4)
|
|
51
52
|
json (1.8.1)
|
|
52
|
-
mime-types (
|
|
53
|
+
mime-types (2.4.3)
|
|
53
54
|
multi_json (1.10.1)
|
|
54
55
|
multipart-post (2.0.0)
|
|
55
56
|
rack (1.4.5)
|
|
@@ -58,35 +59,36 @@ GEM
|
|
|
58
59
|
rack-test (0.6.2)
|
|
59
60
|
rack (>= 1.0)
|
|
60
61
|
rake (10.3.2)
|
|
61
|
-
rspec (3.
|
|
62
|
-
rspec-core (~> 3.
|
|
63
|
-
rspec-expectations (~> 3.
|
|
64
|
-
rspec-mocks (~> 3.
|
|
65
|
-
rspec-core (3.
|
|
66
|
-
rspec-support (~> 3.
|
|
67
|
-
rspec-expectations (3.
|
|
62
|
+
rspec (3.1.0)
|
|
63
|
+
rspec-core (~> 3.1.0)
|
|
64
|
+
rspec-expectations (~> 3.1.0)
|
|
65
|
+
rspec-mocks (~> 3.1.0)
|
|
66
|
+
rspec-core (3.1.7)
|
|
67
|
+
rspec-support (~> 3.1.0)
|
|
68
|
+
rspec-expectations (3.1.2)
|
|
68
69
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
69
|
-
rspec-support (~> 3.
|
|
70
|
-
rspec-mocks (3.
|
|
71
|
-
rspec-support (~> 3.
|
|
72
|
-
rspec-support (3.
|
|
73
|
-
safe_yaml (1.0.
|
|
74
|
-
simplecov (0.9.
|
|
70
|
+
rspec-support (~> 3.1.0)
|
|
71
|
+
rspec-mocks (3.1.3)
|
|
72
|
+
rspec-support (~> 3.1.0)
|
|
73
|
+
rspec-support (3.1.2)
|
|
74
|
+
safe_yaml (1.0.4)
|
|
75
|
+
simplecov (0.9.1)
|
|
75
76
|
docile (~> 1.1.0)
|
|
76
|
-
multi_json
|
|
77
|
+
multi_json (~> 1.0)
|
|
77
78
|
simplecov-html (~> 0.8.0)
|
|
78
79
|
simplecov-html (0.8.0)
|
|
79
|
-
|
|
80
|
+
slop (3.6.0)
|
|
81
|
+
sprockets (2.2.3)
|
|
80
82
|
hike (~> 1.2)
|
|
81
83
|
multi_json (~> 1.0)
|
|
82
84
|
rack (~> 1.0)
|
|
83
85
|
tilt (~> 1.1, != 1.3.0)
|
|
84
86
|
tilt (1.4.1)
|
|
85
|
-
vcr (2.9.
|
|
86
|
-
webmock (1.
|
|
87
|
+
vcr (2.9.3)
|
|
88
|
+
webmock (1.20.4)
|
|
87
89
|
addressable (>= 2.3.6)
|
|
88
90
|
crack (>= 0.3.2)
|
|
89
|
-
yard (0.8.7.
|
|
91
|
+
yard (0.8.7.6)
|
|
90
92
|
|
|
91
93
|
PLATFORMS
|
|
92
94
|
ruby
|
data/README.md
CHANGED
|
@@ -17,6 +17,7 @@ Please check out the [wiki](https://github.com/zendesk/zendesk_api_client_rb/wik
|
|
|
17
17
|
* Version 1.3.0 updates the Faraday dependency to 0.9. Since Faraday did not bump a major version we have not either, but there is no guarantee >= 1.3.0 works with Faraday < 0.9
|
|
18
18
|
* Version 1.3.8 had a bug where attachments were created, but the response was not handled properly
|
|
19
19
|
* Version >= 1.0 and < 1.4.2 had a bug where non application/json response bodies were discarded
|
|
20
|
+
* Version 1.5.0 removed support for Ruby 1.8
|
|
20
21
|
|
|
21
22
|
## Installation
|
|
22
23
|
|
|
@@ -398,14 +399,14 @@ ZendeskAPI::AppInstallation.destroy!(client, :id => 123)
|
|
|
398
399
|
|
|
399
400
|
## Supported Ruby Versions
|
|
400
401
|
|
|
401
|
-
Tested with Ruby 1.9
|
|
402
|
+
Tested with Ruby 1.9, 2.0, 2.1, and jRuby.
|
|
402
403
|
[](http://travis-ci.org/zendesk/zendesk_api_client_rb)
|
|
403
404
|
[](http://badge.fury.io/rb/zendesk_api)
|
|
404
405
|
[](https://codeclimate.com/github/zendesk/zendesk_api_client_rb)
|
|
405
406
|
|
|
406
407
|
## Copyright and license
|
|
407
408
|
|
|
408
|
-
Copyright
|
|
409
|
+
Copyright 2014 Zendesk
|
|
409
410
|
|
|
410
411
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
|
|
411
412
|
You may obtain a copy of the License at
|
data/lib/zendesk_api/version.rb
CHANGED
data/zendesk_api.gemspec
CHANGED
|
@@ -29,8 +29,8 @@ Gem::Specification.new do |s|
|
|
|
29
29
|
s.add_runtime_dependency "hashie", ">= 1.2", "< 4.0"
|
|
30
30
|
s.add_runtime_dependency "inflection"
|
|
31
31
|
s.add_runtime_dependency "multi_json"
|
|
32
|
-
s.add_runtime_dependency "mime-types", "~> 1.0"
|
|
33
32
|
s.add_runtime_dependency "multipart-post", "~> 2.0"
|
|
33
|
+
s.add_runtime_dependency "mime-types"
|
|
34
34
|
|
|
35
35
|
s.files = `git ls-files -x Gemfile.lock`.split("\n") rescue ''
|
|
36
36
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zendesk_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Davidovitz
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-11-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bump
|
|
@@ -158,33 +158,33 @@ dependencies:
|
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
159
|
version: '0'
|
|
160
160
|
- !ruby/object:Gem::Dependency
|
|
161
|
-
name:
|
|
161
|
+
name: multipart-post
|
|
162
162
|
requirement: !ruby/object:Gem::Requirement
|
|
163
163
|
requirements:
|
|
164
164
|
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
|
-
version: '
|
|
166
|
+
version: '2.0'
|
|
167
167
|
type: :runtime
|
|
168
168
|
prerelease: false
|
|
169
169
|
version_requirements: !ruby/object:Gem::Requirement
|
|
170
170
|
requirements:
|
|
171
171
|
- - "~>"
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: '
|
|
173
|
+
version: '2.0'
|
|
174
174
|
- !ruby/object:Gem::Dependency
|
|
175
|
-
name:
|
|
175
|
+
name: mime-types
|
|
176
176
|
requirement: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
|
-
- - "
|
|
178
|
+
- - ">="
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: '
|
|
180
|
+
version: '0'
|
|
181
181
|
type: :runtime
|
|
182
182
|
prerelease: false
|
|
183
183
|
version_requirements: !ruby/object:Gem::Requirement
|
|
184
184
|
requirements:
|
|
185
|
-
- - "
|
|
185
|
+
- - ">="
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: '
|
|
187
|
+
version: '0'
|
|
188
188
|
description: Ruby wrapper for the REST API at http://www.zendesk.com. Documentation
|
|
189
189
|
at http://developer.zendesk.com.
|
|
190
190
|
email:
|