bas 0.3.0 → 0.3.1

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: 362d8c607c7fbfd0405b4e7e349505f45e12b5218ae9c23416954919920bdb63
4
- data.tar.gz: 78513d4ae926c12a290ceb200c1aa718d15f05c8e4536a8b58deabb3c9ca17b4
3
+ metadata.gz: eb7e143b2fed334e1489ffe66e55c87a997f71b744eefa8aa3ef55d53b8a8659
4
+ data.tar.gz: 7bf4e381847d69f760d5beab142bae8d9fc378dabb0f03583759b00e8b8b4b97
5
5
  SHA512:
6
- metadata.gz: 9a27723bb27bc0e9aefee19b4e9a159b2da7a1171da540f910a5a1affaa940ab7861afbdafadd34fa16ed71ce2284a69503b5e43a0ac1f4f399a3cf99e5aa90f
7
- data.tar.gz: 0da18b42118777de21d8c7a0a91c8ee32f3499d7a0f0bc8d5671442762cbd4a20bcb5a0daa24d9b1bfac63c1a2bb03bcedfd867c18ee52667b3e5634e79be6b6
6
+ metadata.gz: 38e5f2ff3e0c3f76f8d74a8cd8b3b25f2eae63dfe0d9595f9e97503bce057c45e24c21ea7f9625ec367c9851131bbe7b70824176e01da913d7209666840d3dd6
7
+ data.tar.gz: 5b993cfb181d61f647a48bdd2a38f39849068274aea4819cabd5e8691571fca4afd27205c6af862a7fc5b81789ba00a32a8afed291e40b71dbbc46ebc490f20b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.1 (16.04.2024)
4
+ - [Use case format error](https://github.com/kommitters/bas/issues/22)
5
+
3
6
  ## 0.3.0 (16.04.2024)
4
7
  - [Rename the Fetcher to Read](https://github.com/kommitters/bas/issues/13)
5
8
  - [Rename the Mapper to Serialize](https://github.com/kommitters/bas/issues/14)
@@ -32,7 +32,7 @@ module UseCases
32
32
 
33
33
  serialization = serialize.execute(response)
34
34
 
35
- format_response = valid_format_response(serialization)
35
+ format_response = formatter.format(serialization)
36
36
 
37
37
  process_response = process.execute(format_response)
38
38
 
data/lib/bas/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Bas
4
4
  # Gem version
5
- VERSION = "0.3.0"
5
+ VERSION = "0.3.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kommitters Open Source