akamai-core-client 0.0.2 → 0.0.3
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 +4 -4
- data/akamai-core-client-ruby.gemspec +1 -1
- data/lib/akamai/core/client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37565105cc1ddf4f126123d86582304f72d99f2d
|
|
4
|
+
data.tar.gz: 5d30d172cc6a6424873f17ae448044193b05bebb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c60fd02503b8d668ea0fda614f39a3f506866ea9cd33f073ffc980fc9988a1e04837781fbc6fdfb8733d6e04bd877c642530150d635b7357e7fae64b186c5b3
|
|
7
|
+
data.tar.gz: 2065d283d8eb1d64e0508af059f7ebebdcf76f65ef237a09e85118384e1123ca265b034b0a8f56be2d4d8c3279ca4b0508fef3b0d7c09a705e6f57454cacaa6d
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Akamai client}
|
|
13
13
|
spec.description = %q{Akamai client. This library provides fundamental function for calling akamai api.}
|
|
14
|
-
spec.homepage = ""
|
|
14
|
+
spec.homepage = "https://github.com/akitoueno-fr/akamai-core-client-ruby"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: akamai-core-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Akito Ueno
|
|
@@ -91,7 +91,7 @@ files:
|
|
|
91
91
|
- lib/akamai/core/client/error.rb
|
|
92
92
|
- lib/akamai/core/client/response.rb
|
|
93
93
|
- lib/akamai/core/client/version.rb
|
|
94
|
-
homepage:
|
|
94
|
+
homepage: https://github.com/akitoueno-fr/akamai-core-client-ruby
|
|
95
95
|
licenses:
|
|
96
96
|
- MIT
|
|
97
97
|
metadata:
|