onix 0.4.6 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v0.4.7 (9th December 2008)
2
+ - Contributor sub elements should match the order specified in the DTD
3
+
1
4
  v0.4.6 (2nd December 2008)
2
5
  - 2 new accessors on the contributor class - bio and corporate name
3
6
 
@@ -52,7 +52,7 @@ module ONIX
52
52
  module Version #:nodoc:
53
53
  Major = 0
54
54
  Minor = 4
55
- Tiny = 6
55
+ Tiny = 7
56
56
 
57
57
  String = [Major, Minor, Tiny].join('.')
58
58
  end
@@ -16,7 +16,7 @@ module ONIX
16
16
  xml_accessor :suffix_to_key, :etext, :from => "SuffixToKey"
17
17
  xml_accessor :letters_after_names, :etext, :from => "LettersAfterNames"
18
18
  xml_accessor :titles_after_names, :etext, :from => "TitlesAfterNames"
19
- xml_accessor :biographical_note, :etext, :from => "BiographicalNote"
20
19
  xml_accessor :corporate_name, :etext, :from => "CorporateName"
20
+ xml_accessor :biographical_note, :etext, :from => "BiographicalNote"
21
21
  end
22
22
  end
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.4.6
4
+ version: 0.4.7
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: 2008-12-02 00:00:00 +11:00
12
+ date: 2008-12-09 00:00:00 +11:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency