| 1 | 9 | 2 | json | This is a JSON implementation as a Ruby extension in C. |
| 2 | 27 | 21 | ffi | Ruby FFI library |
| 3 | 78 | 332 | thread_safe | A collection of data structures and utilities to make thread-safe programming in Ruby e... |
| 4 | 220 | 143 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
| 5 | 286 | 81 | net-http | HTTP client api for Ruby. |
| 6 | 303 | 325 | ffi-compiler | Ruby FFI library |
| 7 | 802 | 1,680 | json_pure | This is a JSON implementation in pure Ruby. |
| 8 | 1,504 | 2,171 | atomic | An atomic reference implementation for JRuby, Rubinius, and MRI |
| 9 | 1,563 | 1,616 | spoon | Spoon is an FFI binding of the posix_spawn function (and Windows equivalent), providing... |
| 10 | 1,674 | 1,970 | jruby-openssl | Ruby OpenSSL compatibility for JRuby, based on Java JCA/JCE and Bouncy Castle libraries... |
| 11 | 2,271 | 2,178 | jar-dependencies | manage jar dependencies for gems and keep track which jar was already
loaded using mave... |
| 12 | 2,420 | 1,592 | io-wait | Waits until IO is readable or writable without blocking. |
| 13 | 3,030 | 4,534 | jruby-jars | This gem includes JRuby core and the Ruby standard library as jar files.
It provides a ... |
| 14 | 3,033 | 2,800 | ruby-maven-libs | maven distribution as gem - no ruby executables ! |
| 15 | 3,040 | 4,661 | activerecord-jdbc-adapter | AR-JDBC is a database adapter for Rails' ActiveRecord component designed to be used wit... |
| 16 | 3,059 | 2,920 | ruby-maven | maven support for ruby DSL pom files. MRI needs java/javac installed. |
| 17 | 3,153 | 5,816 | jruby-rack | JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet API to Rack... |
| 18 | 3,282 | 3,979 | jruby-launcher | Builds and installs a native launcher for JRuby on your system |
| 19 | 3,604 | 6,247 | warbler | Warbler is a gem to make a Java jar or war file out of any Ruby,
Rails, or Rack applica... |
| 20 | 3,839 | 5,450 | jdbc-mysql | Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver` within JRu... |
| 21 | 4,055 | 5,574 | jdbc-postgres | Install this gem `require 'jdbc/postgres'` and invoke `Jdbc::Postgres.load_driver` with... |
| 22 | 4,092 | 6,698 | activerecord-jdbcpostgresql-adapter | Postgres JDBC adapter for JRuby on Rails. |
| 23 | 4,259 | 4,889 | jdbc-sqlite3 | Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver` within... |
| 24 | 4,263 | 6,689 | activerecord-jdbcmysql-adapter | MySQL JDBC adapter for JRuby on Rails. |
| 25 | 4,413 | 5,428 | activerecord-jdbcsqlite3-adapter | Sqlite3 JDBC adapter for JRuby on Rails. |
| 26 | 4,446 | 10,999 | image_voodoo | Image manipulation in JRuby with ImageScience compatible API |
| 27 | 5,074 | 12,784 | bouncy-castle-java | Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http... |
| 28 | 5,644 | 11,143 | jmx | Access and create MBeans in a friendly Ruby syntax |
| 29 | 6,307 | 6,867 | rubinius-core-api | Cross-impl versions of interesting Rubinius core classes |
| 30 | 6,324 | 6,867 | rubinius-actor | Rubinius's Actor implementation |
| 31 | 8,122 | 9,111 | maven-tools | adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Proje... |
| 32 | 8,662 | 8,793 | jdbc-derby | Install this gem `require 'jdbc/derby'` and invoke `Jdbc::Derby.load_driver` within JRu... |
| 33 | 9,012 | 11,548 | jbundler | managing jar dependencies with or without bundler. adding bundler like handling of vers... |
| 34 | 9,097 | 23,302 | activerecord-jdbch2-adapter | H2 JDBC adapter for JRuby on Rails. |
| 35 | 9,307 | 36,893 | activerecord-jdbchsqldb-adapter | HSQLDB JDBC adapter for JRuby on Rails. |
| 36 | 9,488 | 22,117 | activerecord-jdbcderby-adapter | Derby JDBC adapter for JRuby on Rails. |
| 37 | 12,372 | 5,184 | rake-ant | Ant tasks and integration for Rake |
| 38 | 15,275 | 21,128 | dbd-jdbc | A JDBC DBD driver for Ruby DBI |
| 39 | 15,439 | 19,639 | ruboto | Ruboto (JRuby on Android) is a platform for developing full stand-alone apps for
Androi... |
| 40 | 16,059 | 19,067 | rmagick4j | RMagick4J
========= |
| 41 | 16,967 | 16,940 | pg_jruby | This file needs a translation of the English README. Pull requests, patches, or
volunte... |
| 42 | 17,603 | 15,380 | jdbc-h2 | Install this gem `require 'jdbc/h2'` and invoke `Jdbc::H2.load_driver` within JRuby to ... |
| 43 | 18,973 | 58,818 | ActiveRecord-JDBC | ActiveRecord-JDBC is a database adapter for Rails' ActiveRecord component that can be u... |
| 44 | 19,558 | 22,117 | weakling | A modified WeakRef impl for JRuby plus some weakref-related tools |
| 45 | 19,827 | 19,067 | jruby-pg | This file needs a translation of the English README. Pull requests, patches, or
volunte... |
| 46 | 22,590 | 17,264 | bitescript | BiteScript is a Ruby DSL for generating Java bytecode and classes. |
| 47 | 25,954 | 36,893 | mirah | Mirah is a customizable programming language featuring static types,
local type inferen... |
| 48 | 28,641 | 23,302 | ruboto-core | Obsolete package. Use the "ruboto" gem instead. |
| 49 | 33,974 | 21,128 | JRuby-OpenSSL | JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library. |
| 50 | 34,605 | 30,022 | jdbc-hsqldb | Install this gem `require 'jdbc/hsqldb'` and invoke `Jdbc::HSQLDB.load_driver` within J... |
| 51 | 39,357 | 26,831 | jruby-ldap | Port of Ruby/LDAP to JRuby |
| 52 | 40,250 | 58,818 | jruby-startup | A set of utilities to improve the startup time of JRuby's command line |
| 53 | 45,713 | 58,818 | jruby-readline | readline extension for JRuby |
| 54 | 45,865 | 58,818 | walters | JRuby wrapper for Houdini html escaping library |
| 55 | 57,659 | 22,117 | AntBuilder | AntBuilder: Use ant from JRuby. Only usable within JRuby |
| 56 | 66,032 | 36,893 | duby | Duby is a customizable programming language featuring static types,
local type inferenc... |
| 57 | 73,300 | 36,893 | cloby | Clojure-based transactional semantics for Ruby instance variables |
| 58 | 75,960 | 58,818 | java-inline | A set of plugins for RubyInline to allow embedding JVM languages into Ruby code running... |
| 59 | 86,678 | 26,831 | maven_gem | MavenGem is a tool, library, and gem plugin to install any Maven-published
Java library... |
| 60 | 87,466 | 36,893 | jo | An implementation of goroutines and channels for Ruby |
| 61 | 89,596 | 58,818 | javasand | Sandbox support for JRuby. Only usable with JRuby |
| 62 | 90,663 | 30,022 | ruby2java | The Ruby2Java compiler inspects the *runtime* definition of classes
to produce a normal... |
| 63 | 92,971 | 36,893 | markdown_meta | Meta-gem for markdown parsing |
| 64 | 94,209 | 30,022 | java_inline | A set of plugins for RubyInline to allow embedding JVM languages into Ruby code running... |
| 65 | 95,317 | 36,893 | boing | A command running that's aware of the Drip prebooter for JRuby. |
| 66 | 97,433 | 58,818 | forkjoin | A JRuby extension to efficiently wrap the JSR166 Fork/Join framework. |
| 67 | 98,890 | 58,818 | mirah_model | Mirah Model is a ORM library for App Engine's datastore. It is inspired by ActiveRecord... |
| 68 | 103,977 | 30,022 | jruby-spymemcached | A JRuby extension wrapping the spymemcached library |
| 69 | 104,039 | 30,022 | dashing-jruby | This framework lets you build & easily layout dashboards with your own custom widge... |
| 70 | 118,088 | 30,022 | mongrel_jcluster | Mongrel plugin that provides commands for managing multiple Mongrel processes in a JVM. |
| 71 | 125,540 | 30,022 | stemmer4jr | Stemmer4Jr |
| 72 | 127,102 | 58,818 | jsr166y | A gem wrapping the jsr166y.jar file for Java 7's java.util.concurrent features |
| 73 | 130,105 | 58,818 | jruby_gc_stats | A set of GC-monitoring methods for JRuby similar to those in Ruby Enterprise Edition |
| 74 | 135,206 | 58,818 | lazy_enumerator | A pure-Ruby implementation of Ruby 2.0's Enumerator::Lazy |
| 75 | 140,386 | 36,893 | rubytidy | A tool to mimic "perltidy" for tidying up Ruby source |
| 76 | 166,114 | 58,818 | jruby-async-profiler | This gem contains the sources and build scripts to build the async-profiler JVM plugin.... |
| 77 | 193,763 | 36,893 | image_voodoo_demo | A simple demo of the image_voodoo gem. |