barkibu-kb 0.23.0 → 0.24.0

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: aa7e82e12cf78117dbe83ba60f544050a2f46b0c24a9dacd88ff6aac23061863
4
- data.tar.gz: 9c5541c4cf7f89a55ae003fc75c3520e95fc798fe6d780242895da5797f7abf5
3
+ metadata.gz: 29792b50e3dad51825c1fb0237155a3a6983a893173d00fafe3722e406f5f771
4
+ data.tar.gz: 3390ea2cc76d6d6ac5489fda5e4dbacd4b1cc556ba773a1e12f3ca21645ef9ed
5
5
  SHA512:
6
- metadata.gz: f79f76c3209b161230e60e6e05522d1de24d9bc8e63c381cca6f33199b7c74ddd21dcbc3d311d866816a46abb7ba5327841919f85b820361a9e36553cea7824b
7
- data.tar.gz: 4b58d329d5271f89649153d417838ab93f30c4e0f991060522b08d21f3e716c0333eb529723866db443776411a64336b2ec909b310e092d49980d517032145f4
6
+ metadata.gz: d76b73f6fcc48fad7f3242f3278e340d258f902b9bf999a61c7fe482c50fe734f28edf2aa28a88bbe37e61dcc6b56862e4f2ef31666fe8a2398609a1a5504d56
7
+ data.tar.gz: 3e83ee7c1e7c357661293f2bfa750ca29a9358afa7dc4dbf94216f7fd947b7a23616c964e87e31ab0dcd6c06dba04727881d4301d68ea6bd91482d8ed59a883e
@@ -0,0 +1,15 @@
1
+ # Human understandable Feature/Bugfix Title
2
+
3
+ ## Why?
4
+
5
+ --
6
+
7
+ ## Changes
8
+
9
+ --
10
+
11
+ ## Checklist
12
+ - [ ] Tests added/updated
13
+ - [ ] README file updated
14
+ - [ ] Changelog updated
15
+ - [ ] Version file `lib/kb/version.rb` updated
data/CHANGELOG.md CHANGED
@@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [unreleased]
9
- - See diff: https://github.com/barkibu/kb-ruby/compare/v0.23.0...HEAD
9
+ - See diff: https://github.com/barkibu/kb-ruby/compare/v0.24.0...HEAD
10
+
11
+ # [0.24.0]
12
+ - Add support for `.referrers` method on `PetParent`
10
13
 
11
14
  # [0.23.0]
12
15
  - Add support for `.search` method on `PetContract`
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- barkibu-kb (0.23.0)
4
+ barkibu-kb (0.24.0)
5
5
  activemodel (>= 4.0.2)
6
6
  activerecord
7
7
  activesupport (>= 3.0.0)
@@ -10,8 +10,8 @@ PATH
10
10
  faraday-http
11
11
  faraday_middleware
12
12
  i18n
13
- barkibu-kb-fake (0.23.0)
14
- barkibu-kb (= 0.23.0)
13
+ barkibu-kb-fake (0.24.0)
14
+ barkibu-kb (= 0.24.0)
15
15
  countries
16
16
  sinatra
17
17
  webmock
@@ -19,29 +19,38 @@ PATH
19
19
  GEM
20
20
  remote: https://rubygems.org/
21
21
  specs:
22
- activemodel (7.0.4.2)
23
- activesupport (= 7.0.4.2)
24
- activerecord (7.0.4.2)
25
- activemodel (= 7.0.4.2)
26
- activesupport (= 7.0.4.2)
27
- activesupport (7.0.4.2)
22
+ activemodel (7.1.3.2)
23
+ activesupport (= 7.1.3.2)
24
+ activerecord (7.1.3.2)
25
+ activemodel (= 7.1.3.2)
26
+ activesupport (= 7.1.3.2)
27
+ timeout (>= 0.4.0)
28
+ activesupport (7.1.3.2)
29
+ base64
30
+ bigdecimal
28
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
32
+ connection_pool (>= 2.2.5)
33
+ drb
29
34
  i18n (>= 1.6, < 2)
30
35
  minitest (>= 5.1)
36
+ mutex_m
31
37
  tzinfo (~> 2.0)
32
38
  addressable (2.8.0)
33
39
  public_suffix (>= 2.0.2, < 5.0)
34
40
  ast (2.4.2)
41
+ base64 (0.2.0)
42
+ bigdecimal (3.1.6)
35
43
  byebug (11.1.3)
36
- concurrent-ruby (1.2.2)
37
- countries (5.3.1)
44
+ concurrent-ruby (1.2.3)
45
+ connection_pool (2.4.1)
46
+ countries (5.7.2)
38
47
  unaccent (~> 0.3)
39
48
  crack (0.4.5)
40
49
  rexml
41
50
  diff-lcs (1.4.4)
42
51
  docile (1.4.0)
43
- domain_name (0.5.20190701)
44
- unf (>= 0.0.5, < 1.0.0)
52
+ domain_name (0.6.20240107)
53
+ drb (2.2.1)
45
54
  dry-configurable (0.16.1)
46
55
  dry-core (~> 0.6)
47
56
  zeitwerk (~> 2.6)
@@ -76,35 +85,40 @@ GEM
76
85
  faraday-retry (1.0.3)
77
86
  faraday_middleware (1.2.0)
78
87
  faraday (~> 1.0)
79
- ffi (1.15.5)
88
+ ffi (1.16.3)
80
89
  ffi-compiler (1.0.1)
81
90
  ffi (>= 1.0.0)
82
91
  rake
83
92
  hashdiff (1.0.1)
84
- http (5.1.1)
93
+ http (5.2.0)
85
94
  addressable (~> 2.8)
95
+ base64 (~> 0.1)
86
96
  http-cookie (~> 1.0)
87
97
  http-form_data (~> 2.2)
88
- llhttp-ffi (~> 0.4.0)
98
+ llhttp-ffi (~> 0.5.0)
89
99
  http-cookie (1.0.5)
90
100
  domain_name (~> 0.5)
91
101
  http-form_data (2.3.0)
92
- i18n (1.12.0)
102
+ i18n (1.14.1)
93
103
  concurrent-ruby (~> 1.0)
94
- llhttp-ffi (0.4.0)
104
+ llhttp-ffi (0.5.0)
95
105
  ffi-compiler (~> 1.0)
96
106
  rake (~> 13.0)
97
- minitest (5.18.0)
98
- multipart-post (2.3.0)
107
+ minitest (5.22.2)
108
+ multipart-post (2.4.0)
99
109
  mustermann (3.0.0)
100
110
  ruby2_keywords (~> 0.0.1)
111
+ mutex_m (0.2.0)
101
112
  parallel (1.21.0)
102
113
  parser (3.0.2.0)
103
114
  ast (~> 2.4.1)
104
115
  public_suffix (4.0.7)
105
- rack (2.2.6.3)
106
- rack-protection (3.0.5)
107
- rack
116
+ rack (3.0.9.1)
117
+ rack-protection (4.0.0)
118
+ base64 (>= 0.1.0)
119
+ rack (>= 3.0.0, < 4)
120
+ rack-session (2.0.0)
121
+ rack (>= 3.0.0)
108
122
  rainbow (3.0.0)
109
123
  rake (13.0.6)
110
124
  regexp_parser (2.1.1)
@@ -143,24 +157,23 @@ GEM
143
157
  simplecov_json_formatter (~> 0.1)
144
158
  simplecov-html (0.12.3)
145
159
  simplecov_json_formatter (0.1.3)
146
- sinatra (3.0.5)
160
+ sinatra (4.0.0)
147
161
  mustermann (~> 3.0)
148
- rack (~> 2.2, >= 2.2.4)
149
- rack-protection (= 3.0.5)
162
+ rack (>= 3.0.0, < 4)
163
+ rack-protection (= 4.0.0)
164
+ rack-session (>= 2.0.0, < 3)
150
165
  tilt (~> 2.0)
151
- tilt (2.1.0)
166
+ tilt (2.3.0)
167
+ timeout (0.4.1)
152
168
  tzinfo (2.0.6)
153
169
  concurrent-ruby (~> 1.0)
154
170
  unaccent (0.4.0)
155
- unf (0.1.4)
156
- unf_ext
157
- unf_ext (0.0.8.2)
158
171
  unicode-display_width (2.1.0)
159
172
  webmock (3.14.0)
160
173
  addressable (>= 2.8.0)
161
174
  crack (>= 0.3.2)
162
175
  hashdiff (>= 0.4.0, < 2.0.0)
163
- zeitwerk (2.6.7)
176
+ zeitwerk (2.6.13)
164
177
 
165
178
  PLATFORMS
166
179
  ruby
@@ -168,7 +181,7 @@ PLATFORMS
168
181
  DEPENDENCIES
169
182
  barkibu-kb!
170
183
  barkibu-kb-fake!
171
- bundler (~> 2.4.12)
184
+ bundler
172
185
  byebug
173
186
  rake (>= 12.3.3)
174
187
  rspec (~> 3.0)
data/README.md CHANGED
@@ -72,6 +72,8 @@ KB.config.log_level = :debugger # :info by default
72
72
  - returns all the KB::PetContract associated with this pet parent
73
73
  - `referrals`
74
74
  - returns all the KB::Referral associated with this pet parent
75
+ - `referrers`
76
+ - returns all the KB::Referral associated with any of the pet parent's pets
75
77
 
76
78
  #### Assessment 📄
77
79
 
data/barkibu-kb.gemspec CHANGED
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
37
37
  spec.required_ruby_version = '>= 2.6'
38
38
 
39
39
  spec.add_dependency 'dry-configurable', '~> 0.9'
40
- spec.add_development_dependency 'bundler', '~> 2.4.12'
40
+ spec.add_development_dependency 'bundler'
41
41
  spec.add_development_dependency 'byebug'
42
42
  spec.add_development_dependency 'rake', '>= 12.3.3'
43
43
  spec.add_development_dependency 'rspec', '~> 3.0'
@@ -113,5 +113,11 @@ module KB
113
113
  Referral.from_api(referral)
114
114
  end
115
115
  end
116
+
117
+ def referrers
118
+ self.class.kb_client.request("#{key}/referrers").map do |referral|
119
+ Referral.from_api(referral)
120
+ end
121
+ end
116
122
  end
117
123
  end
data/lib/kb/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module KB
2
- VERSION = '0.23.0'.freeze
2
+ VERSION = '0.24.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barkibu-kb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - LĂ©o Figea
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-18 00:00:00.000000000 Z
11
+ date: 2024-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-configurable
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 2.4.12
33
+ version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 2.4.12
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: byebug
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -243,6 +243,7 @@ extensions: []
243
243
  extra_rdoc_files: []
244
244
  files:
245
245
  - ".env.example"
246
+ - ".github/pull_request_template.md"
246
247
  - ".github/workflows/release.yaml"
247
248
  - ".gitignore"
248
249
  - ".rspec"