Empact-roxml 2.0 → 2.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/README.rdoc +1 -1
  2. data/roxml.gemspec +1 -1
  3. metadata +1 -1
data/README.rdoc CHANGED
@@ -109,7 +109,7 @@ use xml_construct to cause your ROXML object to call its own constructor. For e
109
109
  Will, on parse, read all listed xml attributes (units and value, in this case), then call initialize
110
110
  with the arguments listed after the xml_construct call.
111
111
 
112
- == Selecting a parser ==
112
+ == Selecting a parser
113
113
 
114
114
  By default, ROXML will use LibXML if it is available, or otherwise REXML. If you'd like to
115
115
  explicitly require one or the other, you may do the following:
data/roxml.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "roxml"
3
3
  s.summary = "Ruby Object to XML mapping library"
4
- s.version = "2.0"
4
+ s.version = "2.1"
5
5
  s.homepage = "http://roxml.rubyforge.org"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Ben Woosley", "Zak Mandhro", "Anders Engstrom", "Russ Olsen"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Empact-roxml
3
3
  version: !ruby/object:Gem::Version
4
- version: "2.0"
4
+ version: "2.1"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Woosley