Project Group: rubygems

JRuby OpenSSL

rubygems : jruby-openssl

JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.

Last Version: 0.10.4

Release Date:

JRuby Readline

rubygems : jruby-readline

readline extension for JRuby

Last Version: 1.3.7

Release Date:

manage jar dependencies for gems

rubygems : jar-dependencies

manage jar dependencies for gems and keep track which jar was already loaded using maven artifact coordinates. it warns on version conflicts and loads only ONE jar assuming the first one is compatible to the second one otherwise your project needs to lock down the right version by providing a Jars.lock file.

Last Version: 0.3.2

Release Date:

maven support for ruby projects

rubygems : ruby-maven

maven support for ruby DSL pom files. MRI needs java/javac installed.

Last Version: 3.3.8

Release Date:

RDoc produces HTML and command-line documentation for Ruby projects

rubygems : rdoc

RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.

Last Version: 4.1.2

Release Date:

Psych is a YAML parser and emitter

rubygems : psych

Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.

Last Version: 2.0.15

Release Date:

Racc is a LALR(1) parser generator

rubygems : racc

Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. NOTE: Ruby 1.8.x comes with Racc runtime module. You can run your parsers generated by racc 1.4.x out of the box.

Last Version: 1.4.13

Release Date:

helpers for maven related tasks

rubygems : maven-tools

adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Project Object Model from maven), pom generators, etc

Last Version: 1.0.13

Release Date:

maven distribution as gem

rubygems : ruby-maven-libs

maven distribution as gem - no ruby executables !

Last Version: 3.3.3

Release Date:

JSON implementation for JRuby

rubygems : json

A JSON implementation as a JRuby extension.

Last Version: 1.8.0

Release Date:

Power Assert for Ruby

rubygems : power_assert

Power Assert for Ruby. Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied.

Last Version: 0.2.3

Release Date:

minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking

rubygems : minitest

minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.

Last Version: 5.4.1

Release Date:

Ruby based make-like utility.

rubygems : rake

Rake is a Make-like program implemented in Ruby. Tasks and dependencies arespecified in standard Ruby syntax.

Last Version: 10.1.0

Release Date:

An xUnit family unit testing framework for Ruby.

rubygems : test-unit

Test::Unit (test-unit) is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests, checking results and automated testing in Ruby.

Last Version: 3.0.3

Release Date:

  • 1