maxcdn 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 435f49a5052b4eb24cd99f3982f9656a1c745651
4
- data.tar.gz: 503f3288452d8433d32af90e85db1b16ea9cad96
3
+ metadata.gz: d65837b86e65802a3965e2b3208d5f02a5db86ea
4
+ data.tar.gz: 3f08b33b6d967361fb65a5bfc9cce6338eae787f
5
5
  SHA512:
6
- metadata.gz: 2cb4aafb9353dfb3ae1ae0cbe758f791fe41b36a3f6c2bf88dd42861925b81ef1535f72cc256e6de4d5019e9b34f571b677fb6390cec12d75d85c5430d551a52
7
- data.tar.gz: cfd2cba6b02a961c92cc4e224b8379350b02c285ab2f50f70a23e930ef752382e39d99e5ffde41466ceb05c64cf0d4f9c4b0c96f53d043bf3fe4f91b9e68a4d8
6
+ metadata.gz: 42805f895363e9cffcfa78b69e2c47d201628f40ac598b9c2c14687f03c2226dd2038cdb0faf434467ae7704a65ce2b8bfc6c14145bd3046a33e452020462785
7
+ data.tar.gz: 6173ae6a4b142fc586b4cd230ba881c79037355a8cf8baeca10423c011bc79fd44455d4d347b169c36e872c84371b682f27b07f5141695142e980449ebcbaf0e
@@ -5,5 +5,5 @@ before_install:
5
5
  - gem update bundler
6
6
  rvm:
7
7
  - 1
8
- - 2
9
- - 3
8
+ - 2.3.3
9
+ - 2.4.0
data/README.md CHANGED
@@ -1,7 +1,3 @@
1
- # MaxCDN is Hiring!
2
-
3
- Do you like building cool stuff? Do APIs keep you up at night? We're looking for our next superstar hacker and you could be it. Interested? Check out our job posting on [stackoverflow](http://careers.stackoverflow.com/jobs/37078/senior-web-engineer-for-fun-growing-la-startup-maxcdn&a=JdFbT4OY).
4
-
5
1
  # MaxCDN REST Web Services Ruby Client
6
2
 
7
3
  [![Build Status](https://travis-ci.org/MaxCDN/ruby-maxcdn.png?branch=master)](https://travis-ci.org/MaxCDN/ruby-maxcdn)   [![Gem Version](https://badge.fury.io/rb/maxcdn.png)](http://badge.fury.io/rb/maxcdn)
@@ -4,7 +4,7 @@ require "ext/hash"
4
4
  require "pp" # for debug
5
5
 
6
6
  module MaxCDN
7
- class APIException < Exception
7
+ class APIException < StandardError
8
8
  end
9
9
 
10
10
  class Client
@@ -1,3 +1,3 @@
1
1
  module MaxCDN
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maxcdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua P. Mervine
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-27 00:00:00.000000000 Z
11
+ date: 2017-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: signet
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.5.1
114
+ rubygems_version: 2.6.10
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: A Rest Client For MaxCDN Rest Web Services