nori 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of nori might be problematic. Click here for more details.

@@ -1,3 +1,13 @@
1
+ == 0.2.4 (2011-06-21)
2
+
3
+ * Fix: Make sure to always load both StringWithAttributes and StringIOFile
4
+ to prevent NameError's.
5
+
6
+ == 0.2.3 (2011-05-26)
7
+
8
+ * Fix: Use extended core classes StringWithAttributes and StringIOFile instead of
9
+ creating singletons to prevent serialization problems.
10
+
1
11
  == 0.2.2 (2011-05-16)
2
12
 
3
13
  * Fix: namespaced xs:nil values should be nil objects.
@@ -1,6 +1,7 @@
1
1
  require "nori/version"
2
2
  require "nori/core_ext"
3
3
  require "nori/parser"
4
+ require "nori/xml_utility_node"
4
5
 
5
6
  module Nori
6
7
 
@@ -1,5 +1,4 @@
1
1
  require "nokogiri"
2
- require "nori/xml_utility_node"
3
2
 
4
3
  module Nori
5
4
  module Parser
@@ -1,5 +1,4 @@
1
1
  require "rexml/parsers/baseparser"
2
- require "nori/xml_utility_node"
3
2
 
4
3
  module Nori
5
4
  module Parser
@@ -1,5 +1,5 @@
1
1
  module Nori
2
2
 
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nori
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Harrington
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-05-27 00:00:00 +02:00
20
+ date: 2011-06-21 00:00:00 +02:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency