elibri_onix 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{elibri_onix}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marcin Urbanski"]
@@ -8,7 +8,7 @@ module Elibri
8
8
 
9
9
  xml_name 'ONIXMessage'
10
10
  xml_accessor :release, :from => "@release"
11
- xml_accessor :elibri_dialect, :from => "@elibri:dialect"
11
+ xml_accessor :elibri_dialect, :from => "elibri:Dialect"
12
12
 
13
13
  xml_accessor :products, :as => [Product]
14
14
  xml_accessor :header, :as => Header
@@ -4,7 +4,7 @@ module Elibri
4
4
  module Version
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- PATCH = 1
7
+ PATCH = 2
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
@@ -1,5 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <ONIXMessage release="3.0" elibri:dialect="3.0.1" xmlns:elibri="http://elibri.com.pl/ns/extensions" xmlns="http://www.editeur.org/onix/3.0/reference">
2
+ <ONIXMessage release="3.0" xmlns:elibri="http://elibri.com.pl/ns/extensions" xmlns="http://www.editeur.org/onix/3.0/reference">
3
+ <elibri:Dialect>3.0.1</elibri:Dialect>
3
4
  <Header>
4
5
  <Sender>
5
6
  <SenderName>Elibri.com.pl</SenderName>
@@ -1,6 +1,7 @@
1
1
 
2
2
  <?xml version="1.0" encoding="UTF-8"?>
3
- <ONIXMessage release="3.0" elibri:dialect="3.0.0" xmlns:elibri="http://elibri.com.pl/ns/extensions" xmlns="http://www.editeur.org/onix/3.0/reference">
3
+ <ONIXMessage release="3.0" xmlns:elibri="http://elibri.com.pl/ns/extensions" xmlns="http://www.editeur.org/onix/3.0/reference">
4
+ <elibri:Dialect>3.0.0</elibri:Dialect>
4
5
  <Header>
5
6
  <Sender>
6
7
  <SenderName>Elibri.com.pl</SenderName>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elibri_onix
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Marcin Urbanski