keycdn 0.1.0 → 0.1.1

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: 72aba56da0aa2dc7d2c0a6d32b53c9426f9bf3c6
4
- data.tar.gz: 1916a8382c19fcd77a1a18b6123feda4ce7ade83
3
+ metadata.gz: cfaf829e4866af487300ecd39c78b64d5623d7ae
4
+ data.tar.gz: 075908cfcc8b3070bf8b44755d370a3eb6ebadc1
5
5
  SHA512:
6
- metadata.gz: a7af8dfdc66184ecda1aaac07769753693de24bb1556daae66b40ea86c0cd029c87075f9218a7736feb725e8da5bd7dfcf60390dfbcc3cc8ae6a0f19c0e068f0
7
- data.tar.gz: e7feae3ab6cd50afea1f160870220fc347f5251fe77dc7af86ae07056e87f3bd6265657c1c70df2cb38b89f94d2856c44b37fe7bee8cb534b9fa67b620d47b5d
6
+ metadata.gz: a2f741ba2e8323dbc3feb57d6a28d77af1f56ff7911aa04cdcf3d4cdefa56c509f0d9d60231d296aab42297c74187e6f56618ff4aa8a8fd32ae297f2ae980e3b
7
+ data.tar.gz: aac2ab3a5a4f0bf246a2ef0f7dc819605a67645ca3078dbb88df6b70c65f0cd845341f535f17c34f28ad62cea73571b609d86ae08c56017e7db334df4c881269
@@ -6,7 +6,7 @@ module KeyCDN
6
6
 
7
7
  class Client
8
8
 
9
- ENDPOINT = 'https://www.keycdn.com/'
9
+ ENDPOINT = 'https://api.keycdn.com/'
10
10
 
11
11
  METHOD_MAP = {
12
12
  :get => Net::HTTP::Get,
@@ -1,3 +1,3 @@
1
1
  module KeyCDN
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: keycdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - KeyCDN
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-15 00:00:00.000000000 Z
11
+ date: 2015-11-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This Ruby gem helps you to interact with the KeyCDN API
14
14
  email: support@keycdn.com