fastshop_catalog 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d580bd8e839ff0ce0f1599a1dc0c6366ae0cf514
4
- data.tar.gz: c164cd58c8b1a340a2c2bb1756a23869b21ac094
3
+ metadata.gz: 76b73dee01bf883aae1781b9abc17e38d965fdc0
4
+ data.tar.gz: 10613c0eaaeeabd3d8da64710b152ebd9d433ecf
5
5
  SHA512:
6
- metadata.gz: 12fd73b0ff5263aeed12164d7331892381e0a77f1d0604e36a2f9d8b16df95ea6941e668bcdaa36e1b6ceb8fe2e4af2b20030978d42a5c8785ce2ee37ef17eea
7
- data.tar.gz: b584191241e9dd989cead46c737d608a7f9c9e7db406a9fa6ffa39e48c3be69e90ef3456f3340d210dfe7780dbbea9a4691c43e714e8281ff1e25ae09adcb647
6
+ metadata.gz: c5ab5fc0db22ea41101ca361109d72dfa8c94e432322f6dca926ecad4f8744422c79ebff5b12c38fb7a4588e7e36e54d52b06d1f242931b854e00496f225a907
7
+ data.tar.gz: df150ff96aef2d0cd366e0ba6e2437fa1e52164c8784710a3078ced6cda4fa09a1af09f1694a6ea4d71d440a0f5983f9c26149f3839e0c3fc76cba4f02e2b674
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fastshop_catalog (0.0.3)
4
+ fastshop_catalog (0.0.5)
5
5
  savon
6
6
 
7
7
  GEM
@@ -11,8 +11,8 @@ GEM
11
11
  gyoku (>= 0.4.0)
12
12
  nokogiri (>= 1.4.0)
13
13
  builder (3.2.2)
14
- coderay (1.0.9)
15
- diff-lcs (1.2.4)
14
+ coderay (1.1.0)
15
+ diff-lcs (1.2.5)
16
16
  gyoku (1.1.0)
17
17
  builder (>= 2.1.2)
18
18
  httpi (2.1.0)
@@ -21,8 +21,8 @@ GEM
21
21
  method_source (0.8.2)
22
22
  nokogiri (1.5.10)
23
23
  nori (2.3.0)
24
- pry (0.9.12.2)
25
- coderay (~> 1.0.5)
24
+ pry (0.9.12.4)
25
+ coderay (~> 1.0)
26
26
  method_source (~> 0.8)
27
27
  slop (~> 3.4)
28
28
  rack (1.5.2)
@@ -31,10 +31,10 @@ GEM
31
31
  rspec-core (~> 2.14.0)
32
32
  rspec-expectations (~> 2.14.0)
33
33
  rspec-mocks (~> 2.14.0)
34
- rspec-core (2.14.5)
35
- rspec-expectations (2.14.2)
34
+ rspec-core (2.14.7)
35
+ rspec-expectations (2.14.4)
36
36
  diff-lcs (>= 1.1.3, < 2.0)
37
- rspec-mocks (2.14.3)
37
+ rspec-mocks (2.14.4)
38
38
  rubyntlm (0.3.4)
39
39
  savon (2.3.0)
40
40
  akami (~> 1.2.0)
@@ -44,7 +44,7 @@ GEM
44
44
  nokogiri (>= 1.4.0, < 1.6)
45
45
  nori (~> 2.3.0)
46
46
  wasabi (~> 3.2.0)
47
- slop (3.4.6)
47
+ slop (3.4.7)
48
48
  wasabi (3.2.0)
49
49
  httpi (~> 2.0)
50
50
  nokogiri (>= 1.4.0, < 1.6)
@@ -13,7 +13,7 @@ module FastshopCatalog
13
13
  root_attributes = order.to_map
14
14
  adapted_items = []
15
15
  root_attributes['Itens'].each do |item|
16
- adapted_items << {'fas:ColocacaoPedidoItensEntity' => adapt_output(item.to_map, 'fas')}
16
+ adapted_items << {'fas:PedidoItensEntity' => adapt_output(item.to_map, 'fas')}
17
17
  end
18
18
  root_attributes['Itens'] = adapted_items
19
19
  service_invoker('dadosPedido' => adapt_output(root_attributes, 'fas'))
@@ -1,3 +1,3 @@
1
1
  module FastshopCatalog
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastshop_catalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Ganzarolli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-19 00:00:00.000000000 Z
11
+ date: 2013-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  requirements: []
174
174
  rubyforge_project:
175
- rubygems_version: 2.1.9
175
+ rubygems_version: 2.0.14
176
176
  signing_key:
177
177
  specification_version: 4
178
178
  summary: FastShop integrações