onix 0.4.5 → 0.4.6
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 +4 -1
- data/lib/onix.rb +1 -1
- data/lib/onix/contributor.rb +2 -0
- metadata +3 -3
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
v0.4.6 (2nd December 2008)
|
|
2
|
+
- 2 new accessors on the contributor class - bio and corporate name
|
|
3
|
+
|
|
1
4
|
v0.4.5 (21st November 2008)
|
|
2
5
|
- APAProduct wrapper should generate valid MediaFile composites
|
|
3
6
|
|
|
@@ -12,7 +15,7 @@ v0.4.2 (1st November 2008)
|
|
|
12
15
|
- Minor reordering of elements to match DTD
|
|
13
16
|
|
|
14
17
|
v0.4.1 (UNRELEASED)
|
|
15
|
-
- Added
|
|
18
|
+
- Added accessors to various product measurements. Height, weight, etc.
|
|
16
19
|
- Reduced time for an ONIX::Reader class to initialise
|
|
17
20
|
|
|
18
21
|
v0.4.0 (28th October 2008)
|
data/lib/onix.rb
CHANGED
data/lib/onix/contributor.rb
CHANGED
|
@@ -16,5 +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
|
+
xml_accessor :corporate_name, :etext, :from => "CorporateName"
|
|
19
21
|
end
|
|
20
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.
|
|
4
|
+
version: 0.4.6
|
|
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
|
+
date: 2008-12-02 00:00:00 +11:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
109
109
|
requirements: []
|
|
110
110
|
|
|
111
111
|
rubyforge_project: rbook
|
|
112
|
-
rubygems_version: 1.
|
|
112
|
+
rubygems_version: 1.3.1
|
|
113
113
|
signing_key:
|
|
114
114
|
specification_version: 2
|
|
115
115
|
summary: A convient mapping between ruby objects and the ONIX XML specification
|