bseller_ruby 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bseller_ruby/base.rb +1 -1
- data/lib/bseller_ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a9ee97d7dd5a3545b528d120662617e2a620402
|
4
|
+
data.tar.gz: d9435fa9ba66f77d852115f1ee5fc82bd4e38067
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc748de56cc2fce4ec0a2ae421e6245b2b04a3399cf77b82cbf1cf6a01fa073c6250e6f4f63cfd3fc1f56fe4499e13a7c15304568aa9d306dd1df14ba0c5224e
|
7
|
+
data.tar.gz: 3d4e530e75330757bf239ed7251431f7efba543f419c8eb5640e660694f587f63278d342ac7fdf9006bc3c2c398359c4f50045c065c1cd26e99a5d48decf94f8
|
data/lib/bseller_ruby/base.rb
CHANGED
@@ -97,7 +97,7 @@ module BsellerRuby
|
|
97
97
|
|
98
98
|
def self.authentication
|
99
99
|
if @method =~ /pagamento/
|
100
|
-
@authentication ||= {
|
100
|
+
@authentication ||= {}
|
101
101
|
else
|
102
102
|
@authentication ||= { 'idCia' => ws['cia_id'], 'usuario' => ws['username'], 'senha' => ws['password'] }
|
103
103
|
@method.to_s.end_with?('pedido') ? {} : @authentication
|
data/lib/bseller_ruby/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bseller_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wesley Conde
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: savon
|