Gems

kgiszczak/shale: Shale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML.
Shale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML. It allows you to parse JSON, YAML, TOML, CSV and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML, CSV or ...

igrigorik/http-2: Pure Ruby implementation of HTTP/2 protocol
Pure Ruby, framework and transport agnostic, implementation of HTTP/2 protocol and HPACK header compression with support for:
Binary framing parsing and encoding
Stream multiplexing and prioritization
Connection and stream flow control
Header com...

rgeo/activerecord-postgis-adapter: ActiveRecord connection adapter for PostGIS, based on postgresql and rgeo
The activerecord-postgis-adapter provides access to features of the PostGIS geospatial database from ActiveRecord. It extends the standard postgresql adapter to provide support for the spatial data types and features added by the PostGIS extension...


tilo/smarter_csv: Ruby Gem for convenient reading and writing of CSV files.
SmarterCSV provides a convenient interface for reading and writing CSV files and data. Unlike traditional CSV parsing methods, SmarterCSV focuses on representing the data for each row as a Ruby hash, which lends itself perfectly for direct use wit...


micke/valid_email2: ActiveModel validation for email. Including MX lookup and disposable email blacklist
Validate emails with the help of the mail gem instead of some clunky regexp. Aditionally validate that the domain has a MX record. Optionally validate against a static list of disposable email services. Optionally validate that the email is not su...

