0.0
No commit activity in last 3 years
No release in over 3 years
This library creates a common object graph for the RSS/Atom/RDF parsing classes in the ruby standard library. This allows you parse different feed formats and get back the same (or at least a very similar) set of results - item authors are accessible under an "author(s)" attribute, categories/tag...
2021
2022
2023
2024
2025
2026
0.0
No release in over 3 years
Observatory is a simple gem to facilitate loosely-coupled communication between Ruby objects. It implements the observer design pattern so that your objects can publish events that other objects can subscribe to. Observatory provides some syntactic sugar and methods to notify events, filter value...
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Extends the Numeric Class with the ability to create better readable representations of numeric values as a String. In the current version it supports thousands separated numbers, an exponential notation with self-adjusting precision, SI-Prefixes, Binary Prefixes and a large-number naming system.
2021
2022
2023
2024
2025
2026
0.0
No release in over a year
I talked about ((<"Goodbye fat gem"|URL:https://rubykaigi.org/2020/presentations/ktou.html>)) at RubyKaigi Takeout 2020. Fat gem is a gem that includes pre-built binaries. Extension libraries can assume that users have build environment with Ruby 2.4 or later. So gems don't need to bundle pre-bui...
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
Zodiacly is a small Ruby library that fetches public NASA/JPL Horizons ephemeris data and converts it into astrology-friendly output (ecliptic longitude, zodiac sign, retrograde flag, and simple speed estimates) for common bodies like Sun and Moon. Designed for server-side use with caching.
2021
2022
2023
2024
2025
2026
0.0
No release in over 3 years
Apache Arrow is the future for data processing systems. This talk describes how to solve data sharing overhead in data processing system such as Spark and PySpark. This talk also describes how to accelerate computation against your large data by Apache Arrow.
2021
2022
2023
2024
2025
2026
0.0
No release in over 3 years
A GeoTree is a variant of a k-d tree, and stores data points that have a latitude and longitude, a unique integer identifier, and an optional 'weight' (e.g., the size of a city). GeoTrees are disk-based data structures and can store a very large number of points efficiently. If desired, fo...
2021
2022
2023
2024
2025
2026
0.0
No release in over a year
Enhance your Rails application’s communication capabilities with Communify, a robust gem designed to seamlessly integrate SMS, push notifications, and email logging. Leveraging the power of Twilio and Firebase Cloud Messaging, Communify enables developers to effortlessly send i...
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
pikuri-workspace adds "operate on a directory tree" to pikuri-core agents: the +Pikuri::Workspace::Filesystem+ class that scopes filesystem access to an anchor + explicit readable / writable prefix lists (with optional ephemeral temp playground), the +Pikuri::Workspace::Confirmer+ seam (+AUTO_APP...
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
Keplars is a modern transactional email API service and AWS SES alternative. This SDK provides a simple Ruby interface to send emails across multiple priority queues (instant, high, async, bulk), manage contacts and audiences, trigger automations, verify sending domains, and verify webhook signat...
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
A production-ready Ruby gem that wraps OVH's http2sms API to send SMS via simple HTTP GET requests. Supports single and bulk sending, scheduled messages, GSM/Unicode encoding detection, phone number formatting, and Rails integration.
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
No release in over 3 years
This is a fork of the wicked_pdf gem which allows Rails < 2.3.4 to run. Basically no really big changes, so I am leaving most of this the same, and hopefully it will be pulled into the master. Wicked PDF uses the shell utility wkhtmltopdf to serve a PDF file to a user from HTML. In other words, ...
2021
2022
2023
2024
2025
2026
0.0
No release in over a year
Bindan is a Ruby gem for building single configuration object from various sources with providers (that is bundled Google Cloud Storage and Firestore platform by default). It provides a flexible way to manage application settings, supporting lazy initialization and seamless switching between dev...
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
A simple testing library that works on ruby and mruby. This has been designed to be very modular, you can run different types of suites with different setup/teardown and before/after blocks. You can have as many reporters as you want, these can range from "output to the terminal ...
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
I simply want to be able to control the backup and restoration of the Elasticsearch cluster to S3 without any fuss or having to dilly around with curl -XPUTS and friends. So here it is, and we now support Shared Volumes. See the docs on the --fs flag. There are many features I wi...
2021
2022
2023
2024
2025
2026
0.0
No release in over 3 years
MesaReader is a ruby module that contains three classes, MesaData, MesaProfileIndex, and MesaLogDir. These classes are intended to read in three types of files or directories, MESA history/profile logs, MESA profile indexes, and entire MESA LOGS directories, respectively. The ...
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
== Synopsys <code>Enumerable#filter</code> - extended <code>Enumerable#select</code> == Examples String filter (acts like <code>Enumerable#grep</code>): [1, 2, 3, 'ab'].filter(/a/) # => ['ab'] [1, 2, 3, '3'].filter('3') # => ['3'] You can pass a <code>Proc</code> ...
2021
2022
2023
2024
2025
2026
1.0
No commit activity in last 3 years
No release in over 3 years
A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
No release in over 3 years
minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite. mini/spec is a functionally complete ...
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
CGSN (Chess Game Status Notation) implementation for Ruby. Provides a rule-agnostic vocabulary for identifying game statuses in abstract strategy board games with symbol-based identifiers and immutable sets.
2021
2022
2023
2024
2025
2026