Group: RubyGems
1. A Real Stylesheet Framework27 usages
rubygems » compass
Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintenance of CSS.
Last Release on Feb 10, 2016
3. Ruby Based Make Like Utility.22 usages
rubygems » rakeMIT
Rake is a Make-like program implemented in Ruby. Tasks and dependencies arespecified in standard Ruby syntax.
Last Release on Mar 28, 2015
5. Minitest Provides A Complete Suite of Testing Facilities Supporting TDD, BDD, Mocking, and Benchmarking12 usages
rubygems » minitestMIT
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 ...
Last Release on Mar 28, 2015
8. JSON Implementation For JRuby7 usages
rubygems » json
A JSON implementation as a JRuby extension.
Last Release on Mar 28, 2015
9. A Toolkit of Support Libraries and Ruby Core Extensions Extracted From The Rails Framework.6 usages
rubygems » activesupport
A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.
Last Release on Aug 20, 2012
10. TorqueBox Core Gem6 usages
rubygems » torquebox-core
TorqueBox Core Gem
Last Release on Jun 19, 2012
11. Pure Ruby Library For Read/write, Chunk Level Access to PNG Files6 usages
rubygems » chunky_pngMIT
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 supported. It supports all transparency,
interlacing and filtering options the PNG specifications allows. It can also read and
write textual metadata from PNG files. Low-level read/write ...
Last Release on Feb 10, 2016
12. Maven Support For Ruby Projects5 usages
rubygems » ruby-mavenEPL
maven support for ruby DSL pom files. MRI needs java/javac installed.
Last Release on Nov 5, 2015
13. A Ruby Wrapper For Linux's Inotify, Using FFI4 usages
rubygems » rb-inotify
A Ruby wrapper for Linux's inotify, using FFI
Last Release on Feb 10, 2016
14. Manage JAR Dependencies For Gems4 usages
rubygems » jar-dependenciesMIT
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 Release on Apr 13, 2016
15. JRuby OpenSSL4 usages
rubygems » jruby-opensslEPLGPLLGPL
JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.
Last Release on Feb 19, 2020
17. Asciidoctor Diagram4 usages
rubygems » asciidoctor-diagram
POM was created by Sonatype Nexus
Last Release on Oct 4, 2015
18. Diff::LCS IS A Port of Perl's Algorithm::Diff That Uses The McIlroy Hunt Longest Common Subsequence (LCS) Algorithm to Compute Intelligent Differences Between Two Sequenced Enumerable Containers4 usages
rubygems » diff-lcs
Diff::LCS is a port of Perl's Algorithm::Diff that uses the McIlroy-Hunt
longest common subsequence (LCS) algorithm to compute intelligent differences
between two sequenced enumerable containers. The implementation is based on
Mario I. Wolczko's {Smalltalk version 1.2}[ftp://st.cs.uiuc.edu/pub/Smalltalk/MANCHESTER/manchester/4.0/diff.st]
(1993) and Ned Konz's Perl version
{Algorithm::Diff 1.15}[http://search.cpan.org/~nedkonz/Algorithm-Diff-1.15/].
This is release 1.1.3, fixing several small bugs found ...
Last Release on Jun 19, 2012
20. A Fast and Extensible ERuby Implementation Which Supports Multi Language3 usages
rubygems » erubisMIT
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 (default '<% %>')
* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>')
* Context object available and easy to combine eRuby template with YAML datafile
...
Last Release on Jun 19, 2012