nori 1.0.0 → 1.0.1

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,8 @@
1
+ == 1.0.1 (2011-06-21)
2
+
3
+ * Fix: Make sure to always load both StringWithAttributes and StringIOFile
4
+ to prevent NameError's.
5
+
1
6
  == 1.0.0 (2011-06-20)
2
7
 
3
8
  * Notice: As of v1.0.0, Nori will follow [Semantic Versioning](http://semver.org).
@@ -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
  extend self
@@ -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 = "1.0.0"
3
+ VERSION = "1.0.1"
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Harrington
@@ -17,7 +17,8 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-06-20 00:00:00 Z
20
+ date: 2011-06-21 00:00:00 +02:00
21
+ default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency
23
24
  name: nokogiri
@@ -103,6 +104,7 @@ files:
103
104
  - spec/nori/nori_spec.rb
104
105
  - spec/nori/parser_spec.rb
105
106
  - spec/spec_helper.rb
107
+ has_rdoc: true
106
108
  homepage: http://github.com/rubiii/nori
107
109
  licenses: []
108
110
 
@@ -132,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
134
  requirements: []
133
135
 
134
136
  rubyforge_project: nori
135
- rubygems_version: 1.8.5
137
+ rubygems_version: 1.4.1
136
138
  signing_key:
137
139
  specification_version: 3
138
140
  summary: XML to Hash translator