bbk-http 0.1.0.200755 → 0.1.0.200759

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: c700edecd71e8671b1db18fe5dcc1de2ac157ee13b5de2195a86eb65e9243a5b
4
- data.tar.gz: b475e1dad2736fc63557e80f8d281b33ea7586b56744bfcb3ca4957d67cca487
3
+ metadata.gz: 1a563c290c77064121915583fa6c44371dd4f1ba99e5c78f30f3f7172285272d
4
+ data.tar.gz: 3219c1f4edbc98b3abbd070cc46eefb3ff1436ab3b72a1564b71ec38f7556980
5
5
  SHA512:
6
- metadata.gz: 62f6485b7537e8b00347fe984daa8124af5217adf2e805966b175b9681a7ad32c2a68eb370b9646d06e02c070616fb9a6221901af89d6eddee8672306f6503b4
7
- data.tar.gz: ff5a72f14e15508f02e3c86c74c5e6ee294af48b5f8c64404e403417c56d7bc1d5fc56e384790f1655767faf773edb0d6e77193ed8177cb833a041c886da5523
6
+ metadata.gz: 5c104eee3c606aa260cb0517b193bf3c30f8ff12095358cc54d2379029fbf70382d0ea69516c5a70d07a41c8c813623fbc1935d3175f0672be900b3130b3041a
7
+ data.tar.gz: 551231ba10fe4b7adf618f1acfdb7b5bdf0a82e1f374ba7f66b3edf7f3790dcc91847cd504eb3d7673bb19152837904a0bb1b5f6c4cbdd810b361d7a1f5a87c8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bbk-http (0.1.0.200755)
4
+ bbk-http (0.1.0.200759)
5
5
  activesupport (>= 6.0)
6
6
  bbk-utils (> 1.0.1)
7
7
  faraday (~> 2.7.12)
@@ -24,6 +24,13 @@ module BBK
24
24
  @context = context
25
25
  end
26
26
 
27
+ def as_json(_options=nil)
28
+ {
29
+ message: message,
30
+ context: context
31
+ }
32
+ end
33
+
27
34
  end
28
35
 
29
36
  attr_reader :domains, :logger
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbk-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.200755
4
+ version: 0.1.0.200759
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samoylenko Yuri