As of September 8, 2013 11:37am
Summary | Description | License |
---|---|---|
Gem redistribution of Bouncy Castle jars | Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html | MIT |
Summary | Description | License |
---|---|---|
The best way to manage your application's dependencies | Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably | MIT |
Summary | Description | License |
---|---|---|
Module to format an Array as an Array of String aligned in columns | In showing a long lists, sometimes one would prefer to see the value arranged aligned in columns. Some examples include listing methods of an object or debugger commands. See Examples in the rdoc documentation for examples. | Ruby |
Summary | Description | License |
---|---|---|
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 | 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 over the years. Version 1.1.0 added new features, including the ability to #patch and #unpatch changes as well as a new contextual diff callback, Diff::LCS::ContextDiffCallbacks, that should improve the context sensitivity of patching. This library is called Diff::LCS because of an early version of Algorithm::Diff which was restrictively licensed. This version has seen a minor license change: instead of being under Ruby's license as an option, the third optional license is the MIT license. | MIT |
Summary | Description | License |
---|---|---|
imports a geoff file into a neo4j instance, if a db location is given it will instantiate a graph db there otherwise it will use the db instance passed in | importing of geoff files into a neo4j instance | MIT |
Summary | Description | License |
---|---|---|
Makes http fun! Also, makes consuming restful web services dead easy. | Makes http fun! Also, makes consuming restful web services dead easy. | MIT |
Summary | Description | License |
---|---|---|
SQLite3 JDBC driver for JRuby and SQLite3/ActiveRecord-JDBC (activerecord-jdbcsqlite3-adapter). | Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver` within JRuby to load the driver. | Apache 2.0 |
Summary | Description | License |
---|---|---|
OpenSSL add-on for JRuby | JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library. | GPLv2 |
Summary | Description | License |
---|---|---|
Audit the OSS licenses of your application's dependencies. | Do you know the licenses of all your application's dependencies? What open source software licenses will your business accept? LicenseFinder culls your Gemfile, detects the licenses of the gems in it, and gives you a report that you can act on. If you already know what licenses your business is comfortable with, you can whitelist them, leaving you with an action report of only those dependencies that have licenses that fall outside of the whitelist. | MIT |
Summary | Description | License |
---|---|---|
A common interface to multiple JSON libraries. | A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson. | MIT |
Summary | Description | License |
---|---|---|
A generic swappable back-end for XML parsing | Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML. | MIT |
Summary | Description | License |
---|---|---|
The neo4j Advanced edition v1.9.2 JAR files | The Java Jar files for the Neo4j Advanced edition, adding advanced monitoring – licensed under the AGPL, see http://neo4j.org/licensing-guide/ | MIT |
Summary | Description | License |
---|---|---|
The neo4j Community edition v1.9.3 JAR files | The Java Jar files for the Neo4j Community, a high performance, fully ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ | MIT |
Summary | Description | License |
---|---|---|
The neo4j Enterprise edition v1.9.2 JAR files | The Neo4j Enterprise Jar files, adding online backup and High Availability clustering – licensed under AGPL, see http://neo4j.org/licensing-guide/ | MIT |
Summary | Description | License |
---|---|---|
Ruby based make-like utility. | Rake is a Make-like program implemented in Ruby. Tasks and dependencies arespecified in standard Ruby syntax. | MIT |
Summary | Description | License |
---|---|---|
rspec-2.11.0 | BDD for Ruby | MIT |
Summary | Description | License |
---|---|---|
rspec-core-2.11.1 | BDD for Ruby. RSpec runner and example groups. | MIT |
Summary | Description | License |
---|---|---|
rspec-expectations-2.11.3 | rspec expectations (should[_not] and matchers) | MIT |
Summary | Description | License |
---|---|---|
rspec-mocks-2.11.3 | RSpec's 'test double' framework, with support for stubbing and mocking | MIT |
Summary | Description | License |
---|---|---|
Command line interface (CLI) for ruby-debug-base | A generic command line interface for ruby-debug. | 2-clause BSDL |
Summary | Description | License |
---|---|---|
Java implementation of Fast Ruby Debugger | Java extension to make fast ruby debugger run on JRuby. It is the same what ruby-debug-base is for native Ruby. | MIT |