-
Name
-
multi_xml
-
Version
-
0.4.4
-
Platform
-
ruby
-
Authors
-
Erik Michaels-Ober
-
Bindir
-
bin
-
Date
-
2012-04-16 00:00:00 UTC
-
Dependencies
-
maruku (>= 0, development)
rake (>= 0, development)
rspec (>= 0, development)
simplecov (>= 0, development)
yard (>= 0, development)
-
Description
-
A gem to provide swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.
-
Email
-
sferik@gmail.com
-
Files
-
.gemtest
.gitignore
.rspec
.travis.yml
.yardopts
Gemfile
LICENSE.md
README.md
Rakefile
lib/multi_xml.rb
lib/multi_xml/parsers/libxml.rb
lib/multi_xml/parsers/libxml2_parser.rb
lib/multi_xml/parsers/nokogiri.rb
lib/multi_xml/parsers/ox.rb
lib/multi_xml/parsers/rexml.rb
lib/multi_xml/version.rb
multi_xml.gemspec
spec/helper.rb
spec/multi_xml_spec.rb
spec/parser_shared_example.rb
spec/speed.rb
-
Homepage
-
https://github.com/sferik/multi_xml
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
1.8.22
-
Specification version
-
3
-
Summary
-
A generic swappable back-end for XML parsing
-
Test files
-
spec/helper.rb
spec/multi_xml_spec.rb
spec/parser_shared_example.rb
spec/speed.rb
-
Original platform
-
ruby
-
New platform
-
ruby