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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90661e56d46fe43694b6e0bad32137e5872e4cdd
4
- data.tar.gz: 43b612ab2bce461c6ccbaa9789a655037915c3c6
3
+ metadata.gz: 37565105cc1ddf4f126123d86582304f72d99f2d
4
+ data.tar.gz: 5d30d172cc6a6424873f17ae448044193b05bebb
5
5
  SHA512:
6
- metadata.gz: 9b280e973e2e11e7b3c7b5e0a7e8df510d058f76b2c5981078bd4e0351d1a8de565702e2fbd4cad6f9417aaa70c1f31982d26d8ad8b267825efaa875a285c591
7
- data.tar.gz: '0978cfd26b119f330aa064d587494fdbd3f84659bcf614692951f73bc0830f793c49c8ef597a4959e40eb98d3e0692a1467652748700ae890207608eb31f3758'
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"
@@ -1,7 +1,7 @@
1
1
  module Akamai
2
2
  module Core
3
3
  module Client
4
- VERSION = "0.0.2".freeze
4
+ VERSION = "0.0.3".freeze
5
5
  end
6
6
  end
7
7
  end
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.2
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: