onix 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/onix.rb +1 -1
  3. data/lib/onix/product.rb +1 -1
  4. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v0.7.1 (24th June 2009)
2
+ - Small tweak to ordering of elements in the Product group
3
+
1
4
  v0.7.0 (17th June 2009)
2
5
  - try using LibXML for reader again
3
6
  - retrieving the ONIX version of the input file is currently disabled, as
@@ -16,7 +16,7 @@ module ONIX
16
16
  module Version #:nodoc:
17
17
  Major = 0
18
18
  Minor = 7
19
- Tiny = 0
19
+ Tiny = 1
20
20
 
21
21
  String = [Major, Minor, Tiny].join('.')
22
22
  end
@@ -14,8 +14,8 @@ module ONIX
14
14
  xml_accessor :series, :from => "Series"
15
15
  xml_accessor :edition_number, :from => "EditionNumber", :as => Fixnum
16
16
  xml_accessor :titles, :from => "Title", :as => [ONIX::Title]
17
- xml_accessor :contributors, :from => "Contributor", :as => [ONIX::Contributor]
18
17
  xml_accessor :websites, :from => "Website", :as => [ONIX::Website]
18
+ xml_accessor :contributors, :from => "Contributor", :as => [ONIX::Contributor]
19
19
  xml_accessor :number_of_pages, :from => "NumberOfPages", :as => Fixnum
20
20
  xml_accessor :bic_main_subject, :from => "BICMainSubject"
21
21
  xml_accessor :subjects, :from => "Subject", :as => [ONIX::Subject]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Healy
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-17 00:00:00 +10:00
12
+ date: 2009-06-24 00:00:00 +10:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency