onix 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/onix/reader.rb +5 -0
  3. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v0.9.1 (5th September 2011)
2
+ - relax activesupport dependency to work with rails 3 or 3.1
3
+
1
4
  v0.9.0 (14th April 2011)
2
5
  - switch back to the vanilla roxml gem. Ben is maintaining it again and
3
6
  he has merged in my bug fixes
@@ -68,6 +68,11 @@ module ONIX
68
68
  # be raised. This isn't ideal, but I'm still looking for ways to make this
69
69
  # behaviour configurable.
70
70
  #
71
+ # If you're running 1.9, you might imagine passing an IO stream that auto
72
+ # transcodes to UTF-8 into ONIX::Reader might have the same effect, but that
73
+ # isn't the case. Nokogiri is used to parse the file, and it seems to ignore
74
+ # IO encoding and just read raw bytes.
75
+ #
71
76
  class Reader
72
77
  include Enumerable
73
78
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 0
9
- version: 0.9.0
8
+ - 1
9
+ version: 0.9.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - James Healy
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-04-14 00:00:00 +10:00
17
+ date: 2011-09-05 00:00:00 +10:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -38,7 +38,7 @@ dependencies:
38
38
  requirement: &id002 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
- - - ~>
41
+ - - ">="
42
42
  - !ruby/object:Gem::Version
43
43
  segments:
44
44
  - 3