geoff

Dependencies

As of September 8, 2013 2:32pm

51 total

actionpack v3.2.13

Summary Description License
Web-flow and rendering framework putting the VC in MVC (part of Rails). Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server. MIT
Parents
railties
Children
activesupport
activemodel
rack-cache
builder
rack
rack-test
journey
sprockets
erubis

activemodel v3.2.13

Summary Description License
A toolkit for building modeling frameworks (part of Rails). A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing. MIT
Parents
actionpack
neo4j
Children
activesupport
builder

activesupport v3.2.13

Summary Description License
A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing. MIT
Parents
i18n
activemodel
actionpack
railties
geoff
Children
i18n
multi_json

bouncy-castle-java v1.5.0146.1

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
Parents
jruby-openssl

builder v3.0.4

Summary Description License
Builders for MarkUp. Builder provides a number of builder objects that make creating structured data simple to do. Currently the following builder objects are supported: * XML Markup * XML Events MIT
Parents
activemodel
tilt
actionpack

bundler v1.3.5

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
Parents
multi_json
orm_adapter
thor
multi_xml
license_finder
Children
rspec

coderay v1.0.7

Summary Description License
Fast syntax highlighting for selected languages. Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter. MIT
Parents
pry

columnize v0.3.6

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
Parents
ruby-debug

diff-lcs v1.1.3

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
Parents
rspec-expectations
Children
rspec

erubis v2.7.0

Summary Description License
a fast and extensible eRuby implementation which supports multi-language 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. '') * Context object available and easy to combine eRuby template with YAML datafile * Print statement available * Easy to extend and customize in subclass * Ruby on Rails support MIT
Parents
tilt
actionpack

geoff v0.2.3 (default)

Summary Description License
DSL to allow easy generating of data for Neo4j Geoff syntax builder and Neo4j batch importer MIT
Children
neo4j
geoff-importer
jruby-openssl
activesupport
json
rspec
ruby-debug
pry

geoff-importer v0.1.2

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
Parents
geoff
Children
neo4j-community
neo4j-advanced
neo4j-enterprise
jruby-openssl
rake
rspec
ruby-debug

hike v1.2.3

Summary Description License
Find files in a set of paths A Ruby library for finding files in a set of paths. MIT
Parents
sprockets
Children
rake

httparty v0.11.0

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
Parents
license_finder
Children
multi_json
multi_xml

i18n v0.6.1

Summary Description License
New wave Internationalization support for Ruby New wave Internationalization support for Ruby. MIT
Parents
activesupport
Children
activesupport

jdbc-sqlite3 v3.7.2.1

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
Parents
license_finder

journey v1.0.4

Summary Description License
Journey is a router Journey is a router. It routes requests. MIT
Parents
actionpack
Children
rdoc
json

jruby-openssl v0.7.7 (development)

Summary Description License
OpenSSL add-on for JRuby JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library. LGPL-2.1
Parents
geoff-importer
geoff
Children
bouncy-castle-java
rdoc

json v1.8.0

Summary Description License
JSON implementation for JRuby A JSON implementation as a JRuby extension. Ruby
Parents
journey
sprockets
rdoc
geoff

license_finder v0.9.2 (default)

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
Children
bundler
sequel
thor
rake
httparty
jdbc-sqlite3
rspec
pry

method_source v0.8

Summary Description License
retrieve the sourcecode for a method retrieve the sourcecode for a method MIT
Parents
pry
Children
rake

multi_json v1.7.7

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
Parents
activesupport
sprockets
httparty
Children
bundler

multi_xml v0.5.5

Summary Description License
A generic swappable back-end for XML parsing Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML. MIT
Parents
httparty
Children
bundler

neo4j v2.3.0

Summary Description License
A graph database for JRuby You can think of Neo4j as a high-performance graph engine with all the features of a mature and robust database. The programmer works with an object-oriented, flexible network structure rather than with strict and static tables yet enjoys all the benefits of a fully transactional, enterprise-strength database. It comes included with the Apache Lucene document database. MIT
Parents
geoff
Children
orm_adapter
activemodel
railties
neo4j-wrapper

neo4j-advanced v1.9

Summary Description License
The neo4j Advanced edition v1.9 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
Parents
geoff-importer
Children
rake

neo4j-community v1.9

Summary Description License
The neo4j Community edition v1.9 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
Parents
geoff-importer
neo4j-core
Children
rake

neo4j-core v2.3.0

Summary Description License
A graph database for JRuby You can think of Neo4j as a high-performance graph engine with all the features of a mature and robust database. The programmer works with an object-oriented, flexible network structure rather than with strict and static tables yet enjoys all the benefits of a fully transactional, enterprise-strength database. It comes included with the Apache Lucene document database. MIT
Parents
neo4j-wrapper
Children
neo4j-community
neo4j-cypher

neo4j-cypher v1.0.0

Summary Description License
A Ruby DSL for Cypher - the Neo4j Graph Query Language This gem is used in the JRuby neo4j gem but should work on any Ruby implementation since it simply translate a Ruby block (the dsl) to a cypher string. MIT
Parents
neo4j-core

neo4j-enterprise v1.9

Summary Description License
The neo4j Enterprise edition v1.9 JAR files The Neo4j Enterprise Jar files, adding online backup and High Availability clustering – licensed under AGPL, see http://neo4j.org/licensing-guide/ MIT
Parents
geoff-importer
Children
rake

neo4j-wrapper v2.3.0

Summary Description License
A graph database for JRuby You can think of Neo4j as a high-performance graph engine with all the features of a mature and robust database. The programmer works with an object-oriented, flexible network structure rather than with strict and static tables yet enjoys all the benefits of a fully transactional, enterprise-strength database. It comes included with the Apache Lucene document database. MIT
Parents
neo4j
Children
neo4j-core

orm_adapter v0.4.0

Summary Description License
orm_adapter provides a single point of entry for using basic features of popular ruby ORMs. Its target audience is gem authors who want to support many ruby ORMs. Provides a single point of entry for using basic features of ruby ORMs MIT
Parents
neo4j
Children
bundler
rake
rspec

pry v0.9.10 (development)

Summary Description License
An IRB alternative and runtime developer console An IRB alternative and runtime developer console MIT
Parents
geoff
license_finder
Children
coderay
slop
method_source
rake
spoon

rack v1.4.5

Summary Description License
a modular Ruby webserver interface Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. Also see http://rack.github.com/. MIT
Parents
rack-cache
rack-test
sprockets
actionpack
rack-ssl
Children
rake

rack-cache v1.2

Summary Description License
HTTP Caching for Rack Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information. MIT
Parents
actionpack
Children
rack

rack-ssl v1.3.3

Summary Description License
Force SSL/TLS in your app. Rack middleware to force SSL/TLS. MIT
Parents
railties
Children
rack

rack-test v0.6.2

Summary Description License
Simple testing API built on Rack Rack::Test is a small, simple testing API for Rack apps. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build on. Most of its initial functionality is an extraction of Merb 1.0's request helpers feature. MIT
Parents
sprockets
actionpack
Children
rack

railties v3.2.13

Summary Description License
Tools for creating, working with, and running Rails applications. Rails internals: application bootup, plugins, generators, and rake tasks. MIT
Parents
neo4j
Children
rake
rack-ssl
thor
rdoc
activesupport
actionpack

rake v10.1.0

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
Parents
rack
hike
sprockets
neo4j-advanced
neo4j-community
neo4j-enterprise
geoff-importer
orm_adapter
railties
license_finder
method_source
slop
pry
rspec-core
rspec-expectations
rspec-mocks

rdoc v3.12.2

Summary Description License
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 online documentation. See RDoc for a description of RDoc's markup and basic use. GPLv2
Parents
journey
tilt
rdoc
railties
jruby-openssl
Children
json
rdoc

rspec v2.11.0 (development)

Summary Description License
rspec-2.11.0 BDD for Ruby MIT
Parents
bundler
diff-lcs
geoff-importer
orm_adapter
geoff
license_finder
Children
rspec-core
rspec-expectations
rspec-mocks

rspec-core v2.11.1

Summary Description License
rspec-core-2.11.1 BDD for Ruby. RSpec runner and example groups. MIT
Parents
rspec
Children
rake

rspec-expectations v2.11.2

Summary Description License
rspec-expectations-2.11.2 rspec expectations (should[_not] and matchers) MIT
Parents
rspec
Children
diff-lcs
rake

rspec-mocks v2.11.1

Summary Description License
rspec-mocks-2.11.1 RSpec's 'test double' framework, with support for stubbing and mocking MIT
Parents
rspec
Children
rake

ruby-debug v0.10.4 (development)

Summary Description License
Command line interface (CLI) for ruby-debug-base A generic command line interface for ruby-debug. 2-clause BSDL
Parents
geoff-importer
geoff
Children
columnize
ruby-debug-base

ruby-debug-base v0.10.4

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
Parents
ruby-debug

sequel v4.2.0

Summary Description License
The Database Toolkit for Ruby The Database Toolkit for Ruby MIT
Parents
license_finder

slop v3.3.2

Summary Description License
Option gathering made easy A simple DSL for gathering options and parsing the command line MIT
Parents
pry
Children
rake

spoon v0.0.1

Summary Description License
Spoon is an FFI binding of the posix_spawn function, providing fork+exec functionality in a single shot. Spoon is an FFI binding of the posix_spawn function, providing fork+exec functionality in a single shot. Apache License 2.0
Parents
pry

sprockets v2.2.2

Summary Description License
Rack-based asset packaging system Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS. MIT
Parents
actionpack
Children
hike
multi_json
rack
tilt
json
rack-test
rake

thor v0.18.1

Summary Description License
A scripting framework that replaces rake, sake and rubigen A scripting framework that replaces rake, sake and rubigen MIT
Parents
railties
license_finder
Children
bundler

tilt v1.4.1

Summary Description License
Generic interface to multiple Ruby template engines Generic interface to multiple Ruby template engines MIT
Parents
sprockets
Children
builder
erubis
rdoc