akamai_ccu 1.3.3 → 1.3.4

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: ddc23f9bdfacc5b003984fd307406a50ab419784
4
- data.tar.gz: 8089d3c2beb9d627c442eca7ff03aca73ea0106a
3
+ metadata.gz: e3d0a61d0f9ebed4ee01089a94de93ce8eca3f70
4
+ data.tar.gz: 825989b16f621c573c37facbba7e31aacd3f8534
5
5
  SHA512:
6
- metadata.gz: a1d908974b2e85d260fd5958bbfd2ad55a33218c54767baca7df78b5161d135cfa6a961b1590537bad88c1020f2952e6909045b6fa8f1c2202497e464548510d
7
- data.tar.gz: d4c3fa1d35dca354059f4eed57df2d9c1ff89bd6f3f35cbbbfedb34761e4f40d11286e906ac5a63127796b4d6f2c93cf5e9fc9f77df54dbb1c902caacf61a07b
6
+ metadata.gz: 1ccb47292f48276e4e0c5b17577aca576ab0f701db0c15067af30a6c25f1cc9a814187b287550a5b74df7e0c878b890f00a0efd2d483cd3ae64812f888340059
7
+ data.tar.gz: 2b81b1d97d34d5020e993896a00a6880f142b7a9aa2c94cf1d63420289d19f6b34303f7364b0c0200b25534f57895a614dbf8e194357b3f2c2cc1fa1cb96b240
data/README.md CHANGED
@@ -126,7 +126,7 @@ AkamaiCCU::Wrapper.delete_by_url!(%w[https://akaa-baseurl-xxx-xxx.luna.akamaiapi
126
126
 
127
127
  #### Reuse client
128
128
  By default `Wrapper` class methods create a brand new Net::HTTP client on each call.
129
- If this is an issue for you, you can rely `Wrapper#call` instance method and just change the `endpoint` collaborator to switch API:
129
+ If this is an issue for you, you can use the `Wrapper#call` instance method and update the `endpoint` collaborator to switch API:
130
130
  ```ruby
131
131
  wrapper = AkamaiCCU::Wrapper.new(secret: secret, endpoint: AkamaiCCU::Endpoint.by_name("invalidate_by_url"))
132
132
  wrapper.call(%w[https://akaa-baseurl-xxx-xxx.luna.akamaiapis.net/*.css])
@@ -156,6 +156,7 @@ Usage: invalidate --edgerc=./.edgerc --production --cp="12345, 98765"
156
156
  -t, --txt=TXT Load secret by TXT file
157
157
  -c, --cp=CP Specify contents by provider (CP) codes
158
158
  -u, --url=URL Specify contents by URLs
159
+ -b, --bulk=BULK Specify bulk contents in a file
159
160
  --headers=HEADERS Specify HTTP headers to sign
160
161
  -p, --production Purge on production network
161
162
  -h, --help Prints this help
@@ -1,3 +1,3 @@
1
1
  module AkamaiCCU
2
- VERSION = "1.3.3"
2
+ VERSION = "1.3.4"
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.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - costajob