diff options
Diffstat (limited to 'devel/rubygem-gyoku/pkg-descr')
-rw-r--r-- | devel/rubygem-gyoku/pkg-descr | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/rubygem-gyoku/pkg-descr b/devel/rubygem-gyoku/pkg-descr index 8cfd40b9db50..a03bcff909e6 100644 --- a/devel/rubygem-gyoku/pkg-descr +++ b/devel/rubygem-gyoku/pkg-descr @@ -1 +1,6 @@ -Gyoku translates Ruby Hashes to XML. +Gyoku is a Ruby library that helps convert Ruby hashes into XML. It offers a +simple and readable way to build XML structures, and supports features like +attributes, namespaces, and custom element names. + +It's often used with SOAP clients like Savon, but can be useful in any Ruby +project that needs to generate XML from structured data. |