zaikio-hub 0.11.1 → 0.12.0

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
  SHA256:
3
- metadata.gz: 4a47f0490eda39c0fd1650ea60e0e46f88d4867a40448613f7665bb41b2677ce
4
- data.tar.gz: 7f9b32bb341193d459e77b694d75152bd2026248661de28155683578f5e72fe2
3
+ metadata.gz: 3af7cc3326e84ad917b843cfd280dcbe73c771987f2e578c502b2aee9ac7e577
4
+ data.tar.gz: 500105cb6254ea8aaae1264458950204aa48017c9906395811948bc6b84389a2
5
5
  SHA512:
6
- metadata.gz: 9840f132efc25c081a7576aac95dd64f6a6c433f346cf10e8345540f7593a7aec2540905aac201d1868e7f14cc3c8445fb63e116d07cc8e1fabb4801f1964aec
7
- data.tar.gz: ed6060c8af4aaf2b8899f0a76d70a4eec176b320d359c253e8a6cd0a17d02a573a97181ed0bed158026850e4e6c76f0694ccec357f2c2f2dfcea57a00ec2a825
6
+ metadata.gz: 2cc38dcbd294cefa9f8286c3df5ffa4059d64861b93b3840bdae4f7a05a88a533c7f9c0dcc76aaaa905ecb8d7a2ead9c46c88e3ad54a04a217135efc3f386fb2
7
+ data.tar.gz: 0376f5cafebe36260aa962b8f398ddb707d5e49b6d8a4fd48a66f28abb4e076464e660aeaf30ae58636871c109857dffaab851769a763870ac51a16e1a263a17
data/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.12.0] - 2023-02-09
11
+
12
+ * Update client-helpers and introduce default timeouts
13
+
14
+ ## [0.11.2] - 2022-10-13
15
+
16
+ * Fixed `subscription_url` attribute typo in `Subscription`
17
+
10
18
  ## [0.11.1] - 2022-10-13
11
19
 
12
20
  * Added `subscription_url` attribute in `Subscription`
@@ -100,7 +108,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100
108
  ### Added
101
109
  - Added subscriptions (migration required)
102
110
 
103
- [Unreleased]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.11.1..HEAD
111
+ [Unreleased]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.12.0..HEAD
112
+ [0.11.2]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.11.2..v0.12.0
113
+ [0.11.2]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.11.1..v0.11.2
104
114
  [0.11.1]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.11.0..v0.11.1
105
115
  [0.11.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.10.0..v0.11.0
106
116
  [0.10.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.9.0..v0.10.0
data/README.md CHANGED
@@ -35,7 +35,7 @@ end
35
35
 
36
36
  The Hub Client has an ORM like design. However, we distinguish between the contexts of the organization and the person.
37
37
 
38
- For the requests to work, a valid JSON Web token with the correct OAuth Scopes must always be provided. Please refer to [zakio-oauth_client](https://github.com/zaikio/zaikio-oauth_client).
38
+ For the requests to work, a valid JSON Web token with the correct OAuth Scopes must always be provided. Please refer to [zaikio-oauth_client](https://github.com/zaikio/zaikio-oauth_client).
39
39
 
40
40
  If you want to know which actions are available and which scopes are required, please refer to the [Directory API Reference](https://docs.zaikio.com/api/directory/directory.html).
41
41
 
@@ -9,7 +9,7 @@ module Zaikio
9
9
  attributes :updated_at, :created_at, :subscriber_type, :subscriber_id,
10
10
  :status, :app_name, :activated_at, :last_billed_at,
11
11
  :last_paid_at, :trial_ended_at, :plan, :plan_name, :preceding_plan,
12
- :changed_plan_at, :subscripton_url, :usages_in_current_billing_period
12
+ :changed_plan_at, :subscription_url, :usages_in_current_billing_period
13
13
 
14
14
  def initialize(attributes = {})
15
15
  if attributes["subscriber_id"]
@@ -1,5 +1,5 @@
1
1
  module Zaikio
2
2
  module Hub
3
- VERSION = "0.11.1".freeze
3
+ VERSION = "0.12.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zaikio-hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - crispymtn
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-10-13 00:00:00.000000000 Z
13
+ date: 2023-02-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: concurrent-ruby
@@ -35,7 +35,7 @@ dependencies:
35
35
  version: 2.2.1
36
36
  - - "<"
37
37
  - !ruby/object:Gem::Version
38
- version: 2.6.0
38
+ version: 2.8.0
39
39
  type: :runtime
40
40
  prerelease: false
41
41
  version_requirements: !ruby/object:Gem::Requirement
@@ -45,7 +45,7 @@ dependencies:
45
45
  version: 2.2.1
46
46
  - - "<"
47
47
  - !ruby/object:Gem::Version
48
- version: 2.6.0
48
+ version: 2.8.0
49
49
  - !ruby/object:Gem::Dependency
50
50
  name: multi_json
51
51
  requirement: !ruby/object:Gem::Requirement
@@ -75,7 +75,7 @@ dependencies:
75
75
  version: 3.10.5
76
76
  - - "<"
77
77
  - !ruby/object:Gem::Version
78
- version: 3.14.0
78
+ version: 3.15.0
79
79
  type: :runtime
80
80
  prerelease: false
81
81
  version_requirements: !ruby/object:Gem::Requirement
@@ -85,7 +85,7 @@ dependencies:
85
85
  version: 3.10.5
86
86
  - - "<"
87
87
  - !ruby/object:Gem::Version
88
- version: 3.14.0
88
+ version: 3.15.0
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: spyke
91
91
  requirement: !ruby/object:Gem::Requirement
@@ -112,14 +112,14 @@ dependencies:
112
112
  requirements:
113
113
  - - "~>"
114
114
  - !ruby/object:Gem::Version
115
- version: '0.3'
115
+ version: '0.4'
116
116
  type: :runtime
117
117
  prerelease: false
118
118
  version_requirements: !ruby/object:Gem::Requirement
119
119
  requirements:
120
120
  - - "~>"
121
121
  - !ruby/object:Gem::Version
122
- version: '0.3'
122
+ version: '0.4'
123
123
  description: Ruby API Client for Zaikio's Hub
124
124
  email:
125
125
  - op@crispymtn.com