rospatent 1.3.1 → 1.3.2

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: 01cd0ab72ae339b3dab5372eebb311b6aef97fbc17f4fe8c4c00466aee363abe
4
- data.tar.gz: d279cbbe0944f3f55890b62593b4480359222bae51b2c3c132baaf07d55c0347
3
+ metadata.gz: 7a67e6d87f80561b12663934f8f521318ffba4a91bfcc2d9e8f0da69a37bb941
4
+ data.tar.gz: 144209fec90c09ef12ec3b8bfbe8ce25ef869956d42a4c99932c0ee8b8cd2152
5
5
  SHA512:
6
- metadata.gz: d9f33a05a5c1b57b87baf0091300c0b46587b0567ba4def4ae1e635449a9ac7ec0d077bb630b32b2445111429ce7e86c9291daceb5ac75182bf44eb1beb5d16c
7
- data.tar.gz: 950400777375b018839a8a1090db421994c36a28d0e3881b783236e50d6d5dd43ef5d0a65f9c010cd878f54aa31cb55af74b540c8240676dbcf65bc74ea39743
6
+ metadata.gz: f04c183c8b4896ebce31c73adfb59cf5134256feb075d881138e1e54547241216abda98c63500106a8649c6a6b2b18562cf40acddeed6d926b08162887de9dca
7
+ data.tar.gz: 0d3f2c86cc5cbfb58c69d0db1100e796adb42664251cd1812118889604a897b4c43b6986a0104660b6ce4cc8c3ea39adab1c27ffbbf0fa815f733da5466e1f72
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  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
+ ## [1.3.2] - 2025-06-07
9
+
10
+ ### Added
11
+ - Notes about logger `formatter` parameter behavior when using `Rails.logger` as `output`
12
+
8
13
  ## [1.3.1] - 2025-06-06
9
14
 
10
15
  ### Fixed
data/README.md CHANGED
@@ -676,6 +676,10 @@ client = Rospatent.client(logger: logger)
676
676
  shared_logger = Rospatent.shared_logger(level: :debug)
677
677
  ```
678
678
 
679
+ **Notes**:
680
+ - When using `Rails.logger`, formatting is controlled by Rails configuration, `formatter` parameter ignored
681
+ - When using IO objects, `formatter` parameter controls output format
682
+
679
683
  ### Error Handling
680
684
 
681
685
  Comprehensive error handling with specific error types and improved error message extraction:
@@ -1758,6 +1762,10 @@ client = Rospatent.client(logger: logger)
1758
1762
  shared_logger = Rospatent.shared_logger(level: :debug)
1759
1763
  ```
1760
1764
 
1765
+ **Комментарии**:
1766
+ - При использовании `Rails.logger`, форматирование контролируется конфигурацией Rails, параметр `formatter` игнорируется
1767
+ - При использовании IO объекта, формат определяется параметром `formatter`
1768
+
1761
1769
  ### Обработка ошибок
1762
1770
 
1763
1771
  Комплексная обработка ошибок с конкретными типами ошибок и улучшенным извлечением сообщений об ошибках:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rospatent
4
- VERSION = "1.3.1"
4
+ VERSION = "1.3.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rospatent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksandr Dryzhuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-06 00:00:00.000000000 Z
11
+ date: 2025-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday