We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96290a commit 963c194Copy full SHA for 963c194
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- rapuncel (0.0.6.RC1)
+ rapuncel (0.0.6.RC2)
5
activesupport (>= 3.0.0)
6
nokogiri
7
README.md
@@ -1,4 +1,5 @@
# Rapuncel - Simple XML-RPC Client
+[](http://travis-ci.org/cice/rapuncel)
Rapuncel ([wikipedia](http://en.wikipedia.org/wiki/Rapunzel)) is a simple and lightweight, but fast XML-RPC client library for ruby.
It's based on Nokogiri for XML parsing and thus provides a major performance improvement for large XML responses.
0 commit comments