cloud_party 0.1.9 → 0.1.10

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
  SHA256:
3
- metadata.gz: 41b7e0dcdbec4f868b79d5d3c9363aa1a131ee2943ecc4cb6ce1d63df2bd8675
4
- data.tar.gz: ef4bd00a0c73314d54cdc4c28267548476b5466ba1b82c2dd7fb1987083df81b
3
+ metadata.gz: 7983badb0c10af6716c778a0d12dfe4882761e702a826a211226f948b9be08cb
4
+ data.tar.gz: 9d11aea7637c9da3748fa1f27252cdf47d962460af07193dc39e2b51f22c8981
5
5
  SHA512:
6
- metadata.gz: 684b979eb32fa1e0c59e9fcaea8ab0a8e9dc7bed5073584ffa4c3586e315d957f6995a25d37ac0994c990990914b968af7bc2c08636ba500ae041c53d1fdd672
7
- data.tar.gz: 5df12f52a5d3d87cfe52c730b79f4e458ea2d5923d8b6f69e55cae5b6d6de726ebe858956cf7e213b49da309a97d13e52623cd6ddca672560bf6418884d91857
6
+ metadata.gz: aa641f43568a999d13ab9c7e3831d7f5a315a60d2a7c5b9889323e1ea6b6e42cef3c1892cd81e4374bfaafa7a7ce4ab928c06827fb8dc21a613762ed898b2b59
7
+ data.tar.gz: 26cdbdf71f0ee786e9382d89881f96d5b47479b028578f225b9fc6b3da9b5a63f4679bcb4136c84df0bea537a7c58a64489ba55d6c15e12c4f4c2374ed28535f
@@ -8,7 +8,7 @@ module CloudParty
8
8
  include CloudParty::Context
9
9
  include HTTParty
10
10
  base_uri 'https://api.cloudflare.com/client/v4'
11
- headers 'Authorization' => "Bearer #{CloudParty::Config.token}",
11
+ headers 'Authorization' => "Bearer #{CloudParty::Config.new.token}",
12
12
  'Content-Type' => 'application/json',
13
13
  'User-Agent' => "CloudParty/#{CloudParty::VERSION}"
14
14
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudParty
4
- VERSION = '0.1.9'
4
+ VERSION = '0.1.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_party
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Spencer