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 +4 -4
- data/lib/response_mapper.rb +1 -1
- data/response_mapper.gemspec +1 -4
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc549437082ce5d64203d5adba12716fa3d9ac9b
|
4
|
+
data.tar.gz: fbde2d4b0d576363c523027659644f03e213ff57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a85f28f3dfe0741002bcd33a512701a7edf613ebf8973bea20c560ee9080246f75deaa0a315407014dce3b4672207cd60c80dca9311da597395ba4463ad633c
|
7
|
+
data.tar.gz: 1e6a4aaa3a7b2e1afec8aa625674d12beddca2440919037b81b56a5490284e912693029428c25cb88131f7204767a0f42f41fd9ab21d56436b716b62bafa7168
|
data/lib/response_mapper.rb
CHANGED
data/response_mapper.gemspec
CHANGED
@@ -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.
|
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
|
-
|
85
|
-
|
86
|
-
|
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: []
|