Group: rubygems - All Dependencies

icon
minitest 5.4.1

minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking · 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.

Mar 28, 2015
9 usages
3.2k stars
icon
rake 10.1.0

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

Mar 28, 2015
7 usages
2.3k stars
icon
rdoc 4.1.2

RDoc produces HTML and command-line documentation for Ruby projects · 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.

Oct 24, 2015
5 usages
5 stars
icon
ruby-maven 3.3.8

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

Nov 05, 2015
4 usages
icon
maven-tools 1.0.13

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

Oct 21, 2015
3 usages
14 stars
icon

manage jar dependencies for gems · 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.

Apr 13, 2016
3 usages
33 stars
icon
json 1.8.0

JSON implementation for JRuby · A JSON implementation as a JRuby extension.

Mar 28, 2015
3 usages
663 stars
icon

maven distribution as gem · maven distribution as gem - no ruby executables !

May 14, 2015
2 usages
icon
jruby-openssl 0.10.4

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

Feb 19, 2020
2 usages
40 stars
icon
racc 1.4.13

Racc is a LALR(1) parser generator · 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.

Oct 22, 2015
2 usages
473 stars
icon
test-unit 3.0.3

An xUnit family unit testing framework for Ruby. · 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.

Mar 28, 2015
2 usages
261 stars
icon
power_assert 0.2.3

Power Assert for Ruby · 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.

Mar 28, 2015
2 usages
1 stars
icon
psych 2.0.15

Psych is a YAML parser and emitter · 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.

Oct 22, 2015
1 usages
489 stars
icon

JRuby Readline · readline extension for JRuby

Nov 09, 2018
1 usages
3.7k stars

Advertisement

Top Dependency Usages

Feb 13, 2021
95.1k usages
8.4k stars
Jun 02, 2023
69.4k usages
14.2k stars
Mar 17, 2023
51k usages
2.1k stars
Jul 31, 2023
27.1k usages
49k stars
Aug 09, 2023
25k usages
2.7k stars