akamai_ccu 1.1.1 → 1.1.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: c8ceea4c0a3db79103b414cf1ce2bbc11f8e3f23
4
- data.tar.gz: 3f5f4bd41015eb19c8b52cede5c5b59a935e68be
3
+ metadata.gz: 8ada7caa82f5422385c5635abdd3f212d00f3182
4
+ data.tar.gz: 3e8b9808e1ee3826465a2ebce3f23e5f2055b587
5
5
  SHA512:
6
- metadata.gz: c4ea9b531d9555251a929ff94a9b47ac0119f6c7beccc792daf5ef9f63c5bfc3a5c8f879d18fc45913504fcca07c531d0ed6d7b990bfea06621de6647884b63a
7
- data.tar.gz: 6c764ef12c97e32febdf45f6f0fc05e886d88624ad71a713445cb059a67f8056c8b6a3870dd6734954cf52910f07fe0013aaedf2e263dc1f8addfabe069ffb81
6
+ metadata.gz: f70ebf218662d1484252477d40a09c4ff41563a1c785c954aa3a2708c5ca9c5d365c1b2d309e11235d9caa0f935c857d910ebd249c4ddc28f2588dd67c0ba165
7
+ data.tar.gz: df58d235897a12b63616ebc9d64bf6bec197e13e0b800de9444b40b6fde0e2ebd3fc1920e685a4f0a07df6155bd6190678fa07f9d1aadaf0c6d6b5d258e42870
data/akamai_ccu.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = AkamaiCCU::VERSION
8
8
  s.authors = ["costajob"]
9
9
  s.email = ["costajob@gmail.com"]
10
- s.summary = "Minimal high performant wrapper around Akamai CCU APIs"
10
+ s.summary = "Minimal wrapper around Akamai CCU V3 APIs"
11
11
  s.homepage = "https://github.com/costajob/akamai_ccu"
12
12
  s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|test|s|features)/}) }
13
13
  s.bindir = "bin"
@@ -1,3 +1,3 @@
1
1
  module AkamaiCCU
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akamai_ccu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - costajob
@@ -103,5 +103,5 @@ rubyforge_project:
103
103
  rubygems_version: 2.6.8
104
104
  signing_key:
105
105
  specification_version: 4
106
- summary: Minimal high performant wrapper around Akamai CCU APIs
106
+ summary: Minimal wrapper around Akamai CCU V3 APIs
107
107
  test_files: []