lmb-developers 1.4.1 → 1.4.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/lmb/developers/loyalty.rb +1 -0
- data/lmb-developers.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bcbd41c71ee7963f18367651d41878440dece31a4a852a67bad25477630d223c
|
4
|
+
data.tar.gz: ceec435bfc07b0d1420c03126dc2a3f6cd0035721594b5e823137b760bc5fe03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8dea19a79dadb93293f25e7c71ba0324e76dba81ce2dc546580cd4fcafd5303a92db6019372bcc2944c31760364f7e66add942e1328f8ca146ede10366154ca
|
7
|
+
data.tar.gz: f5b713a2754b8ffc3791a68f4b874ce0802753e2d7c32db965a78d972d0ab6496eb3a515aa9409b2140833adcd16ab4ea1c56a448a351113cd9e6b9e1951eab0
|
@@ -71,6 +71,7 @@ module Lmb
|
|
71
71
|
request['Apikey'] = configuration.api_key.to_s
|
72
72
|
request['Authorization'] = generate_basic_auth
|
73
73
|
request['Cache-Control'] = 'no-cache'
|
74
|
+
request['Content-Type'] = 'application/json'
|
74
75
|
request.body = body.to_json
|
75
76
|
req_options = { use_ssl: uri.scheme == 'https' }
|
76
77
|
|
data/lmb-developers.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'lmb-developers'
|
3
|
-
s.version = '1.4.
|
4
|
-
s.date = '2023-12-
|
3
|
+
s.version = '1.4.2'
|
4
|
+
s.date = '2023-12-20'
|
5
5
|
s.summary = "Consume APIs at Leroy Merlin Brazil Developer's Portal"
|
6
6
|
s.description = "Gem to consume APIs available at Leroy Merlin Brazil Developer's Portal https://developers.leroymerlin.com.br"
|
7
7
|
s.author = "PRTE - Tecnologia e Soluções"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lmb-developers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PRTE - Tecnologia e Soluções
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Gem to consume APIs available at Leroy Merlin Brazil Developer's Portal
|
14
14
|
https://developers.leroymerlin.com.br
|