akamai_ccu 1.3.2 → 1.3.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/lib/akamai_ccu/cli.rb +1 -1
- data/lib/akamai_ccu/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ddc23f9bdfacc5b003984fd307406a50ab419784
|
|
4
|
+
data.tar.gz: 8089d3c2beb9d627c442eca7ff03aca73ea0106a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1d908974b2e85d260fd5958bbfd2ad55a33218c54767baca7df78b5161d135cfa6a961b1590537bad88c1020f2952e6909045b6fa8f1c2202497e464548510d
|
|
7
|
+
data.tar.gz: d4c3fa1d35dca354059f4eed57df2d9c1ff89bd6f3f35cbbbfedb34761e4f40d11286e906ac5a63127796b4d6f2c93cf5e9fc9f77df54dbb1c902caacf61a07b
|
data/lib/akamai_ccu/cli.rb
CHANGED
|
@@ -19,7 +19,7 @@ module AkamaiCCU
|
|
|
19
19
|
|
|
20
20
|
def call
|
|
21
21
|
parser.parse!(@args)
|
|
22
|
-
return @logger.warn("specify contents to purge
|
|
22
|
+
return @logger.warn("specify contents to purge by bulk, CP codes or urls") unless @objects
|
|
23
23
|
return @logger.warn("specify path to the secret file either by edgerc or by txt") unless @secret
|
|
24
24
|
return @logger.warn("specified secret file does not exist") unless File.exist?(@secret)
|
|
25
25
|
wrapper = @wrapper_klass.new(secret: secret, endpoint: endpoint, headers: Array(@headers))
|
data/lib/akamai_ccu/version.rb
CHANGED