| 1 | 12 | 5 | json | A JSON implementation as a JRuby extension. |
| 2 | 27 | 34 | ffi | Ruby FFI library |
| 3 | 65 | 297 | thread_safe | A collection of data structures and utilities to make thread-safe programming in Ruby e... |
| 4 | 283 | 107 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
| 5 | 296 | 286 | ffi-compiler | Ruby FFI library |
| 6 | 419 | 91 | net-http | HTTP client api for Ruby. |
| 7 | 754 | 882 | json_pure | This is a JSON implementation in pure Ruby. |
| 8 | 1,413 | 2,699 | atomic | An atomic reference implementation for JRuby, Rubinius, and MRI |
| 9 | 1,535 | 2,028 | spoon | Spoon is an FFI binding of the posix_spawn function (and Windows equivalent), providing... |
| 10 | 1,619 | 2,522 | jruby-openssl | JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library. |
| 11 | 2,348 | 2,195 | jar-dependencies | manage jar dependencies for gems and keep track which jar was already
loaded using mave... |
| 12 | 2,515 | 1,754 | io-wait | Waits until IO is readable or writable without blocking. |
| 13 | 2,934 | 2,324 | activerecord-jdbc-adapter | AR-JDBC is a database adapter for Rails' ActiveRecord component designed to be used wit... |
| 14 | 3,076 | 2,742 | jruby-jars | This gem includes JRuby core and the Ruby standard library as jar files.
It provides a ... |
| 15 | 3,122 | 8,070 | jruby-launcher | Builds and installs a native launcher for JRuby on your system |
| 16 | 3,219 | 2,808 | jruby-rack | JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet API to Rack... |
| 17 | 3,296 | 2,141 | ruby-maven-libs | maven distribution as gem - no ruby executables ! |
| 18 | 3,301 | 2,192 | ruby-maven | maven support for ruby DSL pom files. MRI needs java/javac installed. |
| 19 | 3,669 | 3,237 | jdbc-mysql | Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver` within JRu... |
| 20 | 3,831 | 2,921 | warbler | Warbler is a gem to make a Java jar or war file out of any Ruby,
Rails, or Rack applica... |
| 21 | 3,947 | 2,746 | jdbc-postgres | Install this gem `require 'jdbc/postgres'` and invoke `Jdbc::Postgres.load_driver` with... |
| 22 | 4,019 | 2,568 | activerecord-jdbcpostgresql-adapter | Postgres JDBC adapter for JRuby on Rails. |
| 23 | 4,114 | 3,227 | activerecord-jdbcmysql-adapter | MySQL JDBC adapter for JRuby on Rails. |
| 24 | 4,124 | 3,792 | jdbc-sqlite3 | Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver` within... |
| 25 | 4,217 | 5,143 | activerecord-jdbcsqlite3-adapter | Sqlite3 JDBC adapter for JRuby on Rails. |
| 26 | 4,702 | 14,202 | bouncy-castle-java | Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http... |
| 27 | 5,274 | 3,017 | image_voodoo | Image manipulation in JRuby with ImageScience compatible API |
| 28 | 5,773 | 18,704 | rubinius-core-api | Cross-impl versions of interesting Rubinius core classes |
| 29 | 5,785 | 19,470 | rubinius-actor | Rubinius's Actor implementation |
| 30 | 7,644 | 10,572 | maven-tools | adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Proje... |
| 31 | 8,086 | 13,821 | jdbc-derby | Install this gem `require 'jdbc/derby'` and invoke `Jdbc::Derby.load_driver` within JRu... |
| 32 | 8,436 | 11,357 | activerecord-jdbch2-adapter | H2 JDBC adapter for JRuby on Rails. |
| 33 | 8,462 | 10,004 | jbundler | managing jar dependencies with or without bundler. adding bundler like handling of vers... |
| 34 | 8,679 | 10,572 | activerecord-jdbchsqldb-adapter | HSQLDB JDBC adapter for JRuby on Rails. |
| 35 | 8,808 | 10,896 | activerecord-jdbcderby-adapter | Derby JDBC adapter for JRuby on Rails. |
| 36 | 9,968 | 3,023 | jmx | Access and create MBeans in a friendly Ruby syntax |
| 37 | 13,366 | 8,070 | rake-ant | Ant tasks and integration for Rake |
| 38 | 14,293 | 23,104 | dbd-jdbc | A JDBC DBD driver for Ruby DBI |
| 39 | 14,656 | 23,809 | ruboto | Ruboto (JRuby on Android) is a platform for developing full stand-alone apps for
Androi... |
| 40 | 15,181 | 24,584 | rmagick4j | RMagick4J
========= |
| 41 | 15,959 | 61,327 | pg_jruby | This file needs a translation of the English README. Pull requests, patches, or
volunte... |
| 42 | 16,776 | 26,504 | jdbc-h2 | Install this gem `require 'jdbc/h2'` and invoke `Jdbc::H2.load_driver` within JRuby to ... |
| 43 | 17,985 | 24,584 | ActiveRecord-JDBC | ActiveRecord-JDBC is a database adapter for Rails' ActiveRecord component that can be u... |
| 44 | 18,503 | 35,468 | weakling | A modified WeakRef impl for JRuby plus some weakref-related tools |
| 45 | 19,110 | 25,527 | jruby-pg | This file needs a translation of the English README. Pull requests, patches, or
volunte... |
| 46 | 21,956 | 20,325 | bitescript | BiteScript is a Ruby DSL for generating Java bytecode and classes. |
| 47 | 25,050 | 48,675 | mirah | Mirah is a customizable programming language featuring static types,
local type inferen... |
| 48 | 27,629 | 48,675 | ruboto-core | Obsolete package. Use the "ruboto" gem instead. |
| 49 | 32,183 | 85,653 | JRuby-OpenSSL | JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library. |
| 50 | 33,995 | 27,598 | jdbc-hsqldb | Install this gem `require 'jdbc/hsqldb'` and invoke `Jdbc::HSQLDB.load_driver` within J... |
| 51 | 37,946 | 48,675 | jruby-ldap | Port of Ruby/LDAP to JRuby |
| 52 | 38,939 | 71,228 | jruby-startup | A set of utilities to improve the startup time of JRuby's command line |
| 53 | 43,431 | 144,411 | jruby-readline | readline extension for JRuby |
| 54 | 44,987 | 85,653 | walters | JRuby wrapper for Houdini html escaping library |
| 55 | 57,388 | 48,675 | AntBuilder | AntBuilder: Use ant from JRuby. Only usable within JRuby |
| 56 | 64,839 | 53,982 | duby | Duby is a customizable programming language featuring static types,
local type inferenc... |
| 57 | 71,639 | 71,228 | cloby | Clojure-based transactional semantics for Ruby instance variables |
| 58 | 74,320 | 40,887 | java-inline | A set of plugins for RubyInline to allow embedding JVM languages into Ruby code running... |
| 59 | 85,516 | 71,228 | maven_gem | MavenGem is a tool, library, and gem plugin to install any Maven-published
Java library... |
| 60 | 86,874 | 108,147 | jo | An implementation of goroutines and channels for Ruby |
| 61 | 88,860 | 85,653 | javasand | Sandbox support for JRuby. Only usable with JRuby |
| 62 | 90,038 | 61,327 | ruby2java | The Ruby2Java compiler inspects the *runtime* definition of classes
to produce a normal... |
| 63 | 91,750 | 144,411 | java_inline | A set of plugins for RubyInline to allow embedding JVM languages into Ruby code running... |
| 64 | 92,133 | 85,653 | markdown_meta | Meta-gem for markdown parsing |
| 65 | 94,248 | 61,327 | boing | A command running that's aware of the Drip prebooter for JRuby. |
| 66 | 95,088 | 71,228 | forkjoin | A JRuby extension to efficiently wrap the JSR166 Fork/Join framework. |
| 67 | 97,635 | 108,147 | mirah_model | Mirah Model is a ORM library for App Engine's datastore. It is inspired by ActiveRecord... |
| 68 | 101,508 | 71,228 | jruby-spymemcached | A JRuby extension wrapping the spymemcached library |
| 69 | 103,952 | 53,982 | dashing-jruby | This framework lets you build & easily layout dashboards with your own custom widge... |
| 70 | 117,288 | 108,147 | mongrel_jcluster | Mongrel plugin that provides commands for managing multiple Mongrel processes in a JVM. |
| 71 | 124,710 | 71,228 | stemmer4jr | Stemmer4Jr |
| 72 | 125,187 | 144,411 | jsr166y | A gem wrapping the jsr166y.jar file for Java 7's java.util.concurrent features |
| 73 | 129,513 | 144,411 | jruby_gc_stats | A set of GC-monitoring methods for JRuby similar to those in Ruby Enterprise Edition |
| 74 | 135,029 | 108,147 | lazy_enumerator | A pure-Ruby implementation of Ruby 2.0's Enumerator::Lazy |
| 75 | 140,297 | 108,147 | rubytidy | A tool to mimic "perltidy" for tidying up Ruby source |
| 76 | 164,995 | 85,653 | jruby-async-profiler | This gem contains the sources and build scripts to build the async-profiler JVM plugin.... |
| 77 | 187,831 | 144,411 | image_voodoo_demo | A simple demo of the image_voodoo gem. |