zendesk_api 1.7.3 → 1.7.4

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: 98e06ffbdacbeb08a6c0fd74786612587c721929
4
- data.tar.gz: f6cc18717f45162a64e4dca92ad1b073104afdbd
3
+ metadata.gz: 8948d931b11f08405b40659d98a49f4a32e4f87b
4
+ data.tar.gz: e48fe6a1a5811348b80e6ada0d4087d3d95321ab
5
5
  SHA512:
6
- metadata.gz: 58cf0843963ac738917f717d8c8d9da4a813fda516099a73ff87cd6a3328f96c00617c2a8d96f1a1e296823d267d6da48f30aaa849a1b87926d08d7e7de47f2e
7
- data.tar.gz: 20698254c962b84c195171a9ac5d5bf22eb1c82898290e48df26da08182fd899f0d825066b62daf07ba07e5c434ce9f8d25ec0571979ec89fd10bc1cda211c8c
6
+ metadata.gz: 3a967c0cfd4da0b6403f7e0c60a9b5f51a0e261a8ee3d4dafbee8c24bbcdd61edd707e9da20ee8e94c3d2b8eb3a324c740574b3745417acfd52e82411b5f2680
7
+ data.tar.gz: 36cf68c6eeab88cdea48502a614db287c6b81645857ad1bf8c57734226ce124d771138fb2a0b190fdc413c4f086fbadda711e5fcc167791ac316a8768b279db8
data/.travis.yml CHANGED
@@ -4,6 +4,7 @@ rvm:
4
4
  - 1.9.3
5
5
  - 2.0.0
6
6
  - 2.1
7
+ - 2.2
7
8
  - jruby
8
9
 
9
10
  sudo: false
data/README.md CHANGED
@@ -406,7 +406,7 @@ ZendeskAPI::AppInstallation.destroy!(client, :id => 123)
406
406
 
407
407
  ## Supported Ruby Versions
408
408
 
409
- Tested with Ruby 1.9, 2.0, 2.1, and jRuby.
409
+ Tested with Ruby 1.9, 2.0, 2.1, 2.2 and jRuby.
410
410
  [![Build Status](https://secure.travis-ci.org/zendesk/zendesk_api_client_rb.png?branch=master)](http://travis-ci.org/zendesk/zendesk_api_client_rb)
411
411
  [![Gem Version](https://badge.fury.io/rb/zendesk_api.png)](http://badge.fury.io/rb/zendesk_api)
412
412
  [![Code Climate](https://codeclimate.com/github/zendesk/zendesk_api_client_rb.png)](https://codeclimate.com/github/zendesk/zendesk_api_client_rb)
@@ -183,10 +183,6 @@ module ZendeskAPI
183
183
  if !config.allow_http && config.url !~ /^https/
184
184
  raise ArgumentError, "zendesk_api is ssl only; url must begin with https://"
185
185
  end
186
-
187
- if config.url !~ %r{api/v2}
188
- warn "this gem doesn't support the v1 api"
189
- end
190
186
  end
191
187
 
192
188
  def set_token_auth
@@ -1,3 +1,3 @@
1
1
  module ZendeskAPI
2
- VERSION = "1.7.3"
2
+ VERSION = "1.7.4"
3
3
  end
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.7.3
4
+ version: 1.7.4
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: 2015-05-05 00:00:00.000000000 Z
12
+ date: 2015-05-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bump