packageName stringlengths 1 71 | gemName stringlengths 1 71 | version stringlengths 1 20 | downloads int64 220 3.61B | versionDownloads int64 76 650M | info stringlengths 3 1.81k | authors stringlengths 0 220 | licenses listlengths 0 3 | platform stringclasses 3
values | projectUri stringlengths 27 97 | gemUri stringlengths 36 107 | homepageUri stringlengths 0 100 ⌀ | sourceCodeUri stringlengths 0 135 ⌀ | changelogUri stringclasses 434
values | bugTrackerUri stringclasses 297
values | documentationUri stringlengths 20 107 ⌀ | mailingListUri stringclasses 37
values | wikiUri stringclasses 64
values | fundingUri stringclasses 29
values | sha stringlengths 64 64 | versionCreatedAt stringlengths 24 24 | runtimeDependenciesCount int64 0 425 | developmentDependenciesCount int64 0 23 | runtimeDependencies listlengths 0 425 | developmentDependencies listlengths 0 23 | scrapedAt stringlengths 32 32 | _run_id stringclasses 50
values | _dataset_id stringclasses 50
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
date | date | 3.5.1 | 285,323,688 | 51,443,291 | The official date library for Ruby. | Tadayoshi Funaba | [
"Ruby",
"BSD-2-Clause"
] | ruby | https://rubygems.org/gems/date | https://rubygems.org/gems/date-3.5.1.gem | https://github.com/ruby/date | null | https://github.com/ruby/date/releases | null | null | null | null | null | 750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0 | 2025-12-10T05:45:41.930Z | 0 | 0 | [] | [] | 2026-08-03T21:43:53.218072+00:00 | J5tnyfTO5UBCp3dBl | B3okJsu6dfTMcHSzr |
drb | drb | 2.2.3 | 251,194,010 | 125,659,870 | Distributed object system for Ruby | Masatoshi SEKI | [
"Ruby",
"BSD-2-Clause"
] | ruby | https://rubygems.org/gems/drb | https://rubygems.org/gems/drb-2.2.3.gem | https://github.com/ruby/drb | https://github.com/ruby/drb | https://github.com/ruby/drb/releases/tag/v2.2.3 | null | null | null | null | null | 0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373 | 2025-05-21T06:39:51.045Z | 0 | 0 | [] | [] | 2026-08-03T21:43:53.218099+00:00 | J5tnyfTO5UBCp3dBl | B3okJsu6dfTMcHSzr |
debug | debug | 1.11.1 | 116,936,763 | 17,465,662 | Debugging functionality for Ruby. This is completely rewritten debug.rb which was contained by the ancient Ruby versions. | Koichi Sasada | [
"Ruby",
"BSD-2-Clause"
] | ruby | https://rubygems.org/gems/debug | https://rubygems.org/gems/debug-1.11.1.gem | https://github.com/ruby/debug | https://github.com/ruby/debug | https://github.com/ruby/debug/releases/tag/v1.11.1 | null | null | null | null | null | 2e0b0ac6119f2207a6f8ac7d4a73ca8eb4e440f64da0a3136c30343146e952b6 | 2025-12-19T01:55:20.495Z | 2 | 0 | [
{
"name": "irb",
"requirements": "~> 1.10"
},
{
"name": "reline",
"requirements": ">= 0.3.8"
}
] | [] | 2026-08-03T21:43:53.417165+00:00 | J5tnyfTO5UBCp3dBl | B3okJsu6dfTMcHSzr |
bson | bson | 5.2.0 | 117,252,599 | 2,557,421 | A fully featured BSON specification implementation in Ruby | The MongoDB Ruby Team | [
"Apache-2.0"
] | ruby | https://rubygems.org/gems/bson | https://rubygems.org/gems/bson-5.2.0.gem | https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/ | https://github.com/mongodb/bson-ruby | https://github.com/mongodb/bson-ruby/releases | https://jira.mongodb.org/projects/RUBY | https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/ | null | null | null | c468c1e8a3cfa1e80531cc519a890f85586986721d8e305f83465cc36bb82608 | 2025-10-16T14:51:53.367Z | 0 | 0 | [] | [] | 2026-08-03T21:43:35.578443+00:00 | XqmcKRBJUogMAubp3 | iiC2I9sKtngZFJoM7 |
rdiscount | rdiscount | 2.2.7.5 | 13,163,021 | 117,029 | Fast Implementation of Gruber's Markdown in C | Ryan Tomayko, David Loren Parsons, Andrew White, David Foster, l33tname | [
"BSD-3-Clause"
] | ruby | https://rubygems.org/gems/rdiscount | https://rubygems.org/gems/rdiscount-2.2.7.5.gem | http://dafoster.net/projects/rdiscount/ | https://github.com/davidfstr/rdiscount | null | https://github.com/davidfstr/rdiscount/issues | http://rdoc.info/github/davidfstr/rdiscount/master/RDiscount | https://github.com/davidfstr/rdiscount/wiki | null | acbb9e004c15657800b928aff6bc6d32d87ffd4cdf978fbf95af845c03f1742f | 2026-04-27T01:11:46.332Z | 0 | 0 | [] | [] | 2026-08-03T21:43:45.462497+00:00 | KjQXVDTqPnuJyXido | jd7cp9NV92cT7vRXM | |
eventmachine | eventmachine | 1.2.7 | 327,350,202 | 219,037,622 | EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To... | Francis Cianfrocca, Aman Gupta | [
"Ruby",
"GPL-2.0"
] | ruby | https://rubygems.org/gems/eventmachine | https://rubygems.org/gems/eventmachine-1.2.7.gem | https://github.com/eventmachine/eventmachine | https://github.com/eventmachine/eventmachine | null | https://github.com/eventmachine/eventmachine/issues | https://www.rubydoc.info/gems/eventmachine/1.2.7 | null | 994016e42aa041477ba9cff45cbe50de2047f25dd418eba003e84f0d16560972 | 2018-05-12T13:05:17.295Z | 0 | 3 | [] | [
{
"name": "rake-compiler",
"requirements": "~> 0.9.5"
},
{
"name": "rake-compiler-dock",
"requirements": "~> 0.5.1"
},
{
"name": "test-unit",
"requirements": "~> 2.0"
}
] | 2026-08-03T21:44:16.063806+00:00 | CDo8N4PsFW1uWYsO0 | b0fYe5iVMJOhPy01L | ||
c_geohash | c_geohash | 1.1.2 | 1,357,794 | 1,357,794 | C_Geohash provides support for manipulating Geohash strings in Ruby. See http://en.wikipedia.org/wiki/Geohash. This is an actively maintained fork of the original http://rubygems.org/gems/geohash | David Troy, Drew Dara-Abrams | [
"MIT"
] | ruby | https://rubygems.org/gems/c_geohash | https://rubygems.org/gems/c_geohash-1.1.2.gem | https://github.com/mapzen/geohash | null | null | null | https://www.rubydoc.info/gems/c_geohash/1.1.2 | null | null | null | 30a301884be4cac9d9159fe6c04d02be4b273230bfea5359af6dcca6c7b669c7 | 2014-11-13T01:38:08.650Z | 0 | 3 | [] | [
{
"name": "minitest",
"requirements": "~> 5.4"
},
{
"name": "rake",
"requirements": "~> 10.3"
},
{
"name": "rake-compiler",
"requirements": "~> 0.9"
}
] | 2026-08-03T21:42:52.052289+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
geoip-c | geoip-c | 0.9.1 | 3,527,499 | 3,409,692 | Generic GeoIP lookup tool. Based on the geoip_city RubyGem by Ryan Dahl | Ryan Dahl, Matt Todd, Charles Brian Quinn, Michael Sheakoski, Silvio Quadri, Andy Lindeman | [
"WTFPL"
] | ruby | https://rubygems.org/gems/geoip-c | https://rubygems.org/gems/geoip-c-0.9.1.gem | http://github.com/mtodd/geoip | http://github.com/mtodd/geoip | null | https://www.rubydoc.info/gems/geoip-c/0.9.1 | null | d95b60f4ef0e5473adc8cdcf1bce43afc7f6306e4f6db97628ec0a2cb1b33ec3 | 2013-10-14T20:01:38.095Z | 0 | 4 | [] | [
{
"name": "minitest",
"requirements": "~> 5.0"
},
{
"name": "rake",
"requirements": "~> 10.0"
},
{
"name": "rake-compiler",
"requirements": "~> 0.9.1"
},
{
"name": "rdoc",
"requirements": "~> 4.0"
}
] | 2026-08-03T21:42:52.052327+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT | |||
geoip2_c | geoip2_c | 0.4.1 | 3,325,684 | 40,644 | Write a longer description or delete this line. | okkez | [
"Apache-2.0"
] | ruby | https://rubygems.org/gems/geoip2_c | https://rubygems.org/gems/geoip2_c-0.4.1.gem | null | null | null | https://www.rubydoc.info/gems/geoip2_c/0.4.1 | null | null | null | dca81f9ef60b9129569b9ff6d2c1ba56958bc48816d5c72c023b8fda05cbf50c | 2026-07-05T05:06:38.510Z | 1 | 5 | [
{
"name": "mini_portile2",
"requirements": "~> 2.8"
}
] | [
{
"name": "appraisal",
"requirements": ">= 0"
},
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rake-compiler",
"requirements": ">= 0"
},
{
"name": "test-unit",
"requirements": "~> 3.2"
}
] | 2026-08-03T21:42:52.052340+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT | |
liquid-c | liquid-c | 4.2.0 | 1,379,156 | 529,281 | Liquid performance extension in C | Justin Li, Dylan Thacker-Smith | [
"MIT"
] | ruby | https://rubygems.org/gems/liquid-c | https://rubygems.org/gems/liquid-c-4.2.0.gem | https://github.com/shopify/liquid-c | https://github.com/Shopify/liquid-c | null | https://www.rubydoc.info/gems/liquid-c/4.2.0 | null | 1741ecef2948deafd79361ad443b98eb799605e02039fe072df5821ee8d51810 | 2024-01-24T12:28:53.402Z | 1 | 5 | [
{
"name": "liquid",
"requirements": ">= 5.0.1"
}
] | [
{
"name": "bundler",
"requirements": ">= 1.5"
},
{
"name": "minitest",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rake-compiler",
"requirements": ">= 0"
},
{
"name": "stackprof",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:52.052350+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT | |||
graphql-c_parser | graphql-c_parser | 1.1.4 | 3,093,723 | 77 | A parser for GraphQL, implemented as a C extension | Robert Mosolgo | [
"MIT"
] | ruby | https://rubygems.org/gems/graphql-c_parser | https://rubygems.org/gems/graphql-c_parser-1.1.4.gem | https://graphql-ruby.org | https://github.com/rmosolgo/graphql-ruby | https://github.com/rmosolgo/graphql-ruby/blob/master/graphql-c_parser/CHANGELOG.md | https://github.com/rmosolgo/graphql-ruby/issues | null | https://buttondown.email/graphql-ruby | null | null | 8d3bf769ae935373ada877fe003036892b45be98c2fbcc6731dd82af2c3e0656 | 2026-08-03T14:34:36.714Z | 1 | 0 | [
{
"name": "graphql",
"requirements": ">= 2.2.10"
}
] | [] | 2026-08-03T21:42:52.052360+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
concurrent-ruby | concurrent-ruby | 1.3.8 | 1,334,604,273 | 5,561,386 | Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
| Jerry D'Antonio, Petr Chalupa, The Ruby Concurrency Team | [
"MIT"
] | ruby | https://rubygems.org/gems/concurrent-ruby | https://rubygems.org/gems/concurrent-ruby-1.3.8.gem | http://www.concurrent-ruby.com | https://github.com/ruby-concurrency/concurrent-ruby | https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md | null | null | null | null | null | b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1 | 2026-07-19T13:35:54.097Z | 0 | 0 | [] | [] | 2026-08-03T21:42:52.200315+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
concurrent-ruby-ext | concurrent-ruby-ext | 1.3.8 | 12,158,531 | 94,612 | C extensions to optimize the concurrent-ruby gem when running under MRI.
Please see http://concurrent-ruby.com for more information.
| Jerry D'Antonio, The Ruby Concurrency Team | [
"MIT"
] | ruby | https://rubygems.org/gems/concurrent-ruby-ext | https://rubygems.org/gems/concurrent-ruby-ext-1.3.8.gem | http://www.concurrent-ruby.com | null | null | null | https://www.rubydoc.info/gems/concurrent-ruby-ext/1.3.8 | null | null | null | 3fe03002088978dffe6fdd01259b9b025d0b6d9bbfb96e5273866796af6bb6c3 | 2026-07-19T13:36:01.062Z | 1 | 0 | [
{
"name": "concurrent-ruby",
"requirements": "= 1.3.8"
}
] | [] | 2026-08-03T21:42:52.200342+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
bson_ext | bson_ext | 1.12.5 | 19,651,640 | 2,636,311 | C extensions to accelerate the Ruby BSON serialization. For more information about BSON, see http://bsonspec.org. For information about MongoDB, see http://www.mongodb.org. | Emily Stolfo, Durran Jordan, Gary Murakami, Tyler Brock, Brandon Black | [
"Apache License Version 2.0"
] | ruby | https://rubygems.org/gems/bson_ext | https://rubygems.org/gems/bson_ext-1.12.5.gem | http://www.mongodb.org | null | null | null | https://www.rubydoc.info/gems/bson_ext/1.12.5 | null | null | null | e7badf502fc2728c6e0e942e71db5497ff0de7eb30653935cb7877a312e6b209 | 2015-12-01T12:14:18.337Z | 1 | 0 | [
{
"name": "bson",
"requirements": "~> 1.12.5"
}
] | [] | 2026-08-03T21:42:52.660212+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
cool.io | cool.io | 1.9.5 | 13,862,267 | 13,769 | Cool.io provides a high performance event framework for Ruby which uses the libev C library | Tony Arcieri, Masahiro Nakagawa | [
"MIT"
] | ruby | https://rubygems.org/gems/cool.io | https://rubygems.org/gems/cool.io-1.9.5.gem | https://github.com/socketry/cool.io | https://github.com/tarcieri/cool.io | null | http://www.rubydoc.info/gems/cool.io/ | null | 1f201c5670443942d0af49f73cce727b3e4188012e7ce9d815e18b0e2d0ebe33 | 2026-07-31T09:20:35.662Z | 0 | 4 | [] | [
{
"name": "rake-compiler",
"requirements": "~> 1.0"
},
{
"name": "rake-compiler-dock",
"requirements": "~> 1.0"
},
{
"name": "rdoc",
"requirements": ">= 3.6.0"
},
{
"name": "rspec",
"requirements": ">= 2.13.0"
}
] | 2026-08-03T21:42:52.660248+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT | |||
ceedling | ceedling | 1.1.2 | 2,094,037 | 3,964 | Ceedling is a build automation tool for C projects. It is especially adept at building and executing unit test suites — even for tricky embedded systems.
Ceedling provides three core functions:
[1] It packages up several tools including the C unit test framework Unity, the mock generation tool CMock, and other compl... | Mark VanderVoord, Michael Karlesky, Greg Williams | [
"MIT"
] | ruby | https://rubygems.org/gems/ceedling | https://rubygems.org/gems/ceedling-1.1.2.gem | https://throwtheswitch.org/ceedling | https://github.com/ThrowTheSwitch/Ceedling | null | https://github.com/ThrowTheSwitch/Ceedling/issues | https://throwtheswitch.github.io/Ceedling/ | https://throwtheswitch.discourse.group | null | https://github.com/sponsors/ThrowTheSwitch | b407c3e75f2cdeb5d2d42058a5163d1395e9d8bc84230038f877329efcf4137e | 2026-07-27T16:38:20.590Z | 9 | 0 | [
{
"name": "benchmark",
"requirements": ">= 0.3"
},
{
"name": "constructor",
"requirements": "~> 2"
},
{
"name": "deep_merge",
"requirements": "~> 1.2"
},
{
"name": "diy",
"requirements": "~> 1.1"
},
{
"name": "erb",
"requirements": ">= 2.2"
},
{
"name"... | [] | 2026-08-03T21:42:52.660258+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
rdiscount | rdiscount | 2.2.7.5 | 13,163,013 | 117,027 | Fast Implementation of Gruber's Markdown in C | Ryan Tomayko, David Loren Parsons, Andrew White, David Foster, l33tname | [
"BSD-3-Clause"
] | ruby | https://rubygems.org/gems/rdiscount | https://rubygems.org/gems/rdiscount-2.2.7.5.gem | http://dafoster.net/projects/rdiscount/ | https://github.com/davidfstr/rdiscount | null | https://github.com/davidfstr/rdiscount/issues | http://rdoc.info/github/davidfstr/rdiscount/master/RDiscount | https://github.com/davidfstr/rdiscount/wiki | null | acbb9e004c15657800b928aff6bc6d32d87ffd4cdf978fbf95af845c03f1742f | 2026-04-27T01:11:46.332Z | 0 | 0 | [] | [] | 2026-08-03T21:42:52.897158+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT | |
memcached | memcached | 1.8.0 | 3,649,610 | 2,506,278 | An interface to the libmemcached C client. | Evan Weaver | [
"Academic Free License 3.0 (AFL-3.0)"
] | ruby | https://rubygems.org/gems/memcached | https://rubygems.org/gems/memcached-1.8.0.gem | http://evan.github.com/evan/memcached/ | http://github.com/evan/memcached | null | http://github.com/evan/memcached/issues | https://github.com/evan/memcached/blob/master/README.rdoc | null | f276b1a3883f64c7f9e08b41994c4ead71c2733df883722bd34483c29e8e7231 | 2014-05-07T19:33:31.093Z | 0 | 4 | [] | [
{
"name": "activesupport",
"requirements": ">= 0"
},
{
"name": "echoe",
"requirements": ">= 0"
},
{
"name": "mocha",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:52.897179+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT | ||
rex-struct2 | rex-struct2 | 0.1.5 | 3,084,486 | 381,248 | Ruby Exploitation(Rex) library for generating/manipulating C-Style structs | Metasploit Hackers | [] | ruby | https://rubygems.org/gems/rex-struct2 | https://rubygems.org/gems/rex-struct2-0.1.5.gem | https://github.com/rapid7/rex-struct2 | null | null | null | https://www.rubydoc.info/gems/rex-struct2/0.1.5 | null | null | null | 2d09cb298d3347f67d8c7718bc740e62e8cd27f79b7c7fda60f7bc290cd817cd | 2025-02-13T14:49:30.978Z | 0 | 2 | [] | [
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:52.897185+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
rice | rice | 4.12.0 | 2,159,744 | 31,513 | Rice is a C++ interface to Ruby's C API. It provides a type-safe and
exception-safe interface in order to make embedding Ruby and writing
Ruby extensions with C++ easier.
| Paul Brannan, Jason Roelofs, Charlie Savage | [
"MIT"
] | ruby | https://rubygems.org/gems/rice | https://rubygems.org/gems/rice-4.12.0.gem | https://github.com/ruby-rice/rice | https://github.com/ruby-rice/rice | https://github.com/ruby-rice/rice/blob/master/CHANGELOG.md | https://github.com/ruby-rice/rice/issues | https://ruby-rice.github.io | null | null | null | 672c369ca706ff5be46695537f51e1a3db262c1b789af5b967ef477f25111dfd | 2026-04-20T01:45:44.105Z | 0 | 3 | [] | [
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "minitest",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:52.897190+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
jazzy | jazzy | 0.15.4 | 3,599,107 | 109,290 | Soulful docs for Swift & Objective-C. Run in your SPM or Xcode project's root directory for instant HTML docs. | JP Simard, Tim Anglade, Samuel Giddins, John Fairhurst | [
"MIT"
] | ruby | https://rubygems.org/gems/jazzy | https://rubygems.org/gems/jazzy-0.15.4.gem | https://github.com/realm/jazzy | null | null | null | https://www.rubydoc.info/gems/jazzy/0.15.4 | null | null | null | d7766c62fe722b0b1b868c05e79be1fab3249ab2279435f3a0adcb1d955a3c4a | 2025-10-20T08:27:53.804Z | 11 | 2 | [
{
"name": "activesupport",
"requirements": ">= 5.0, < 8"
},
{
"name": "cocoapods",
"requirements": "~> 1.5"
},
{
"name": "logger",
"requirements": ">= 0"
},
{
"name": "mustache",
"requirements": "~> 1.1"
},
{
"name": "open4",
"requirements": "~> 1.3"
},
{
... | [
{
"name": "bundler",
"requirements": "~> 2.1"
},
{
"name": "rake",
"requirements": "~> 13.0"
}
] | 2026-08-03T21:42:52.897197+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
scanf | scanf | 1.0.0 | 9,343,055 | 9,339,346 | scanf is an implementation of the C function scanf(3). | David Alan Black | [
"BSD-2-Clause"
] | ruby | https://rubygems.org/gems/scanf | https://rubygems.org/gems/scanf-1.0.0.gem | https://github.com/ruby/scanf | null | null | null | https://www.rubydoc.info/gems/scanf/1.0.0 | null | null | null | 533db7f7e5acafea1a145d6c5329cef667a58fbcb7d64379a808ff1199ee1b00 | 2017-12-11T08:17:17.726Z | 0 | 3 | [] | [
{
"name": "bundler",
"requirements": "~> 1.14"
},
{
"name": "rake",
"requirements": "~> 10.0"
},
{
"name": "test-unit",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:52.897202+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
h3 | h3 | 3.7.4 | 1,378,324 | 655,449 | C Bindings for Uber's H3 library | Sean Handley, Xavier Noria, Lachlan Laycock | [
"MIT"
] | ruby | https://rubygems.org/gems/h3 | https://rubygems.org/gems/h3-3.7.4.gem | https://github.com/StuartApp/h3_ruby | null | null | null | https://www.rubydoc.info/gems/h3/3.7.4 | null | null | null | 99d3256d64078c6c581e68164d0f9bed2f6efc6883879cd6a4623a754b4bfeed | 2025-04-04T12:26:23.466Z | 3 | 3 | [
{
"name": "ffi",
"requirements": "~> 1.9"
},
{
"name": "rgeo-geojson",
"requirements": "~> 2.1"
},
{
"name": "zeitwerk",
"requirements": "~> 2.5"
}
] | [
{
"name": "rake",
"requirements": "~> 13.0"
},
{
"name": "rspec",
"requirements": "~> 3.8"
},
{
"name": "yard",
"requirements": "~> 0.9"
}
] | 2026-08-03T21:42:53.096758+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
rake-compiler | rake-compiler | 1.3.1 | 29,565,825 | 2,402,120 | Provide a standard and simplified way to build and package
Ruby extensions (C, Java) using Rake as glue. | Kouhei Sutou, Luis Lavena | [
"MIT"
] | ruby | https://rubygems.org/gems/rake-compiler | https://rubygems.org/gems/rake-compiler-1.3.1.gem | https://github.com/rake-compiler/rake-compiler | https://github.com/rake-compiler/rake-compiler | https://github.com/rake-compiler/rake-compiler/blob/-/History.md | https://github.com/rake-compiler/rake-compiler/issues | null | null | null | null | 6b351612b6e2d73ddd5563ee799bb58685176e05363db6758504bd11573d670a | 2025-12-14T01:38:44.008Z | 1 | 3 | [
{
"name": "rake",
"requirements": ">= 0"
}
] | [
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "cucumber",
"requirements": "~> 1.1.4"
},
{
"name": "rspec",
"requirements": "~> 2.8.0"
}
] | 2026-08-03T21:42:53.096786+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
fast_haversine | fast_haversine | 0.0.1 | 1,212,881 | 1,212,881 | Haversine calculation written in Ruby that supports both
distances in miles and kilometers | Paul Sorensen | [
"MIT"
] | ruby | https://rubygems.org/gems/fast_haversine | https://rubygems.org/gems/fast_haversine-0.0.1.gem | https://github.com/paulnsorensen/fast_haversine | null | null | null | https://www.rubydoc.info/gems/fast_haversine/0.0.1 | null | null | null | 2288fd170faba64cb6e2dfd895354a6df3cb7f9a53cad003088981b55232805e | 2014-08-26T03:17:10.788Z | 0 | 5 | [] | [
{
"name": "bundler",
"requirements": "~> 1.6"
},
{
"name": "pry",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rake-compiler",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:53.096795+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
fast-stemmer | fast-stemmer | 1.0.2 | 7,920,388 | 7,544,064 | Fast Porter stemmer based on a C version of algorithm | Roman Shterenzon | [] | ruby | https://rubygems.org/gems/fast-stemmer | https://rubygems.org/gems/fast-stemmer-1.0.2.gem | http://github.com/romanbsd/fast-stemmer | https://github.com/romanbsd/fast-stemmer | null | null | null | null | null | null | d0aa9fd9cfbca836a09d8abb122552ac8234130271a3b0da1cb077323d650819 | 2013-02-06T15:39:35.688Z | 0 | 0 | [] | [] | 2026-08-03T21:42:53.096803+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
fast_xs | fast_xs | 0.8.0 | 2,661,698 | 2,522,636 | 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 submitted).
The version h... | fast_xs hackers | [] | ruby | https://rubygems.org/gems/fast_xs | https://rubygems.org/gems/fast_xs-0.8.0.gem | http://fast-xs.rubyforge.org/ | null | null | null | null | null | null | null | 5ff2e1b088bdad3d4eae2a71b118b8aa9b39975702853c3bb307e35db1facdc7 | 2011-01-26T01:31:59.691Z | 0 | 1 | [] | [
{
"name": "hoe",
"requirements": ">= 2.8.0"
}
] | 2026-08-03T21:42:53.096811+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
yajl-ruby | yajl-ruby | 1.4.3 | 107,675,555 | 50,970,153 | Ruby C bindings to the excellent Yajl JSON stream-based parser library. | Brian Lopez, Lloyd Hilaiel | [
"MIT"
] | ruby | https://rubygems.org/gems/yajl-ruby | https://rubygems.org/gems/yajl-ruby-1.4.3.gem | https://github.com/brianmario/yajl-ruby | http://github.com/brianmario/yajl-ruby | null | http://github.com/brianmario/yajl-ruby/issues | http://rdoc.info/projects/brianmario/yajl-ruby | null | 8c974d9c11ae07b0a3b6d26efea8407269b02e4138118fbe3ef0d2ec9724d1d2 | 2022-05-26T18:26:57.622Z | 0 | 5 | [] | [
{
"name": "activesupport",
"requirements": ">= 0"
},
{
"name": "benchmark-memory",
"requirements": ">= 0"
},
{
"name": "json",
"requirements": ">= 0"
},
{
"name": "rake-compiler",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:53.096819+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT | ||
chunky_png | chunky_png | 1.4.0 | 203,433,819 | 90,009,675 | This pure Ruby library can read and write PNG images without depending on an external
image library, like RMagick. It tries to be memory efficient and reasonably fast.
It supports reading and writing all PNG variants that are defined in the specification,
with one limitation: only 8-bit color depth is ... | Willem van Bergen | [
"MIT"
] | ruby | https://rubygems.org/gems/chunky_png | https://rubygems.org/gems/chunky_png-1.4.0.gem | https://github.com/wvanbergen/chunky_png/wiki | https://github.com/wvanbergen/chunky_png | null | null | null | null | https://github.com/wvanbergen/chunky_png/wiki | null | 89d5b31b55c0cf4da3cf89a2b4ebc3178d8abe8cbaf116a1dba95668502fdcfe | 2020-12-28T17:19:18.275Z | 0 | 4 | [] | [
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": "~> 3"
},
{
"name": "standard",
"requirements": ">= 0"
},
{
"name": "yard",
"requirements": "~> 0.9"
}
] | 2026-08-03T21:42:53.096826+00:00 | jH6TNiuyB57Cudzuf | q8utFvHSVmrASzMQT |
premailer | premailer | 1.29.0 | 124,792,004 | 1,094,280 | Improve the rendering of HTML emails by making CSS inline, converting links and warning about unsupported code. | Alex Dunae | [
"BSD-3-Clause"
] | ruby | https://rubygems.org/gems/premailer | https://rubygems.org/gems/premailer-1.29.0.gem | https://github.com/premailer/premailer | https://github.com/premailer/premailer | null | https://github.com/premailer/premailer/issues | https://premailer.github.io/premailer/ | null | 015f30c520701f3d47fd898886a3eaf4e5171efcc5fd239b872efd1ba61d3da0 | 2026-03-10T02:09:28.872Z | 3 | 0 | [
{
"name": "addressable",
"requirements": ">= 0"
},
{
"name": "css_parser",
"requirements": ">= 1.19.0"
},
{
"name": "htmlentities",
"requirements": ">= 4.0.0"
}
] | [] | 2026-08-03T21:43:14.065231+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO | ||
extensobr | extensobr | 1.2.2 | 167,916 | 89,138 | ExtensoBr é uma gem que foi desenvolvida para auxiliar na impressão de números e moedas por extenso em portugês do Brasil. | Henrique Max | [
"MIT"
] | ruby | https://rubygems.org/gems/extensobr | https://rubygems.org/gems/extensobr-1.2.2.gem | https://github.com/rickmax/extensobr | https://github.com/rickmax/extensobr | null | http://henriquemax.com.br/Escrever-por-extenso-Ruby-on-Rails/ | null | e3cfee39e7fc82289bdd5c7f428c40e2ddd90d1fd4d5c763945ad7c7d36460fa | 2024-07-15T18:07:05.295Z | 0 | 3 | [] | [
{
"name": "bundler",
"requirements": "~> 2.2.15"
},
{
"name": "rake",
"requirements": "~> 12.3.3"
},
{
"name": "rspec",
"requirements": ">= 0"
}
] | 2026-08-03T21:43:14.065256+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO | |||
solidus_api | solidus_api | 4.7.0 | 3,443,404 | 13,660 | REST API for the Solidus e-commerce framework. | Solidus Team | [
"BSD-3-Clause"
] | ruby | https://rubygems.org/gems/solidus_api | https://rubygems.org/gems/solidus_api-4.7.0.gem | http://solidus.io | https://github.com/solidusio/solidus | null | https://www.rubydoc.info/gems/solidus_api/4.7.0 | null | a98557ec294ab771645d666d489c2cfb13a090aa2273796ab2654f5caae0bab7 | 2026-04-15T16:29:09.539Z | 4 | 0 | [
{
"name": "jbuilder",
"requirements": "~> 2.8"
},
{
"name": "kaminari-activerecord",
"requirements": "~> 1.1"
},
{
"name": "responders",
"requirements": ">= 0"
},
{
"name": "solidus_core",
"requirements": "= 4.7.0"
}
] | [] | 2026-08-03T21:43:14.065264+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO | |||
solidus_backend | solidus_backend | 4.7.0 | 3,388,223 | 13,311 | Admin interface for the Solidus e-commerce framework. | Solidus Team | [
"BSD-3-Clause"
] | ruby | https://rubygems.org/gems/solidus_backend | https://rubygems.org/gems/solidus_backend-4.7.0.gem | http://solidus.io | https://github.com/solidusio/solidus | null | https://www.rubydoc.info/gems/solidus_backend/4.7.0 | null | 5625c6e174fabaea88a1ddb9646953008d1d5a916d5b19bdc28e9efad08f0b93 | 2026-04-15T16:29:19.263Z | 10 | 0 | [
{
"name": "font-awesome-rails",
"requirements": "~> 4.0"
},
{
"name": "handlebars_assets",
"requirements": "~> 0.23"
},
{
"name": "jbuilder",
"requirements": "~> 2.8"
},
{
"name": "jquery-rails",
"requirements": ">= 0"
},
{
"name": "kaminari",
"requirements": ... | [] | 2026-08-03T21:43:14.065268+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO | |||
spree | spree | 5.6.1 | 2,859,360 | 905 | A complete open source e-commerce solution with multi-store, multi-currency and multi-language capabilities | Sean Schofield, Spark Solutions Sp. z o.o., Vendo Connect Inc. | [
"BSD-3-Clause"
] | ruby | https://rubygems.org/gems/spree | https://rubygems.org/gems/spree-5.6.1.gem | https://spreecommerce.org | https://github.com/spree/spree/tree/v5.6.1 | https://github.com/spree/spree/releases/tag/v5.6.1 | https://github.com/spree/spree/issues | https://docs.spreecommerce.org/ | null | null | null | e78de770a877ad2bccd536faa251ca33ff86c55808b23e822a1d103418edb911 | 2026-07-28T10:38:02.148Z | 2 | 0 | [
{
"name": "spree_api",
"requirements": "= 5.6.1"
},
{
"name": "spree_core",
"requirements": "= 5.6.1"
}
] | [] | 2026-08-03T21:43:14.065273+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
rails_weak_etags | rails_weak_etags | 0.0.2 | 553,716 | 549,796 | Converts strong e-tags to weak so they can be passed through nginx with g-zip compression enabled | John Naegle | [] | ruby | https://rubygems.org/gems/rails_weak_etags | https://rubygems.org/gems/rails_weak_etags-0.0.2.gem | http://github.com/john.naegle/rails_weak_etags | https://github.com/johnnaegle/rails_weak_etags | null | https://github.com/johnnaegle/rails_weak_etags/issues | https://github.com/johnnaegle/rails_weak_etags | https://github.com/johnnaegle/rails_weak_etags/wiki | null | 50d02f3a5c04c33977300c76ccba7d952c9effe5f04c0188fdad75a901ee8ddd | 2015-02-26T18:36:25.918Z | 1 | 1 | [
{
"name": "rails",
"requirements": "> 3.1"
}
] | [
{
"name": "sqlite3",
"requirements": ">= 0"
}
] | 2026-08-03T21:43:14.065278+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO | |
solidus | solidus | 4.7.0 | 3,224,686 | 11,550 | Solidus is an open source e-commerce framework for Ruby on Rails. | Solidus Team | [
"BSD-3-Clause"
] | ruby | https://rubygems.org/gems/solidus | https://rubygems.org/gems/solidus-4.7.0.gem | http://solidus.io | https://github.com/solidusio/solidus | https://github.com/solidusio/solidus/blob/main/CHANGELOG.md | null | null | null | null | null | 78f3601e65bfb477f618c34d066cd1cd62eb1d2043e4bf597c14e2b5249a73b3 | 2026-04-15T16:28:52.259Z | 5 | 0 | [
{
"name": "solidus_api",
"requirements": "= 4.7.0"
},
{
"name": "solidus_backend",
"requirements": "= 4.7.0"
},
{
"name": "solidus_core",
"requirements": "= 4.7.0"
},
{
"name": "solidus_legacy_promotions",
"requirements": "= 4.7.0"
},
{
"name": "solidus_sample",
... | [] | 2026-08-03T21:43:14.065282+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
solidus_core | solidus_core | 4.7.0 | 3,525,289 | 17,457 | Essential models, mailers, and classes for the Solidus e-commerce project. | Solidus Team | [
"BSD-3-Clause"
] | ruby | https://rubygems.org/gems/solidus_core | https://rubygems.org/gems/solidus_core-4.7.0.gem | http://solidus.io | https://github.com/solidusio/solidus | null | https://www.rubydoc.info/gems/solidus_core/4.7.0 | null | 0ff00774f9effa4f88fbdf07534fe9dca2ec1f6b890ff6993917b18c8089977f | 2026-04-15T16:29:01.511Z | 27 | 0 | [
{
"name": "actionmailer",
"requirements": ">= 7.2, < 8.2"
},
{
"name": "actionpack",
"requirements": ">= 7.2, < 8.2"
},
{
"name": "actionview",
"requirements": ">= 7.2, < 8.2"
},
{
"name": "activejob",
"requirements": ">= 7.2, < 8.2"
},
{
"name": "activemerchant",... | [] | 2026-08-03T21:43:14.272159+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO | |||
caboose-store | caboose-store | 0.0.43 | 135,794 | 5,343 | Sell products on your site using Caboose. | William Barry | [] | ruby | https://rubygems.org/gems/caboose-store | https://rubygems.org/gems/caboose-store-0.0.43.gem | http://github.com/williambarry007/caboose-store | null | null | null | https://www.rubydoc.info/gems/caboose-store/0.0.43 | null | null | null | 8b4292945d7922e8737c229a65498b218e63056eae20eb649d35d7a9a1e9b316 | 2014-10-20T15:11:30.595Z | 1 | 0 | [
{
"name": "caboose-cms",
"requirements": ">= 0"
}
] | [] | 2026-08-03T21:43:14.272183+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
kiji | kiji | 0.3.0 | 316,112 | 62,473 | API toolkits for Japanese e-Gov system | kakipo | [
"MIT"
] | ruby | https://rubygems.org/gems/kiji | https://rubygems.org/gems/kiji-0.3.0.gem | https://github.com/kufu/kiji | null | null | null | https://www.rubydoc.info/gems/kiji/0.3.0 | null | null | null | 0d97f0d0c5f7d5fd46b61b314e7ef3ec884f872ee43da43851747d640457391f | 2022-11-11T05:21:45.601Z | 2 | 13 | [
{
"name": "faraday",
"requirements": "< 3"
},
{
"name": "nokogiri",
"requirements": ">= 0"
}
] | [
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "dotenv",
"requirements": ">= 0"
},
{
"name": "guard",
"requirements": ">= 0"
},
{
"name": "guard-bundler",
"requirements": ">= 0"
},
{
"name": "guard-rspec",
"requirements": ">= 0"
},
{
"name": ... | 2026-08-03T21:43:14.272191+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
postal-ruby | postal-ruby | 1.0.1 | 178,126 | 176,061 | Ruby library for the Postal e-mail platform | Adam Cooke | [
"MIT"
] | ruby | https://rubygems.org/gems/postal-ruby | https://rubygems.org/gems/postal-ruby-1.0.1.gem | https://github.com/atech/postal | null | null | null | https://www.rubydoc.info/gems/postal-ruby/1.0.1 | null | null | null | 4afabc266ee05ca3271d0e2840bef2b27a21964eafba2acd89d86310e5ac344c | 2017-04-27T09:53:58.018Z | 1 | 0 | [
{
"name": "moonrope-client",
"requirements": "< 1.1, >= 1.0.2"
}
] | [] | 2026-08-03T21:43:14.272199+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
economic-rest | economic-rest | 0.6.9 | 110,017 | 876 | Ruby wrapper for the e-conomic REST API, that aims at making working with the API bearable. E-conomic is a web-based accounting system. For their marketing speak, see http://www.e-conomic.co.uk/about/. More details about their API at http://www.e-conomic.co.uk/integration/integration-partner/. The documentation can be ... | Peter Klogborg | [
"MIT"
] | ruby | https://rubygems.org/gems/economic-rest | https://rubygems.org/gems/economic-rest-0.6.9.gem | https://github.com/traels-it/economic-rest | null | null | null | https://www.rubydoc.info/gems/economic-rest/0.6.9 | null | null | null | 4ab7ba5c7fc8ac3eafbfb4799290adf37a882544142ca61015f72dae1c00feac | 2025-09-18T15:58:59.018Z | 2 | 10 | [
{
"name": "activesupport",
"requirements": "~> 8.0"
},
{
"name": "rest-client",
"requirements": "~> 2.1"
}
] | [
{
"name": "awesome_print",
"requirements": ">= 0"
},
{
"name": "bundler",
"requirements": "~> 2.4"
},
{
"name": "dotenv",
"requirements": ">= 0"
},
{
"name": "m",
"requirements": ">= 0"
},
{
"name": "minitest",
"requirements": "~> 5.25"
},
{
"name": "m... | 2026-08-03T21:43:14.272206+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
ebanx | ebanx | 1.3.5 | 115,576 | 82,197 | EBANX is the market leader in e-commerce payment solutions for International Merchants selling online to Brazil | Gustavo Henrique Mascarenhas Machado | [
"BSD"
] | ruby | https://rubygems.org/gems/ebanx | https://rubygems.org/gems/ebanx-1.3.5.gem | https://www.ebanx.com | https://github.com/ebanx-integration/ebanx-ruby | null | https://github.com/ebanx-integration/ebanx-ruby | https://github.com/ebanx-integration/ebanx-ruby | https://github.com/ebanx-integration/ebanx-ruby | null | 10aeaddba76d3b1b418954167a4ec7104c6f180117b933de6423d8752f57656b | 2018-08-06T14:59:00.935Z | 2 | 4 | [
{
"name": "json",
"requirements": ">= 0"
},
{
"name": "rest-client",
"requirements": "~> 2.0.2"
}
] | [
{
"name": "bundler",
"requirements": "~> 1.3"
},
{
"name": "codeclimate-test-reporter",
"requirements": ">= 0"
},
{
"name": "minitest",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
}
] | 2026-08-03T21:43:14.272215+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO | |
actionmailer-text | actionmailer-text | 0.1.1 | 1,882,088 | 1,809,408 | Automatically insert a text/plain part into your HTML multipart e-mails. | Daniel Doubrovkine | [
"MIT"
] | ruby | https://rubygems.org/gems/actionmailer-text | https://rubygems.org/gems/actionmailer-text-0.1.1.gem | http://github.com/dblock/actionmailer-text | null | null | null | https://www.rubydoc.info/gems/actionmailer-text/0.1.1 | null | null | null | 209e445899c4b8eaf81a1b61c462e8d0a3da3fde0bf03ed57ce12fb5b775ced5 | 2015-05-25T22:47:31.992Z | 2 | 0 | [
{
"name": "actionmailer",
"requirements": ">= 0"
},
{
"name": "htmlentities",
"requirements": ">= 0"
}
] | [] | 2026-08-03T21:43:14.272223+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
postal-rails | postal-rails | 1.0.1 | 176,843 | 173,824 | Rails/ActionMailer library for the Postal E-Mail Platform | Adam Cooke | [
"MIT"
] | ruby | https://rubygems.org/gems/postal-rails | https://rubygems.org/gems/postal-rails-1.0.1.gem | https://github.com/atech/postal | null | null | null | https://www.rubydoc.info/gems/postal-rails/1.0.1 | null | null | null | 5a0ca2982c339303aae75d27b1b3b06ef792caf7860b978f378647d31703d3f2 | 2017-05-16T12:22:01.868Z | 1 | 0 | [
{
"name": "postal-ruby",
"requirements": "< 2.0, >= 0.0.2"
}
] | [] | 2026-08-03T21:43:14.272230+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
asciidoctor-epub3 | asciidoctor-epub3 | 2.3.0 | 154,469 | 9,012 | An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 e-book format.
| Dan Allen, Sarah White | [
"MIT"
] | ruby | https://rubygems.org/gems/asciidoctor-epub3 | https://rubygems.org/gems/asciidoctor-epub3-2.3.0.gem | https://github.com/asciidoctor/asciidoctor-epub3 | null | null | null | https://www.rubydoc.info/gems/asciidoctor-epub3/2.3.0 | null | null | null | 114cb2759beb4f7a44fbf5b8c890882f29ee0e15f5cfadaf7a67304da33e8c58 | 2025-08-31T16:02:30.308Z | 4 | 16 | [
{
"name": "asciidoctor",
"requirements": "~> 2.0"
},
{
"name": "gepub",
"requirements": "~> 1.0.0"
},
{
"name": "mime-types",
"requirements": "~> 3.0"
},
{
"name": "sass",
"requirements": ">= 0"
}
] | [
{
"name": "asciidoctor-diagram",
"requirements": "~> 3.0"
},
{
"name": "asciidoctor-diagram-ditaamini",
"requirements": "~> 1.0"
},
{
"name": "asciidoctor-diagram-plantuml",
"requirements": "~> 1.2025"
},
{
"name": "asciimath",
"requirements": "~> 2.0"
},
{
"name"... | 2026-08-03T21:43:14.272237+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
actionmailer_inline_css | actionmailer_inline_css | 1.6.0 | 1,330,450 | 895,939 | Module for ActionMailer to improve the rendering of HTML emails by using the 'premailer' gem, which inlines CSS and makes relative links absolute. | Nathan Broadbent | [] | ruby | https://rubygems.org/gems/actionmailer_inline_css | https://rubygems.org/gems/actionmailer_inline_css-1.6.0.gem | http://premailer.dialect.ca/ | null | null | null | https://www.rubydoc.info/gems/actionmailer_inline_css/1.6.0 | null | null | null | b763306c37bf79f9e46b67b5e3cca261b42a0457f0fb05ca1b850f9aef0f5450 | 2017-10-09T22:29:35.807Z | 3 | 2 | [
{
"name": "actionmailer",
"requirements": ">= 3.0.0"
},
{
"name": "nokogiri",
"requirements": ">= 1.7.0"
},
{
"name": "premailer",
"requirements": ">= 1.11.0"
}
] | [
{
"name": "mocha",
"requirements": ">= 0.10.0"
},
{
"name": "test-unit",
"requirements": ">= 0"
}
] | 2026-08-03T21:43:14.272244+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
excon | excon | 1.6.0 | 693,271,150 | 1,505,967 | EXtended http(s) CONnections | dpiddy (Dan Peterson), geemus (Wesley Beary), nextmat (Matt Sanders) | [
"MIT"
] | ruby | https://rubygems.org/gems/excon | https://rubygems.org/gems/excon-1.6.0.gem | https://github.com/excon/excon | https://github.com/excon/excon | https://github.com/excon/excon/blob/master/changelog.txt | https://github.com/excon/excon/issues | https://github.com/excon/excon/blob/master/README.md | null | https://github.com/excon/excon/wiki | https://github.com/sponsors/geemus | ebe2ab83c055ef8e117c62c91a3535b966a59a64868188219d49ab90cd83b65f | 2026-07-16T15:57:57.049Z | 1 | 13 | [
{
"name": "logger",
"requirements": ">= 0"
}
] | [
{
"name": "activesupport",
"requirements": ">= 0"
},
{
"name": "delorean",
"requirements": ">= 0"
},
{
"name": "eventmachine",
"requirements": ">= 1.0.4"
},
{
"name": "json",
"requirements": ">= 1.8.5"
},
{
"name": "open4",
"requirements": ">= 0"
},
{
... | 2026-08-03T21:43:14.405619+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
mail_form | mail_form | 1.11.0 | 2,136,039 | 91,072 | Send e-mail straight from forms in Rails with I18n, validations, attachments and request information. | José Valim, Carlos Antonio | [
"MIT"
] | ruby | https://rubygems.org/gems/mail_form | https://rubygems.org/gems/mail_form-1.11.0.gem | https://github.com/heartcombo/mail_form | https://github.com/heartcombo/mail_form | https://github.com/heartcombo/mail_form/blob/main/CHANGELOG.md | https://github.com/heartcombo/mail_form/issues | null | null | https://github.com/heartcombo/mail_form/wiki | null | 54aaaf11b69e7e5bd4be220dfc80f2469bb809d6ed1f893b8d940f0b67232c5a | 2025-09-05T13:55:40.756Z | 2 | 0 | [
{
"name": "actionpack",
"requirements": ">= 7.0"
},
{
"name": "activemodel",
"requirements": ">= 7.0"
}
] | [] | 2026-08-03T21:43:14.405638+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
erubi | erubi | 1.13.1 | 612,142,657 | 126,238,688 | Erubi is a ERB template engine for ruby. It is a simplified fork of Erubis | Jeremy Evans, kuwata-lab.com | [
"MIT"
] | ruby | https://rubygems.org/gems/erubi | https://rubygems.org/gems/erubi-1.13.1.gem | https://github.com/jeremyevans/erubi | https://github.com/jeremyevans/erubi | https://github.com/jeremyevans/erubi/blob/master/CHANGELOG | https://github.com/jeremyevans/erubi/issues | null | https://github.com/jeremyevans/erubi/discussions | null | null | a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9 | 2024-12-19T17:12:27.766Z | 0 | 2 | [] | [
{
"name": "minitest",
"requirements": ">= 0"
},
{
"name": "minitest-global_expectations",
"requirements": ">= 0"
}
] | 2026-08-03T21:43:14.405644+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
execjs | execjs | 2.10.1 | 409,351,414 | 2,954,778 | ExecJS lets you run JavaScript code from Ruby. | Sam Stephenson, Josh Peek | [
"MIT"
] | ruby | https://rubygems.org/gems/execjs | https://rubygems.org/gems/execjs-2.10.1.gem | https://github.com/rails/execjs | null | null | null | https://www.rubydoc.info/gems/execjs/2.10.1 | null | null | null | abe0ae028467eb8e30c10814eb934d07876a691aae7e803d813b7ce5a75e73f1 | 2026-04-03T12:07:18.545Z | 0 | 1 | [] | [
{
"name": "rake",
"requirements": ">= 0"
}
] | 2026-08-03T21:43:14.405650+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
eventmachine | eventmachine | 1.2.7 | 327,350,051 | 219,037,472 | EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To... | Francis Cianfrocca, Aman Gupta | [
"Ruby",
"GPL-2.0"
] | ruby | https://rubygems.org/gems/eventmachine | https://rubygems.org/gems/eventmachine-1.2.7.gem | https://github.com/eventmachine/eventmachine | https://github.com/eventmachine/eventmachine | null | https://github.com/eventmachine/eventmachine/issues | https://www.rubydoc.info/gems/eventmachine/1.2.7 | null | 994016e42aa041477ba9cff45cbe50de2047f25dd418eba003e84f0d16560972 | 2018-05-12T13:05:17.295Z | 0 | 3 | [] | [
{
"name": "rake-compiler",
"requirements": "~> 0.9.5"
},
{
"name": "rake-compiler-dock",
"requirements": "~> 0.5.1"
},
{
"name": "test-unit",
"requirements": "~> 2.0"
}
] | 2026-08-03T21:43:14.405654+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO | ||
brcobranca | brcobranca | 12.0.0 | 649,392 | 8,884 | Gem para emissao de boletos e CNABs de bancos brasileiros. | Kivanio Barbosa | [] | ruby | https://rubygems.org/gems/brcobranca | https://rubygems.org/gems/brcobranca-12.0.0.gem | https://github.com/kivanio/brcobranca | http://github.com/kivanio/brcobranca | null | http://github.com/kivanio/brcobranca/issues | https://github.com/kivanio/brcobranca/wiki | https://github.com/kivanio/brcobranca/wiki | null | ad83acce51a153f9a36caa64f63127aa629eccba00667ecafaa97ee5620d98ec | 2025-04-21T14:15:51.522Z | 4 | 0 | [
{
"name": "fast_blank",
"requirements": ">= 0"
},
{
"name": "parseline",
"requirements": ">= 1.0.3"
},
{
"name": "rghost",
"requirements": "= 0.9.8"
},
{
"name": "rghost_barcode",
"requirements": ">= 0.9"
}
] | [] | 2026-08-03T21:43:14.405658+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO | |
erubis | erubis | 2.7.0 | 299,376,743 | 291,905,594 | Erubis is an implementation of eRuby and has the following features:
* Very fast, almost three times faster than ERB and about 10% faster than eruby.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
* Auto escaping support
* Auto trimming spaces around '<% %>'
* Embedded pattern changeable... | makoto kuwata | [] | ruby | https://rubygems.org/gems/erubis | https://rubygems.org/gems/erubis-2.7.0.gem | http://www.kuwata-lab.com/erubis/ | null | null | null | null | null | null | null | 63653f5174a7997f6f1d6f465fbe1494dcc4bdab1fb8e635f6216989fb1148ba | 2011-04-01T22:54:09.171Z | 0 | 0 | [] | [] | 2026-08-03T21:43:14.405663+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
ethon | ethon | 0.18.0 | 289,582,608 | 12,007,865 | Very lightweight libcurl wrapper. | Hans Hasselberg | [
"MIT"
] | ruby | https://rubygems.org/gems/ethon | https://rubygems.org/gems/ethon-0.18.0.gem | https://github.com/typhoeus/ethon | https://github.com/typhoeus/ethon/tree/v0.18.0 | https://github.com/typhoeus/ethon/blob/v0.18.0/CHANGELOG.md | https://github.com/typhoeus/ethon/issues | https://www.rubydoc.info/gems/ethon/0.18.0 | null | null | null | b598afc9f30448cb068b850714b7d6948e941476095d04f90a4ac65b8d6efcb2 | 2025-11-03T03:08:46.555Z | 2 | 0 | [
{
"name": "ffi",
"requirements": ">= 1.15.0"
},
{
"name": "logger",
"requirements": ">= 0"
}
] | [] | 2026-08-03T21:43:14.405667+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
et-orbi | et-orbi | 1.4.1 | 217,932,463 | 122,698 | Time zones for fugit and rufus-scheduler. Urbi et Orbi. | John Mettraux | [
"MIT"
] | ruby | https://rubygems.org/gems/et-orbi | https://rubygems.org/gems/et-orbi-1.4.1.gem | https://github.com/floraison/et-orbi | https://github.com/floraison/et-orbi | https://github.com/floraison/et-orbi/blob/master/CHANGELOG.md | https://github.com/floraison/et-orbi/issues | https://github.com/floraison/et-orbi | null | null | null | 007e2685b1d873415a7587ef889336c6dcdf8a47fc9c9a63547582b21660a11b | 2026-07-31T00:02:05.390Z | 1 | 3 | [
{
"name": "tzinfo",
"requirements": ">= 0"
}
] | [
{
"name": "chronic",
"requirements": "~> 0.10"
},
{
"name": "ostruct",
"requirements": ">= 0"
},
{
"name": "probatio",
"requirements": "~> 1.3"
}
] | 2026-08-03T21:43:14.519597+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
elasticsearch-api | elasticsearch-api | 9.4.3 | 213,324,410 | 1,586,157 | Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.
| Elastic Client Library Maintainers | [
"Apache-2.0"
] | ruby | https://rubygems.org/gems/elasticsearch-api | https://rubygems.org/gems/elasticsearch-api-9.4.3.gem | https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html | https://github.com/elastic/elasticsearch-ruby/tree/main/elasticsearch-api | https://github.com/elastic/elasticsearch-ruby/blob/main/CHANGELOG.md | https://github.com/elastic/elasticsearch-ruby/issues | null | null | null | null | 4618819de729e0436d7b7a0b3d231f1b46d8658e6df6b45f702956aaaeafc992 | 2026-06-17T15:37:14.837Z | 2 | 17 | [
{
"name": "base64",
"requirements": ">= 0"
},
{
"name": "multi_json",
"requirements": ">= 0"
}
] | [
{
"name": "activesupport",
"requirements": ">= 0"
},
{
"name": "ansi",
"requirements": ">= 0"
},
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "cane",
"requirements": ">= 0"
},
{
"name": "concurrent-ruby",
"requirements": "= 1.3.4"
},
{
"nam... | 2026-08-03T21:43:14.519616+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
elasticsearch | elasticsearch | 9.4.3 | 212,286,101 | 1,583,248 | Ruby integrations for Elasticsearch (client, API, etc.)
| Elastic Client Library Maintainers | [
"Apache-2.0"
] | ruby | https://rubygems.org/gems/elasticsearch | https://rubygems.org/gems/elasticsearch-9.4.3.gem | https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html | https://github.com/elastic/elasticsearch-ruby/tree/main | https://github.com/elastic/elasticsearch-ruby/blob/main/CHANGELOG.md | https://github.com/elastic/elasticsearch-ruby/issues | null | null | null | null | dc4a6e3b01f1a76933b4a187ac59d9f24e796cd0129f002ffae4d8554390fb42 | 2026-06-17T15:37:05.015Z | 2 | 12 | [
{
"name": "elasticsearch-api",
"requirements": "= 9.4.3"
},
{
"name": "elastic-transport",
"requirements": "~> 8.3"
}
] | [
{
"name": "base64",
"requirements": ">= 0"
},
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "debug",
"requirements": ">= 0"
},
{
"name": "ostruct",
"requirements": ">= 0"
},
{
"name": "pry",
"requirements": ">= 0"
},
{
"name": "rake",
"r... | 2026-08-03T21:43:14.519622+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
elasticsearch-transport | elasticsearch-transport | 7.17.11 | 173,046,376 | 17,030,987 | Ruby client for Elasticsearch. See the `elasticsearch` gem for full integration.
| Karel Minarik | [
"Apache-2.0"
] | ruby | https://rubygems.org/gems/elasticsearch-transport | https://rubygems.org/gems/elasticsearch-transport-7.17.11.gem | https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.16/index.html | https://github.com/elastic/elasticsearch-ruby/tree/7.16/elasticsearch-transport | https://github.com/elastic/elasticsearch-ruby/blob/7.16/CHANGELOG.md | https://github.com/elastic/elasticsearch-ruby/issues | null | null | null | null | d18057d5295e4c39fe80084ede9e00e9c0e0d74580348985f8677b2fb7f70f03 | 2024-06-03T17:41:25.159Z | 3 | 19 | [
{
"name": "base64",
"requirements": ">= 0"
},
{
"name": "faraday",
"requirements": ">= 1, < 3"
},
{
"name": "multi_json",
"requirements": ">= 0"
}
] | [
{
"name": "ansi",
"requirements": ">= 0"
},
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "cane",
"requirements": ">= 0"
},
{
"name": "curb",
"requirements": ">= 0"
},
{
"name": "elasticsearch",
"requirements": ">= 7, < 8.0.0"
},
{
"name": "... | 2026-08-03T21:43:14.519626+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
limarka | limarka | 19.7.3 | 186,285 | 3,985 | Com essa ferramenta você poderá escrever sua monografia, dissertação ou tese utilizando Markdown (linguagem mais simples que Latex). | Eduardo de Santana Medeiros Alexandre | [
"MIT"
] | ruby | https://rubygems.org/gems/limarka | https://rubygems.org/gems/limarka-19.7.3.gem | https://github.com/abntex/limarka | null | null | null | https://www.rubydoc.info/gems/limarka/19.7.3 | null | null | null | b91139d288039f4e45df484e0015faff92b440a2c02bf0615118ff2f732c7ac2 | 2019-07-05T15:35:23.441Z | 11 | 9 | [
{
"name": "bibtex-ruby",
"requirements": ">= 0"
},
{
"name": "clipboard",
"requirements": ">= 0"
},
{
"name": "colorize",
"requirements": ">= 0"
},
{
"name": "ffi",
"requirements": ">= 0"
},
{
"name": "guard",
"requirements": ">= 0"
},
{
"name": "guard... | [
{
"name": "aruba",
"requirements": ">= 0"
},
{
"name": "bundler",
"requirements": "~> 2.0"
},
{
"name": "codelog",
"requirements": ">= 0"
},
{
"name": "coveralls",
"requirements": ">= 0"
},
{
"name": "cucumber",
"requirements": ">= 0"
},
{
"name": "par... | 2026-08-03T21:43:14.519631+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
emoji_regex | emoji_regex | 15.0.0 | 133,574,774 | 522,644 | A set of Ruby regular expressions for matching Unicode Emoji symbols. | Jessica Stokes | [
"MIT"
] | ruby | https://rubygems.org/gems/emoji_regex | https://rubygems.org/gems/emoji_regex-15.0.0.gem | https://github.com/ticky/ruby-emoji-regex | null | null | null | https://www.rubydoc.info/gems/emoji_regex/15.0.0 | null | null | null | a508b2c0bee561169564e0aec96085020c900520d335e5533fd8e78e59493829 | 2023-04-05T04:08:14.867Z | 0 | 0 | [] | [] | 2026-08-03T21:43:14.519636+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
equalizer | equalizer | 1.0.0 | 130,694,961 | 58,063 | Equalizer provides a simple way to define equality
(==), equivalence (eql?), and hashing (hash) methods
for Ruby objects based on specified attributes. Includes
pattern matching support and clean inspect output.
| Dan Kubb, Markus Schirp, Piotr Solnica, Erik Berlin | [
"MIT"
] | ruby | https://rubygems.org/gems/equalizer | https://rubygems.org/gems/equalizer-1.0.0.gem | https://github.com/dkubb/equalizer | https://github.com/dkubb/equalizer | https://github.com/dkubb/equalizer/blob/master/CHANGELOG.md | https://github.com/dkubb/equalizer/issues | https://rubydoc.info/gems/equalizer/ | null | null | null | 44a029a9f4f6043949977b140e257f6d2fdc71c9e450da2e361765741f50d322 | 2026-03-20T14:17:50.032Z | 0 | 0 | [] | [] | 2026-08-03T21:43:14.519640+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
ed25519 | ed25519 | 1.4.0 | 125,912,331 | 28,277,713 | A Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032. | Tony Arcieri | [
"MIT"
] | ruby | https://rubygems.org/gems/ed25519 | https://rubygems.org/gems/ed25519-1.4.0.gem | https://github.com/RubyCrypto/ed25519 | null | null | null | https://www.rubydoc.info/gems/ed25519/1.4.0 | null | null | null | 16e97f5198689a154247169f3453ef4cfd3f7a47481fde0ae33206cdfdcac506 | 2025-05-04T01:51:41.896Z | 0 | 1 | [] | [
{
"name": "bundler",
"requirements": ">= 0"
}
] | 2026-08-03T21:43:14.519644+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
encryptor | encryptor | 3.0.0 | 120,960,671 | 113,905,018 | A simple wrapper for the standard ruby OpenSSL library to encrypt and decrypt strings | Sean Huber, S. Brent Faulkner, William Monk, Stephen Aghaulor | [
"MIT"
] | ruby | https://rubygems.org/gems/encryptor | https://rubygems.org/gems/encryptor-3.0.0.gem | http://github.com/attr-encrypted/encryptor | null | null | null | https://www.rubydoc.info/gems/encryptor/3.0.0 | null | null | null | abf23f94ab4d864b8cea85b43f3432044a60001982cda7c33c1cd90da8db1969 | 2016-03-27T01:45:07.326Z | 0 | 5 | [] | [
{
"name": "codeclimate-test-reporter",
"requirements": ">= 0"
},
{
"name": "minitest",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "simplecov",
"requirements": ">= 0"
},
{
"name": "simplecov-rcov",
"requirements": ">= 0"
}... | 2026-08-03T21:43:14.519649+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
eye | eye | 0.10.0 | 114,216,264 | 110,803,279 | Process monitoring tool. Inspired from Bluepill and God. Requires Ruby(MRI) >= 1.9.3-p194. Uses Celluloid and Celluloid::IO. | Konstantin Makarchev | [
"MIT"
] | ruby | https://rubygems.org/gems/eye | https://rubygems.org/gems/eye-0.10.0.gem | http://github.com/kostya/eye | null | null | null | https://www.rubydoc.info/gems/eye/0.10.0 | null | null | null | f3bb1a2d23cbcd31bec993a26c44a2b3ebf47c2be7e0cfb4a92211af63ce193f | 2018-01-22T12:22:12.639Z | 5 | 17 | [
{
"name": "celluloid",
"requirements": "~> 0.17.3"
},
{
"name": "celluloid-io",
"requirements": "~> 0.17.0"
},
{
"name": "kostya-sigar",
"requirements": "~> 2.0.0"
},
{
"name": "state_machines",
"requirements": ">= 0"
},
{
"name": "thor",
"requirements": ">= 0... | [
{
"name": "coveralls",
"requirements": ">= 0"
},
{
"name": "eventmachine",
"requirements": ">= 1.0.3"
},
{
"name": "fakeweb",
"requirements": ">= 0"
},
{
"name": "forking",
"requirements": ">= 0"
},
{
"name": "parallel_split_test",
"requirements": ">= 0"
},
... | 2026-08-03T21:43:14.519653+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
erb | erb | 6.0.6 | 101,287,959 | 1,810,630 | An easy to use but powerful templating system for Ruby. | Masatoshi SEKI, Takashi Kokubun | [
"Ruby",
"BSD-2-Clause"
] | ruby | https://rubygems.org/gems/erb | https://rubygems.org/gems/erb-6.0.6.gem | https://github.com/ruby/erb | https://github.com/ruby/erb | https://github.com/ruby/erb/blob/v6.0.6/NEWS.md | null | null | null | null | null | a9b24986700f5bf127c4f297c5403c3ca41b83b0a316c0cd09a096b56e644ae5 | 2026-07-20T08:23:55.734Z | 0 | 0 | [] | [] | 2026-08-03T21:43:14.519658+00:00 | 51mL7M4an99OR6yTg | IpOlXP5a4QJoooqMO |
dbus-systemd | dbus-systemd | 1.1.2 | 17,153,793 | 17,063,703 | library for interfacing with systemd D-Bus APIs | Nathan Williams | [
"MIT"
] | ruby | https://rubygems.org/gems/dbus-systemd | https://rubygems.org/gems/dbus-systemd-1.1.2.gem | https://github.com/nathwill/ruby-dbus-systemd | null | null | null | https://www.rubydoc.info/gems/dbus-systemd/1.1.2 | null | null | null | 4cbe8e9ded237fca35d52072b2530bfc7c9808e02cee11e29451078434a6e36e | 2017-11-29T23:31:10.056Z | 1 | 5 | [
{
"name": "ruby-dbus",
"requirements": "~> 0.14"
}
] | [
{
"name": "bundler",
"requirements": "~> 1.16"
},
{
"name": "rake",
"requirements": "~> 12.3"
},
{
"name": "rspec",
"requirements": "~> 3.7"
},
{
"name": "rubocop",
"requirements": "~> 0.51"
},
{
"name": "yard",
"requirements": "~> 0.9"
}
] | 2026-08-03T21:42:57.923182+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
ruby-dbus | ruby-dbus | 0.25.0 | 18,753,613 | 6,644,811 | Pure Ruby module for interaction with D-Bus IPC system | Ruby DBus Team | [
"LGPL-2.1-or-later"
] | ruby | https://rubygems.org/gems/ruby-dbus | https://rubygems.org/gems/ruby-dbus-0.25.0.gem | https://github.com/mvidner/ruby-dbus | null | null | null | https://www.rubydoc.info/gems/ruby-dbus/0.25.0 | null | null | null | fe431ca96a61f7c87a5177a43c9fe0a50eafe174c1d108421e38bb5165ea4814 | 2025-04-03T15:20:49.663Z | 2 | 7 | [
{
"name": "logger",
"requirements": ">= 0"
},
{
"name": "rexml",
"requirements": ">= 0"
}
] | [
{
"name": "base64",
"requirements": ">= 0"
},
{
"name": "ostruct",
"requirements": ">= 0"
},
{
"name": "packaging_rake_tasks",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": "~> 3"
},
{
"name": ... | 2026-08-03T21:42:58.084883+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
diff-lcs | diff-lcs | 2.0.0 | 1,209,304,453 | 539,042 | Diff::LCS computes the difference between two Enumerable sequences using the
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
to create a simple HTML diff output format and a standard diff-like tool.
This is release 2.0, which has significant breaking changes (removal of
deprecations and ... | Austin Ziegler | [
"MIT",
"Artistic-1.0-Perl",
"GPL-2.0-or-later"
] | ruby | https://rubygems.org/gems/diff-lcs | https://rubygems.org/gems/diff-lcs-2.0.0.gem | https://github.com/halostatue/diff-lcs | https://github.com/halostatue/diff-lcs | https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md | https://github.com/halostatue/diff-lcs/issues | https://halostatue.github.io/diff-lcs/ | null | null | null | 708a5d52ec2945b50f8f53a181174aa1ef2c496edf81c05957fe956dabb363d5 | 2026-02-02T04:49:06.712Z | 0 | 12 | [] | [
{
"name": "fasterer",
"requirements": "~> 0.11"
},
{
"name": "hoe",
"requirements": "~> 4.0"
},
{
"name": "hoe-halostatue",
"requirements": "~> 3.0"
},
{
"name": "minitest",
"requirements": "~> 6.0"
},
{
"name": "minitest-autotest",
"requirements": "~> 1.0"
... | 2026-08-03T21:42:58.317650+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
domain_name | domain_name | 0.6.20240107 | 658,353,500 | 160,034,283 | This is a Domain Name manipulation library for Ruby.
It can also be used for cookie domain validation based on the Public
Suffix List.
| Akinori MUSHA | [
"BSD-2-Clause",
"BSD-3-Clause",
"MPL-2.0"
] | ruby | https://rubygems.org/gems/domain_name | https://rubygems.org/gems/domain_name-0.6.20240107.gem | https://github.com/knu/ruby-domain_name | https://github.com/knu/ruby-domain_name | null | https://www.rubydoc.info/gems/domain_name/0.6.20240107 | null | 5f693b2215708476517479bf2b3802e49068ad82167bcd2286f899536a17d933 | 2024-01-09T08:09:48.477Z | 0 | 4 | [] | [
{
"name": "bundler",
"requirements": ">= 1.2.0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rdoc",
"requirements": ">= 2.4.2"
},
{
"name": "test-unit",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.317671+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii | |||
dotenv | dotenv | 3.2.0 | 530,813,795 | 18,800,951 | Loads environment variables from `.env`. | Brandon Keepers | [
"MIT"
] | ruby | https://rubygems.org/gems/dotenv | https://rubygems.org/gems/dotenv-3.2.0.gem | https://github.com/bkeepers/dotenv | null | https://github.com/bkeepers/dotenv/releases | null | null | null | null | https://github.com/sponsors/bkeepers | e375b83121ea7ca4ce20f214740076129ab8514cd81378161f11c03853fe619d | 2025-12-03T16:27:55.340Z | 0 | 3 | [] | [
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
},
{
"name": "standard",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.317677+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
docile | docile | 1.4.1 | 491,873,435 | 84,301,243 | Docile treats the methods of a given ruby object as a DSL (domain specific language) within a given block.
Killer feature: you can also reference methods, instance variables, and local variables from the original (non-DSL) context within the block.
Docile releases follow Semantic Versioning as defined at semver.org... | Marc Siegel | [
"MIT"
] | ruby | https://rubygems.org/gems/docile | https://rubygems.org/gems/docile-1.4.1.gem | https://ms-ati.github.io/docile/ | https://github.com/ms-ati/docile | https://github.com/ms-ati/docile/blob/main/HISTORY.md | null | null | null | null | null | 96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e | 2024-07-25T21:19:28.189Z | 0 | 0 | [] | [] | 2026-08-03T21:42:58.317682+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
declarative | declarative | 0.0.20 | 356,432,791 | 279,689,112 | DSL for nested generic schemas with inheritance and refining. | Nick Sutterer | [
"MIT"
] | ruby | https://rubygems.org/gems/declarative | https://rubygems.org/gems/declarative-0.0.20.gem | https://github.com/apotonick/declarative | null | null | null | https://www.rubydoc.info/gems/declarative/0.0.20 | null | null | null | 8021dd6cb17ab2b61233c56903d3f5a259c5cf43c80ff332d447d395b17d9ff9 | 2020-06-29T12:21:37.841Z | 0 | 3 | [] | [
{
"name": "minitest",
"requirements": ">= 0"
},
{
"name": "minitest-line",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.317686+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
daemons | daemons | 1.4.1 | 314,507,204 | 45,172,171 | Daemons provides an easy way to wrap existing ruby scripts (for example a
self-written server) to be run as a daemon and to be controlled by simple
start/stop/restart commands.
You can also call blocks as daemons and control them from the parent or just
daemonize the current process.
Besides ... | Thomas Uehlinger | [
"MIT"
] | ruby | https://rubygems.org/gems/daemons | https://rubygems.org/gems/daemons-1.4.1.gem | https://github.com/thuehlinger/daemons | null | null | null | http://www.rubydoc.info/gems/daemons | null | null | null | 8fc76d76faec669feb5e455d72f35bd4c46dc6735e28c420afb822fac1fa9a1d | 2021-08-26T17:52:46.589Z | 0 | 4 | [] | [
{
"name": "pry-byebug",
"requirements": "~> 3.0"
},
{
"name": "rake",
"requirements": "~> 12.3, >= 12.3.3"
},
{
"name": "rspec",
"requirements": "~> 3.1"
},
{
"name": "simplecov",
"requirements": "~> 0"
}
] | 2026-08-03T21:42:58.317691+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
digest-crc | digest-crc | 0.7.0 | 302,989,565 | 49,186,291 | Adds support for calculating Cyclic Redundancy Check (CRC) to the Digest module. | Postmodern | [
"MIT"
] | ruby | https://rubygems.org/gems/digest-crc | https://rubygems.org/gems/digest-crc-0.7.0.gem | https://github.com/postmodern/digest-crc#readme | https://github.com/postmodern/digest-crc | https://github.com/postmodern/digest-crc/blob/master/ChangeLog.md | https://github.com/postmodern/digest-crc/issues | https://rubydoc.info/gems/digest-crc | null | null | null | 64adc23a26a241044cbe6732477ca1b3c281d79e2240bcff275a37a5a0d78c07 | 2025-01-28T08:12:47.222Z | 1 | 1 | [
{
"name": "rake",
"requirements": ">= 12.0.0, < 14.0.0"
}
] | [
{
"name": "bundler",
"requirements": "~> 2.0"
}
] | 2026-08-03T21:42:58.317695+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
devise | devise | 5.0.4 | 289,533,998 | 6,681,078 | Flexible authentication solution for Rails with Warden | José Valim, Carlos Antônio | [
"MIT"
] | ruby | https://rubygems.org/gems/devise | https://rubygems.org/gems/devise-5.0.4.gem | https://github.com/heartcombo/devise | https://github.com/heartcombo/devise | https://github.com/heartcombo/devise/blob/main/CHANGELOG.md | https://github.com/heartcombo/devise/issues | https://rubydoc.info/github/heartcombo/devise | null | https://github.com/heartcombo/devise/wiki | null | d605f2b85854e74e56ee789e2d398702bc2d06e6bcd894717a670a3199c74cc1 | 2026-05-08T14:37:13.570Z | 5 | 0 | [
{
"name": "bcrypt",
"requirements": "~> 3.0"
},
{
"name": "orm_adapter",
"requirements": "~> 0.1"
},
{
"name": "railties",
"requirements": ">= 7.0"
},
{
"name": "responders",
"requirements": ">= 0"
},
{
"name": "warden",
"requirements": "~> 1.2.3"
}
] | [] | 2026-08-03T21:42:58.317699+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
date | date | 3.5.1 | 285,323,132 | 51,442,928 | The official date library for Ruby. | Tadayoshi Funaba | [
"Ruby",
"BSD-2-Clause"
] | ruby | https://rubygems.org/gems/date | https://rubygems.org/gems/date-3.5.1.gem | https://github.com/ruby/date | null | https://github.com/ruby/date/releases | null | null | null | null | null | 750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0 | 2025-12-10T05:45:41.930Z | 0 | 0 | [] | [] | 2026-08-03T21:42:58.317704+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
drb | drb | 2.2.3 | 251,193,412 | 125,659,318 | Distributed object system for Ruby | Masatoshi SEKI | [
"Ruby",
"BSD-2-Clause"
] | ruby | https://rubygems.org/gems/drb | https://rubygems.org/gems/drb-2.2.3.gem | https://github.com/ruby/drb | https://github.com/ruby/drb | https://github.com/ruby/drb/releases/tag/v2.2.3 | null | null | null | null | null | 0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373 | 2025-05-21T06:39:51.045Z | 0 | 0 | [] | [] | 2026-08-03T21:42:58.317708+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dry-core | dry-core | 1.2.0 | 237,116,617 | 15,402,364 | A toolset of small support modules used throughout the dry-rb ecosystem | Hanakai team | [
"MIT"
] | ruby | https://rubygems.org/gems/dry-core | https://rubygems.org/gems/dry-core-1.2.0.gem | https://dry-rb.org/gems/dry-core | https://github.com/dry-rb/dry-core | https://github.com/dry-rb/dry-core/blob/main/CHANGELOG.md | https://github.com/dry-rb/dry-core/issues | null | null | null | https://github.com/sponsors/hanami | 0cc5a7da88df397f153947eeeae42e876e999c1e30900f3c536fb173854e96a1 | 2025-12-28T02:24:36.645Z | 3 | 3 | [
{
"name": "concurrent-ruby",
"requirements": "~> 1.0"
},
{
"name": "logger",
"requirements": ">= 0"
},
{
"name": "zeitwerk",
"requirements": "~> 2.6"
}
] | [
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.317712+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dry-inflector | dry-inflector | 1.3.1 | 227,092,956 | 13,305,940 | String inflections for dry-rb | Hanakai team | [
"MIT"
] | ruby | https://rubygems.org/gems/dry-inflector | https://rubygems.org/gems/dry-inflector-1.3.1.gem | https://dry-rb.org/gems/dry-inflector | https://github.com/dry-rb/dry-inflector | https://github.com/dry-rb/dry-inflector/blob/main/CHANGELOG.md | https://github.com/dry-rb/dry-inflector/issues | null | null | null | https://github.com/sponsors/hanami | 7fb0c2bb04f67638f25c52e7ba39ab435d922a3a5c3cd196120f63accb682dcc | 2026-01-12T22:22:53.391Z | 0 | 3 | [] | [
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.317717+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
database_cleaner | database_cleaner | 2.1.0 | 215,133,166 | 15,882,337 | Strategies for cleaning databases. Can be used to ensure a clean slate for testing. | Ben Mabey, Ernesto Tagwerker, Micah Geisel | [
"MIT"
] | ruby | https://rubygems.org/gems/database_cleaner | https://rubygems.org/gems/database_cleaner-2.1.0.gem | https://github.com/DatabaseCleaner/database_cleaner | null | https://github.com/DatabaseCleaner/database_cleaner/blob/master/History.rdoc | null | null | null | null | null | 1dcba26e3b1576da692fc6bac10136a4744da5bcc293d248aae19640c65d89cd | 2024-10-25T01:50:05.847Z | 1 | 0 | [
{
"name": "database_cleaner-active_record",
"requirements": ">= 2, < 3"
}
] | [] | 2026-08-03T21:42:58.508263+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dry-types | dry-types | 1.9.1 | 214,778,703 | 12,130,674 | Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc | Hanakai team | [
"MIT"
] | ruby | https://rubygems.org/gems/dry-types | https://rubygems.org/gems/dry-types-1.9.1.gem | https://dry-rb.org/gems/dry-types | https://github.com/dry-rb/dry-types | https://github.com/dry-rb/dry-types/blob/main/CHANGELOG.md | https://github.com/dry-rb/dry-types/issues | null | null | null | https://github.com/sponsors/hanami | baebeecdb9f8395d6c9d227b62011279440943e3ef2468fe8ccc1ba11467f178 | 2026-02-06T05:17:04.505Z | 6 | 4 | [
{
"name": "bigdecimal",
"requirements": ">= 3.0"
},
{
"name": "concurrent-ruby",
"requirements": "~> 1.0"
},
{
"name": "dry-core",
"requirements": "~> 1.0"
},
{
"name": "dry-inflector",
"requirements": "~> 1.0"
},
{
"name": "dry-logic",
"requirements": "~> 1.4... | [
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
},
{
"name": "yard",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.508283+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dry-logic | dry-logic | 1.6.0 | 213,947,374 | 48,633,956 | Predicate logic with rule composition | Piotr Solnica | [
"MIT"
] | ruby | https://rubygems.org/gems/dry-logic | https://rubygems.org/gems/dry-logic-1.6.0.gem | https://dry-rb.org/gems/dry-logic | https://github.com/dry-rb/dry-logic | https://github.com/dry-rb/dry-logic/blob/main/CHANGELOG.md | https://github.com/dry-rb/dry-logic/issues | null | null | null | null | da6fedbc0f90fc41f9b0cc7e6f05f5d529d1efaef6c8dcc8e0733f685745cea2 | 2025-01-04T19:22:53.212Z | 4 | 0 | [
{
"name": "bigdecimal",
"requirements": ">= 0"
},
{
"name": "concurrent-ruby",
"requirements": "~> 1.0"
},
{
"name": "dry-core",
"requirements": "~> 1.1"
},
{
"name": "zeitwerk",
"requirements": "~> 2.6"
}
] | [] | 2026-08-03T21:42:58.508289+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
debug_inspector | debug_inspector | 1.2.0 | 200,856,819 | 40,237,022 | Adds methods to DebugInspector to allow for inspection of backtrace frames.
The debug_inspector C extension and API were designed and built by Koichi Sasada, this project is just a gemification of his work.
This library makes use of the debug inspector API which was added to MRI 2.0.0.
Only works on MRI 2 and 3. Requ... | John Mair (banisterfiend) | [
"MIT"
] | ruby | https://rubygems.org/gems/debug_inspector | https://rubygems.org/gems/debug_inspector-1.2.0.gem | https://github.com/banister/debug_inspector | https://github.com/banister/debug_inspector | https://github.com/banister/debug_inspector/releases | null | null | null | null | null | 9bdfa02eebc3da163833e6a89b154084232f5766087e59573b70521c77ea68a2 | 2023-12-12T13:14:23.462Z | 0 | 0 | [] | [] | 2026-08-03T21:42:58.508293+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dotenv-rails | dotenv-rails | 3.2.0 | 199,723,265 | 6,837,295 | Autoload dotenv in Rails. | Brandon Keepers | [
"MIT"
] | ruby | https://rubygems.org/gems/dotenv-rails | https://rubygems.org/gems/dotenv-rails-3.2.0.gem | https://github.com/bkeepers/dotenv | null | https://github.com/bkeepers/dotenv/releases | null | null | null | null | https://github.com/sponsors/bkeepers | 657e25554ba622ffc95d8c4f1670286510f47f2edda9f68293c3f661b303beab | 2025-12-03T16:27:59.544Z | 2 | 1 | [
{
"name": "dotenv",
"requirements": "= 3.2.0"
},
{
"name": "railties",
"requirements": ">= 6.1"
}
] | [
{
"name": "spring",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.508298+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dry-configurable | dry-configurable | 1.4.0 | 187,029,498 | 2,569,670 | A mixin to add configuration functionality to your classes | Hanakai team | [
"MIT"
] | ruby | https://rubygems.org/gems/dry-configurable | https://rubygems.org/gems/dry-configurable-1.4.0.gem | https://dry-rb.org/gems/dry-configurable | https://github.com/dry-rb/dry-configurable | https://github.com/dry-rb/dry-configurable/blob/main/CHANGELOG.md | https://github.com/dry-rb/dry-configurable/issues | null | null | null | https://github.com/sponsors/hanami | e35d1b5f3c081753ef361f564919db79000f32cfa6f20ee3a3ba5921b41b73ce | 2026-05-14T02:53:16.729Z | 2 | 3 | [
{
"name": "dry-core",
"requirements": "~> 1.0"
},
{
"name": "zeitwerk",
"requirements": "~> 2.6"
}
] | [
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.508302+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
descendants_tracker | descendants_tracker | 0.0.4 | 142,939,201 | 140,955,584 | Module that adds descendant tracking to a class | Dan Kubb, Piotr Solnica, Markus Schirp | [
"MIT"
] | ruby | https://rubygems.org/gems/descendants_tracker | https://rubygems.org/gems/descendants_tracker-0.0.4.gem | https://github.com/dkubb/descendants_tracker | null | null | null | https://www.rubydoc.info/gems/descendants_tracker/0.0.4 | null | null | null | e9c41dd4cfbb85829a9301ea7e7c48c2a03b26f09319db230e6479ccdc780897 | 2014-03-27T05:23:55.780Z | 1 | 1 | [
{
"name": "thread_safe",
"requirements": ">= 0.3.1, ~> 0.3"
}
] | [
{
"name": "bundler",
"requirements": ">= 1.5.3, ~> 1.5"
}
] | 2026-08-03T21:42:58.508307+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dry-container | dry-container | 0.11.0 | 135,641,260 | 37,076,171 | A simple, configurable object container implemented in Ruby | Andy Holland | [
"MIT"
] | ruby | https://rubygems.org/gems/dry-container | https://rubygems.org/gems/dry-container-0.11.0.gem | https://dry-rb.org/gems/dry-container | https://github.com/dry-rb/dry-container | https://github.com/dry-rb/dry-container/blob/master/CHANGELOG.md | https://github.com/dry-rb/dry-container/issues | null | null | null | null | 23be9381644d47343f3bf13b082b4255994ada0bfd88e0737eaaadc99d035229 | 2022-09-16T08:47:55.670Z | 1 | 3 | [
{
"name": "concurrent-ruby",
"requirements": "~> 1.0"
}
] | [
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.508311+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dogstatsd-ruby | dogstatsd-ruby | 5.7.1 | 133,450,036 | 11,226,419 | A Ruby DogStatsd client | Rein Henrichs, Karim Bogtob | [
"MIT"
] | ruby | https://rubygems.org/gems/dogstatsd-ruby | https://rubygems.org/gems/dogstatsd-ruby-5.7.1.gem | https://github.com/DataDog/dogstatsd-ruby | https://github.com/DataDog/dogstatsd-ruby/tree/v5.7.1 | https://github.com/DataDog/dogstatsd-ruby/blob/v5.7.1/CHANGELOG.md | https://github.com/DataDog/dogstatsd-ruby/issues | https://www.rubydoc.info/gems/dogstatsd-ruby/5.7.1 | null | null | null | d2e211f9635d6bbe773e152e00fd4cb9f165d26e10356dbef8f917f7a9e5d58c | 2025-08-20T14:22:45.704Z | 0 | 0 | [] | [] | 2026-08-03T21:42:58.508316+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dry-initializer | dry-initializer | 3.2.0 | 131,275,943 | 39,617,637 | DSL for declaring params and options of the initializer | Vladimir Kochnev (marshall-lee), Andrew Kozin (nepalez) | [
"MIT"
] | ruby | https://rubygems.org/gems/dry-initializer | https://rubygems.org/gems/dry-initializer-3.2.0.gem | https://dry-rb.org/gems/dry-initializer | https://github.com/dry-rb/dry-initializer | https://github.com/dry-rb/dry-initializer/blob/main/CHANGELOG.md | https://github.com/dry-rb/dry-initializer/issues | null | null | null | null | 37d59798f912dc0a1efe14a4db4a9306989007b302dcd5f25d0a2a20c166c4e3 | 2025-01-01T21:10:03.376Z | 0 | 2 | [] | [
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.508320+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
database_cleaner-active_record | database_cleaner-active_record | 2.2.2 | 128,819,010 | 13,210,215 | Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing. | Ernesto Tagwerker, Micah Geisel | [
"MIT"
] | ruby | https://rubygems.org/gems/database_cleaner-active_record | https://rubygems.org/gems/database_cleaner-active_record-2.2.2.gem | https://github.com/DatabaseCleaner/database_cleaner-active_record | null | https://github.com/DatabaseCleaner/database_cleaner-active_record/blob/main/CHANGELOG.md | null | null | null | null | null | 88296b9f3088c31f7c0d4fcec10f68e4b71c96698043916de59b04debec10388 | 2025-07-30T18:01:54.130Z | 2 | 8 | [
{
"name": "activerecord",
"requirements": ">= 5.a"
},
{
"name": "database_cleaner-core",
"requirements": "~> 2.0"
}
] | [
{
"name": "appraisal",
"requirements": ">= 0"
},
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "mysql2",
"requirements": ">= 0"
},
{
"name": "pg",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"... | 2026-08-03T21:42:58.508324+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dalli | dalli | 5.0.6 | 127,528,952 | 2,154 | High performance memcached client for Ruby | Peter M. Goldstein, Mike Perham | [
"MIT"
] | ruby | https://rubygems.org/gems/dalli | https://rubygems.org/gems/dalli-5.0.6.gem | https://github.com/petergoldstein/dalli | null | https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md | https://github.com/petergoldstein/dalli/issues | null | null | null | null | 01887253a3e788124b9e04e90b63dc54ea9ef69f981d6f5fa2a4debc9e62a456 | 2026-08-02T18:04:19.922Z | 1 | 0 | [
{
"name": "logger",
"requirements": ">= 0"
}
] | [] | 2026-08-03T21:42:58.508328+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
database_cleaner-core | database_cleaner-core | 2.1.0 | 124,815,400 | 786,158 | Strategies for cleaning databases. Can be used to ensure a clean slate for testing. | Ben Mabey, Ernesto Tagwerker | [
"MIT"
] | ruby | https://rubygems.org/gems/database_cleaner-core | https://rubygems.org/gems/database_cleaner-core-2.1.0.gem | https://github.com/DatabaseCleaner/database_cleaner | null | null | null | https://www.rubydoc.info/gems/database_cleaner-core/2.1.0 | null | null | null | b2875266d9b26b716e8b669c883e01c5250839f6f2ec56422b5e79aa97fb6927 | 2026-06-01T17:44:29.463Z | 0 | 10 | [] | [
{
"name": "activesupport",
"requirements": ">= 0"
},
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "cucumber",
"requirements": "~> 3.0"
},
{
"name": "database_cleaner-active_record",
"requirements": ">= 0"
},
{
"name": "database_cleaner-redis",
"req... | 2026-08-03T21:42:58.508333+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
danger | danger | 9.6.1 | 123,106,031 | 58,437 | Stop Saying 'You Forgot To…' in Code Review | Orta Therox, Juanito Fatas | [
"MIT"
] | ruby | https://rubygems.org/gems/danger | https://rubygems.org/gems/danger-9.6.1.gem | https://github.com/danger/danger | null | null | null | https://www.rubydoc.info/gems/danger/9.6.1 | null | null | null | ca1b870fd8e9f27add22c5649e976efcfb3c76a57f5c7739bb3f1a72ce0506b7 | 2026-07-29T03:28:34.250Z | 13 | 0 | [
{
"name": "base64",
"requirements": "~> 0.2"
},
{
"name": "claide",
"requirements": "~> 1.0"
},
{
"name": "claide-plugins",
"requirements": ">= 0.9.2"
},
{
"name": "colored2",
"requirements": ">= 3.1, < 5"
},
{
"name": "cork",
"requirements": "~> 0.1"
},
{... | [] | 2026-08-03T21:42:58.508337+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
debase-ruby_core_source | debase-ruby_core_source | 4.0.1 | 121,057,168 | 624,416 | Provide Ruby core source files for C extensions that need them. | Mark Moseley, Gabriel Horner, JetBrains RubyMine Team | [
"MIT"
] | ruby | https://rubygems.org/gems/debase-ruby_core_source | https://rubygems.org/gems/debase-ruby_core_source-4.0.1.gem | https://github.com/ruby-debug/debase-ruby_core_source | null | null | null | https://www.rubydoc.info/gems/debase-ruby_core_source/4.0.1 | null | null | null | ee8e9c4c7cbb4c2a2bd7d4eceb8752501615afe9baec13207a2878d80bdb2c50 | 2026-06-01T08:20:52.654Z | 0 | 4 | [] | [
{
"name": "archive-tar-minitar",
"requirements": ">= 0.5.2"
},
{
"name": "minitar-cli",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0.9.2"
},
{
"name": "test-unit",
"requirements": "~> 3.6.7"
}
] | 2026-08-03T21:42:58.508342+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
deep_merge | deep_merge | 1.2.2 | 120,081,270 | 71,767,310 | Recursively merge hashes. | Steve Midgley | [
"MIT"
] | ruby | https://rubygems.org/gems/deep_merge | https://rubygems.org/gems/deep_merge-1.2.2.gem | https://github.com/danielsdeleo/deep_merge | null | null | null | https://www.rubydoc.info/gems/deep_merge/1.2.2 | null | null | null | 83ced3a3d7f95f67de958d2ce41b1874e83c8d94fe2ddbff50c8b4b82323563a | 2022-01-07T22:31:29.587Z | 0 | 2 | [] | [
{
"name": "rake",
"requirements": "~> 10.1"
},
{
"name": "test-unit-minitest",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.508346+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
declarative-option | declarative-option | 0.1.0 | 119,884,373 | 119,863,552 | Dynamic options. | Nick Sutterer | [
"MIT"
] | ruby | https://rubygems.org/gems/declarative-option | https://rubygems.org/gems/declarative-option-0.1.0.gem | https://github.com/apotonick/declarative-option | null | null | null | https://www.rubydoc.info/gems/declarative-option/0.1.0 | null | null | null | 17508349f51c5631e5ad4158c29f78a4b2de618abffa066d76c11953705f91bc | 2017-01-28T06:28:03.540Z | 0 | 2 | [] | [
{
"name": "minitest",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.508350+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dry-schema | dry-schema | 1.16.0 | 118,642,689 | 7,855,595 | dry-schema provides a DSL for defining schemas with keys and rules that should be applied to
values. It supports coercion, input sanitization, custom types and localized error messages
(with or without I18n gem). It's also used as the schema engine in dry-validation.
| Hanakai team | [
"MIT"
] | ruby | https://rubygems.org/gems/dry-schema | https://rubygems.org/gems/dry-schema-1.16.0.gem | https://dry-rb.org/gems/dry-schema | https://github.com/dry-rb/dry-schema | https://github.com/dry-rb/dry-schema/blob/main/CHANGELOG.md | https://github.com/dry-rb/dry-schema/issues | null | null | null | https://github.com/sponsors/hanami | cd3aaeabc0f1af66ec82a29096d4c4fb92a0a58b9dae29a22b1bbceb78985727 | 2026-03-03T08:28:05.119Z | 7 | 4 | [
{
"name": "concurrent-ruby",
"requirements": "~> 1.0"
},
{
"name": "dry-configurable",
"requirements": "~> 1.0, >= 1.0.1"
},
{
"name": "dry-core",
"requirements": "~> 1.1"
},
{
"name": "dry-initializer",
"requirements": "~> 3.2"
},
{
"name": "dry-logic",
"requ... | [
{
"name": "bundler",
"requirements": ">= 0"
},
{
"name": "rake",
"requirements": ">= 0"
},
{
"name": "rspec",
"requirements": ">= 0"
},
{
"name": "yard",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.508354+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
debug | debug | 1.11.1 | 116,936,546 | 17,465,512 | Debugging functionality for Ruby. This is completely rewritten debug.rb which was contained by the ancient Ruby versions. | Koichi Sasada | [
"Ruby",
"BSD-2-Clause"
] | ruby | https://rubygems.org/gems/debug | https://rubygems.org/gems/debug-1.11.1.gem | https://github.com/ruby/debug | https://github.com/ruby/debug | https://github.com/ruby/debug/releases/tag/v1.11.1 | null | null | null | null | null | 2e0b0ac6119f2207a6f8ac7d4a73ca8eb4e440f64da0a3136c30343146e952b6 | 2025-12-19T01:55:20.495Z | 2 | 0 | [
{
"name": "irb",
"requirements": "~> 1.10"
},
{
"name": "reline",
"requirements": ">= 0.3.8"
}
] | [] | 2026-08-03T21:42:58.508358+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dry-validation | dry-validation | 1.11.1 | 116,316,770 | 26,120,516 | Validation library | Piotr Solnica | [
"MIT"
] | ruby | https://rubygems.org/gems/dry-validation | https://rubygems.org/gems/dry-validation-1.11.1.gem | https://dry-rb.org/gems/dry-validation | https://github.com/dry-rb/dry-validation | https://github.com/dry-rb/dry-validation/blob/main/CHANGELOG.md | https://github.com/dry-rb/dry-validation/issues | null | null | null | null | 70900bb5a2d911c8aab566d3e360c6bff389b8bf92ea8e04885ce51c41ff8085 | 2025-01-21T11:43:42.972Z | 5 | 0 | [
{
"name": "concurrent-ruby",
"requirements": "~> 1.0"
},
{
"name": "dry-core",
"requirements": "~> 1.1"
},
{
"name": "dry-initializer",
"requirements": "~> 3.2"
},
{
"name": "dry-schema",
"requirements": "~> 1.14"
},
{
"name": "zeitwerk",
"requirements": "~> 2... | [] | 2026-08-03T21:42:58.508362+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
dogapi | dogapi | 1.45.0 | 112,029,991 | 45,346,254 | Ruby bindings for Datadog's API | Datadog, Inc. | [
"BSD"
] | ruby | https://rubygems.org/gems/dogapi | https://rubygems.org/gems/dogapi-1.45.0.gem | http://datadoghq.com/ | https://github.com/DataDog/dogapi-rb | https://github.com/DataDog/dogapi-rb/blob/master/CHANGELOG.md | https://github.com/DataDog/dogapi-rb/issues | https://docs.datadoghq.com/api/ | null | null | null | d9cd358d146a031c59d52e5fac25b1418576f133a3a8a5293bf03e745b1c54f1 | 2021-01-27T09:28:27.875Z | 1 | 3 | [
{
"name": "multi_json",
"requirements": ">= 0"
}
] | [
{
"name": "bundler",
"requirements": ">= 1.3"
},
{
"name": "rake",
"requirements": "~> 10"
},
{
"name": "rdoc",
"requirements": ">= 0"
}
] | 2026-08-03T21:42:58.508367+00:00 | UCNGPdLG3uYDUhVEo | SmNXwlHmYUbNutpii |
End of preview. Expand in Data Studio
RubyGems Scraper · Gems, Versions, Downloads & Dependencies
Scrape RubyGems packages, versions, download counts, licenses, authors, and dependencies. Filter by query, letter, download threshold, or license.
| Rows in this dataset | 2,214 |
| Fields | 28 |
| Collector runs behind it | 50 |
| Most recent observation | 2026-08-03 |
What this is
Every row here was returned by a real run of a public collector. Nothing is generated from a template over a keyword list: a row exists because a run observed it.
Provenance
Each row carries _run_id and _dataset_id, naming the collector run that produced it, so any
row can be traced back to the run that observed it. Rows observed by more than one run are
deduplicated on content; 0 duplicate observations were collapsed.
Files
rubygems-scraper.jsonl— one JSON object per row, the canonical formrubygems-scraper.csv— the same rows flattened; nested values are JSON-encoded within their cell so they round-tripdataset.json— schema.orgDatasetmetadata
Loading it
from datasets import load_dataset
ds = load_dataset("reapxdev/rubygems-scraper", split="train")
Related
- All sources: https://reapx.dev/data/ · machine-readable index: https://reapx.dev/llms.txt
- The collector is a public Apify Actor; agents reach it through https://mcp.apify.com
Licence
Collected from public sources. This metadata and the published pages are CC BY 4.0; the underlying records remain under the terms of their originating source.
- Downloads last month
- -
