ruby_omx 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module RubyOmx
|
|
24
24
|
xml_reader :price_addl_sh, :from => 'AdditionalSH', :in => 'Item/PriceData/Price', :as => Float
|
25
25
|
xml_reader :price_bonus, :from => 'Bonus', :in => 'Item/PriceData/Price', :as => Float
|
26
26
|
|
27
|
-
xml_reader :custom_attributes, :as => [CustomItemAttribute], :in => 'Item/CustomItemAttribute'
|
27
|
+
xml_reader :custom_attributes, :as => [RubyOmx::CustomItemAttribute], :in => 'Item/CustomItemAttribute'
|
28
28
|
end
|
29
29
|
|
30
30
|
end
|
data/lib/ruby_omx/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_omx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
12
|
+
date: 2012-04-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: roxml
|
@@ -72,7 +72,6 @@ files:
|
|
72
72
|
- lib/ruby_omx/items.rb
|
73
73
|
- lib/ruby_omx/orders.rb
|
74
74
|
- lib/ruby_omx/response/custom_item_attr_info_response.rb
|
75
|
-
- lib/ruby_omx/response/item_info_request.rb
|
76
75
|
- lib/ruby_omx/response/item_info_response.rb
|
77
76
|
- lib/ruby_omx/response/response_error.rb
|
78
77
|
- lib/ruby_omx/response/udoa_request.rb
|
File without changes
|