response_mapper 0.1.1 → 0.1.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
  SHA1:
3
- metadata.gz: 500f3948bcf3d5089cb999bdf6e47b3549ec5e4a
4
- data.tar.gz: 6ecaba7e3dccd2c653818f5ddbe4c8a1f76759f6
3
+ metadata.gz: bc549437082ce5d64203d5adba12716fa3d9ac9b
4
+ data.tar.gz: fbde2d4b0d576363c523027659644f03e213ff57
5
5
  SHA512:
6
- metadata.gz: deaa2ed34d84d029e56c0f42ac0766f54caaa3cfee77816c5dc48581a06258e31e00703f20dda3e32a8fff1456d3b661c611730310eadc33acd70bc1872670c9
7
- data.tar.gz: 81a381969cdc7396308589e6f4d6a6da26cc94a7824df14d5f5dd9a431162a5ad322f9e8862bb70aad027059f38a47cf54f46b0422ef3a6567287d9c2721812b
6
+ metadata.gz: 6a85f28f3dfe0741002bcd33a512701a7edf613ebf8973bea20c560ee9080246f75deaa0a315407014dce3b4672207cd60c80dca9311da597395ba4463ad633c
7
+ data.tar.gz: 1e6a4aaa3a7b2e1afec8aa625674d12beddca2440919037b81b56a5490284e912693029428c25cb88131f7204767a0f42f41fd9ab21d56436b716b62bafa7168
@@ -12,7 +12,7 @@
12
12
  # { id: 1, items: [1,2,3] }
13
13
  #
14
14
  class ResponseMapper
15
- VERSION = '0.1.1'
15
+ VERSION = '0.1.2'
16
16
 
17
17
  Error = Class.new(StandardError)
18
18
 
@@ -13,10 +13,7 @@ Gem::Specification.new do |spec|
13
13
 
14
14
  # rubocop:disable LineLength
15
15
  spec.summary = 'Allows to map API response to domain language of your application'
16
- spec.description = 'These days we all deal with many different APIs. \
17
- It can be either third-party services, or our own microservices. \
18
- Not all of them are well-designed and sometimes their attributes named in a really weird way.\
19
- ResponseMapper allows to map attributes from API response to your domain language.'
16
+ spec.description = 'These days we all deal with many different APIs. It can be either third-party services, or our own microservices. Not all of them are well-designed and sometimes their attributes named in a really weird way. ResponseMapper allows to map attributes from API response to your domain language.'
20
17
  spec.homepage = 'https://github.com/smakagon/response_mapper'
21
18
  spec.license = 'MIT'
22
19
  # rubocop:enable LineLength
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: response_mapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergii Makagon
@@ -80,11 +80,10 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.10'
83
- description: |-
84
- These days we all deal with many different APIs. \
85
- It can be either third-party services, or our own microservices. \
86
- Not all of them are well-designed and sometimes their attributes named in a really weird way.\
87
- ResponseMapper allows to map attributes from API response to your domain language.
83
+ description: These days we all deal with many different APIs. It can be either third-party
84
+ services, or our own microservices. Not all of them are well-designed and sometimes
85
+ their attributes named in a really weird way. ResponseMapper allows to map attributes
86
+ from API response to your domain language.
88
87
  email:
89
88
  - makagon87@gmail.com
90
89
  executables: []