0.0
Builds Simple NLG compatible XML recordings
2021
2022
2023
2024
2025
2026
0.0
PrReview collects PR data from GitHub (description, commits, comments, linked issues, and code changes) and formats it as XML. Paste this XML into any LLM like ChatGPT or Claude to get helpful code reviews.
2021
2022
2023
2024
2025
2026
0.0
A very simple gem that adds some methods to some Ruby standard classes, e.g. <array>.include_any?, <array>.delete_random, etc.
Simply require the gem ( require "more_ruby" ) and the additional methods will be available.
# New instance methods #
## Array
:all_instance_of?, :all_kind...
2021
2022
2023
2024
2025
2026
0.0
Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned ...
2021
2022
2023
2024
2025
2026
0.0
SRXML is a very (super, if you will!) lightweight xml generator for Ruby. No big magic here, it simply uses method_missing to create the tags. There is some plan to make it more useful. For Example being able to parse existing files etc. but there are probably better libraries to do that.If you s...
2021
2022
2023
2024
2025
2026
0.0
CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to generate XML reports of your test, spec and/or feature runs. The resulting files can be read by a continuous integration system that understands Ant's JUnit report XML format, thus allowing your CI system to track test...
2021
2022
2023
2024
2025
2026
0.0
Permite crear facturas en formato XML que puedes enviar al Servicio de Impuestos Nacionales de Bolivia
2021
2022
2023
2024
2025
2026
0.0
A very simple XML builder class. +
I wanted something really simple that I could easily extend myself later on if I needed to. +
Ironically, in four years since I created and used TinyXml, I never needed to extend it :-)
I figured, it may as well work for others in that case, so here it is.
2021
2022
2023
2024
2025
2026
0.0
Invisible XML is a language and set of technologies for making the implicit structure of data explicit as XML markup. It allows you to write a declarative description of the format of some text and then leverage that format to represent the text as structured information.
2021
2022
2023
2024
2025
2026
0.11
Chilkat Library for Ruby - FTP, SSH, SFTP, PDF, SMTP, POP3, IMAP, SSL, TLS, HTTP, RSA, Encryption, Zip, Compression, XML, ...
2021
2022
2023
2024
2025
2026
0.11
The Plivo Ruby SDK makes it simpler to integrate communications into your Ruby applications using the Plivo REST API. Using the SDK, you will be able to make voice calls, send SMS and generate Plivo XML to control your call flows.See https://github.com/plivo/plivo-ruby for more information.
2021
2022
2023
2024
2025
2026
0.1
Rails provides an excellent XML Builder by default to build RSS and ATOM feeds, but nothing to help you build complex and custom JSON data structures. The standard to_json works well, but can get very verbose when you need full control of what is generated. JSON Builder hopes to solve that problem.
2021
2022
2023
2024
2025
2026
0.1
Fast Rails 4+ templating system with JSON, XML and PList support
2021
2022
2023
2024
2025
2026
0.1
BibTeX-Ruby is the Rubyist's swiss-army-knife for all things BibTeX. It
includes a parser for all common BibTeX objects (@string, @preamble,
@comment and regular entries) and a sophisticated name parser that
tokenizes correctly formatted names; BibTeX-Ruby recognizes BibTeX string
replacements, j...
2021
2022
2023
2024
2025
2026
0.09
Xsv is a fast, lightweight parser for Office Open XML spreadsheet files
(commonly known as Excel or .xlsx files). It strives to be minimal in the
sense that it provides nothing a CSV reader wouldn't, meaning it on...
2021
2022
2023
2024
2025
2026
0.08
fast_xs provides C extensions for escaping text.
The original String#fast_xs method is based on the xchar code by Sam Ruby:
* http://intertwingly.net/stories/2005/09/28/xchar.rb
* http://intertwingly.net/blog/2005/09/28/XML-Cleansing
_why also packages an older version with Hpricot (patches su...
2021
2022
2023
2024
2025
2026
0.08
Download, pull out of a ZIP/TAR/GZ/BZ2 archive, parse, correct, and import XLS, ODS, XML, CSV, HTML, etc. into your ActiveRecord models. Uses Upsert internally for speed.
2021
2022
2023
2024
2025
2026
0.08
This library performs diffs of CSV data, or any table-like source.
Unlike a standard diff that compares line by line, and is sensitive to the
ordering of records, CSV-Diff identifies common lines by key field(s), and
then compares the contents of the fields in eac...
2021
2022
2023
2024
2025
2026
0.07
Nokogiri::Diff adds the ability to calculate the differences (added or removed nodes) between two XML/HTML documents.
2021
2022
2023
2024
2025
2026
0.07
WP2TXT extracts text and category data from Wikipedia dump files (encoded in XML / compressed with Bzip2), removing MediaWiki markup and other metadata.
2021
2022
2023
2024
2025
2026