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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f557c57b4ab53937a0fbdb507af1c295d721c0c2
4
- data.tar.gz: 50eaa76f1935838f5d69fc37587f559878f4ee41
3
+ metadata.gz: 5df0d229e9fd994ca9e94c69ac6bbca394ca48e1
4
+ data.tar.gz: 0a63ccf14dc999b1b9fa9970d19d10f6d1f70d58
5
5
  SHA512:
6
- metadata.gz: f76fa5e165fe58e7f4f80f267b3cb3553744a06493189ff37cb87021fad6d9587c58f22cac030ed679f35a354bf19d70db0d16c921576668a79adaf346614813
7
- data.tar.gz: fa2ea713cc8f63752d8b2a75da77ae75ca04934bf556ae649aa29e67846d674a8721ff723a78356103a27e3273f5b81fb011b5775c7f5fdd0cdf1d1177c6cf20
6
+ metadata.gz: a8f428d90a20bef2083b1a10889679c8f5f7f0cb4d6c81e34ccef496fc93b9afe93a7eba044de98a3849016ae92e6943da21eb4dea531d210cb91ee35cd7ccb1
7
+ data.tar.gz: b9c9433c5d171551e5789e0bd56a8e17ac415c050efe0e749d887864ee19e0dd7a1db72490d3d2ecd9db11556c5bcca624f5ad8ac56275bdee54eb153e2999f9
data/.travis.yml CHANGED
@@ -1,8 +1,6 @@
1
1
  rvm:
2
- - ree
3
2
  - 1.9.3
4
3
  - 2.0.0
5
- - 2.1.1
4
+ - 2.1.5
6
5
  - jruby
7
- before_install: gem i bundler
8
6
  cache: bundler
data/Gemfile.lock CHANGED
@@ -1,20 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zendesk_api (1.4.6)
4
+ zendesk_api (1.5.0)
5
5
  faraday (~> 0.9)
6
6
  hashie (>= 1.2, < 4.0)
7
7
  inflection
8
- mime-types (~> 1.0)
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.19)
16
- activemodel (= 3.2.19)
17
- activesupport (= 3.2.19)
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.19)
26
- activesupport (= 3.2.19)
25
+ activemodel (3.2.20)
26
+ activesupport (= 3.2.20)
27
27
  builder (~> 3.0.0)
28
- activesupport (3.2.19)
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.0)
34
- byebug (3.1.2)
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 (1.25.1)
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.0.0)
62
- rspec-core (~> 3.0.0)
63
- rspec-expectations (~> 3.0.0)
64
- rspec-mocks (~> 3.0.0)
65
- rspec-core (3.0.2)
66
- rspec-support (~> 3.0.0)
67
- rspec-expectations (3.0.2)
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.0.0)
70
- rspec-mocks (3.0.2)
71
- rspec-support (~> 3.0.0)
72
- rspec-support (3.0.2)
73
- safe_yaml (1.0.3)
74
- simplecov (0.9.0)
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
- sprockets (2.2.2)
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.2)
86
- webmock (1.18.0)
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.4)
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.3, 2.0.0, 2.1.0, and jRuby.
402
+ Tested with Ruby 1.9, 2.0, 2.1, and jRuby.
402
403
  [![Build Status](https://secure.travis-ci.org/zendesk/zendesk_api_client_rb.png?branch=master)](http://travis-ci.org/zendesk/zendesk_api_client_rb)
403
404
  [![Gem Version](https://badge.fury.io/rb/zendesk_api.png)](http://badge.fury.io/rb/zendesk_api)
404
405
  [![Code Climate](https://codeclimate.com/github/zendesk/zendesk_api_client_rb.png)](https://codeclimate.com/github/zendesk/zendesk_api_client_rb)
405
406
 
406
407
  ## Copyright and license
407
408
 
408
- Copyright 2013 Zendesk
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
@@ -1,3 +1,3 @@
1
1
  module ZendeskAPI
2
- VERSION = "1.4.6"
2
+ VERSION = "1.5.0"
3
3
  end
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.6
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-10-29 00:00:00.000000000 Z
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: mime-types
161
+ name: multipart-post
162
162
  requirement: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
- version: '1.0'
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: '1.0'
173
+ version: '2.0'
174
174
  - !ruby/object:Gem::Dependency
175
- name: multipart-post
175
+ name: mime-types
176
176
  requirement: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - "~>"
178
+ - - ">="
179
179
  - !ruby/object:Gem::Version
180
- version: '2.0'
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: '2.0'
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: