lmb-developers 1.2.4 → 1.2.5
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 +5 -1
- data/lmb-developers.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c041717903419dce19db99de43a58f72f0cb20924f47282b026ab58d71cb151b
|
4
|
+
data.tar.gz: b8f0184e994b1352542cd2587260bc5e2a3036aea3449ed9806e63e05a4427c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f543c20e80be8b711b9df5f470b0b006b3a73e8dd307b7590d464f2eb2b39403b25af3de995c591d677d2355dfb5d8ecb1ac80aa5961805371e48a8074b0f89d
|
7
|
+
data.tar.gz: c6129fccfb03505e830f8f29e6130e4c5ffddbc0ad4edb8b65d9ec2ae0967a53b218777b38a665428e5b516945addb6f362a76eebad3971fca63a38b59b2f532
|
@@ -124,7 +124,11 @@ module Lmb
|
|
124
124
|
response.code.to_i == 202
|
125
125
|
rescue StandardError => exception
|
126
126
|
puts "-"*25
|
127
|
-
puts "
|
127
|
+
puts "-"*25
|
128
|
+
puts "-"*25
|
129
|
+
puts exception.message
|
130
|
+
puts "-"*25
|
131
|
+
puts "-"*25
|
128
132
|
puts "-"*25
|
129
133
|
exception
|
130
134
|
end
|
data/lmb-developers.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'lmb-developers'
|
3
|
-
s.version = '1.2.
|
3
|
+
s.version = '1.2.5'
|
4
4
|
s.date = '2019-05-19'
|
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"
|