cdnetworks-client 0.0.6 → 0.0.7
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.
- data/README.md +5 -1
- data/cdnetworks-client.gemspec +1 -0
- data/lib/cdnetworks-client/version.rb +1 -1
- metadata +4 -3
data/README.md
CHANGED
@@ -10,9 +10,13 @@ This gem allows a user to call methods from either of these APIs using the same
|
|
10
10
|
* A CDNetworks OCSP Account
|
11
11
|
|
12
12
|
# Installation
|
13
|
-
(Once this is on Rubygems)
|
14
13
|
<pre> gem install cdnetworks-client </pre>
|
15
14
|
|
15
|
+
Or, in your Gemfile, add
|
16
|
+
<pre> gem 'cdnetworks-client' </pre>
|
17
|
+
|
18
|
+
And run
|
19
|
+
<pre> bundle </pre>
|
16
20
|
# Usage
|
17
21
|
|
18
22
|
## Creating an instance of Cdnetworks Client
|
data/cdnetworks-client.gemspec
CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.description = %q{Simple wrapper for the CDNetworks Config Open API v1.0 and Cache Purge Open API v2.0}
|
12
12
|
gem.summary = %q{CDNetworks API Wrapper}
|
13
13
|
gem.homepage = "https://github.com/blueboxgroup/cdnetworks-client"
|
14
|
+
gem.license = "Apache"
|
14
15
|
gem.files = `git ls-files`.split($/)
|
15
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
16
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cdnetworks-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
@@ -65,7 +65,8 @@ files:
|
|
65
65
|
- spec/lib/cdnetworks-client/cdnetworks_client_spec.rb
|
66
66
|
- spec/spec_helper.rb
|
67
67
|
homepage: https://github.com/blueboxgroup/cdnetworks-client
|
68
|
-
licenses:
|
68
|
+
licenses:
|
69
|
+
- Apache
|
69
70
|
post_install_message:
|
70
71
|
rdoc_options: []
|
71
72
|
require_paths:
|