onix 0.5.0 → 0.5.1

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.
Files changed (4) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/onix.rb +1 -1
  3. data/lib/onix/reader.rb +1 -1
  4. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v0.5.1 (4th March 2009)
2
+ - Fix a single letter typo
3
+
1
4
  v0.5 (2nd March 2009)
2
5
  - Switch ROXML dependency from a patched version to vanilla
3
6
  - Vanilla ROXML now has all the features we need
@@ -14,7 +14,7 @@ module ONIX
14
14
  module Version #:nodoc:
15
15
  Major = 0
16
16
  Minor = 5
17
- Tiny = 0
17
+ Tiny = 1
18
18
 
19
19
  String = [Major, Minor, Tiny].join('.')
20
20
  end
@@ -159,7 +159,7 @@ module ONIX
159
159
  "iso-8859-9"
160
160
  when LibXML::XML::Encoding::ISO_2022_JP
161
161
  "iso-2022-jp"
162
- when LibXML::XML::Encoding::SHIF_JIS
162
+ when LibXML::XML::Encoding::SHIFT_JIS
163
163
  "shift-jis"
164
164
  when LibXML::XML::Encoding::EUC_JP
165
165
  "euc-jp"
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.5.0
4
+ version: 0.5.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-03-02 00:00:00 +11:00
12
+ date: 2009-03-04 00:00:00 +11:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency