-
Name
-
multi_xml
-
Version
-
0.2.0
-
Platform
-
ruby
-
Authors
-
Erik Michaels-Ober
-
Bindir
-
bin
-
Date
-
2010-10-22 00:00:00 UTC
-
Dependencies
-
bundler (~> 1.0, development)
libxml-ruby (~> 1.1, development)
nokogiri (~> 1.4, development)
rake (~> 0.8, development)
rcov (~> 0.9, development)
rspec (~> 2.0, development)
-
Description
-
A gem to provide swappable XML backends utilizing LibXML, Nokogiri, or REXML.
-
Email
-
sferik@gmail.com
-
Files
-
.gitignore
.rspec
Gemfile
Gemfile.lock
LICENSE
README.rdoc
Rakefile
lib/multi_xml.rb
lib/multi_xml/core_extensions.rb
lib/multi_xml/parsers/libxml.rb
lib/multi_xml/parsers/nokogiri.rb
lib/multi_xml/parsers/rexml.rb
lib/multi_xml/version.rb
multi_xml.gemspec
spec/multi_xml_spec.rb
spec/spec_helper.rb
-
Has rdoc
-
true
-
Homepage
-
http://rubygems.org/gems/multi_xml
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubyforge project
-
multi_xml
-
Rubygems version
-
1.3.7
-
Specification version
-
3
-
Summary
-
A generic swappable back-end for XML parsing
-
Test files
-
spec/multi_xml_spec.rb
spec/spec_helper.rb
-
Original platform
-
ruby
-
New platform
-
ruby