cdnconnect-api 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/cdnconnect_api.rb +3 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 048736280647be2ac635a218c4c4437156d3ed3c
4
- data.tar.gz: 79f708fbe5e32f38fe2732f0b5922b236ed28444
3
+ metadata.gz: 8491a94f0cddd8df2a6ca798cfd40134b7ff0c1e
4
+ data.tar.gz: de33f1d99cb569a1cf542d2df9bcbf75b6c8bae1
5
5
  SHA512:
6
- metadata.gz: 376f46f9c14d63af90523a65f83a21fe8c71da1884daacc0ccc142725d683cbbd2b6fc25df2601ea0dccc1739700b47c970847b3d3b0f6904defeb71e98b13d7
7
- data.tar.gz: cf296d695a7bb02e549bfa5e845a84210e330c157a6a79996bc153dec91d204777f01ce9f702cb89dbab141f30419952d96a23dd9e1549c5d0d4a7e3340be289
6
+ metadata.gz: 744f9b841edb045016abc22884b2609e54cddd3163371f970f04ce6976c7f8e7d15fac7ca1d505c444b257f0d29f47dae47e0cddf88fb3fa06ba254f1fd31493
7
+ data.tar.gz: c45c471b35905526bfa64d6f3dc907d85f1f773e46cdcfde778e1462013bb729fccb119fa8e37552a3b75be29b63e88a6ec86bbb06023faf4629d87b8269123a
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # CDN Connect API Ruby Client, v0.4.1
1
+ # CDN Connect API Ruby Client, v0.4.2
2
2
 
3
3
  CDN Connect makes it easier to manage production assets for teams of developers and designers, all while serving files from a fast content delivery network. Features include image optimization, resizing, cropping, filters, changing output formats, convert to WebP image format, etc. The CDN Connect API Ruby Client makes it easier to upload files and interact with the API with only a few lines of code.
4
4
 
@@ -17,7 +17,6 @@ require 'signet/oauth_2/client'
17
17
  require 'cdnconnect_api/response'
18
18
  require 'logger'
19
19
 
20
-
21
20
  module CDNConnect
22
21
 
23
22
  ##
@@ -25,7 +24,7 @@ module CDNConnect
25
24
  class APIClient
26
25
 
27
26
  @@application_name = 'cdnconnect-api-ruby'
28
- @@application_version = '0.4.1'
27
+ @@application_version = '0.4.2'
29
28
  @@user_agent = @@application_name + ' v' + @@application_version
30
29
  @@api_host = 'https://api.cdnconnect.com'
31
30
  @@api_version = 'v1'
@@ -945,3 +944,5 @@ module CDNConnect
945
944
  end
946
945
 
947
946
  end
947
+
948
+ OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cdnconnect-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Bradley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-05 00:00:00.000000000 Z
11
+ date: 2013-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday