geoff-importer

Dependencies

As of September 8, 2013 11:37am

23 total

bouncy-castle-java v1.5.0147

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

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

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

geoff-importer v0.1.2 (default)

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

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

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

jruby-openssl v0.8.8 (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. GPLv2
Parents
geoff-importer
Children
bouncy-castle-java

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

multi_json v1.8.0

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
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-advanced v1.9.2

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
Parents
geoff-importer
Children
rake

neo4j-community v1.9.3

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
Parents
geoff-importer
Children
rake

neo4j-enterprise v1.9.2

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
Parents
geoff-importer
Children
rake

rake v10.1.0 (development)

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
neo4j-advanced
neo4j-community
neo4j-enterprise
geoff-importer
license_finder
rspec-core
rspec-expectations
rspec-mocks

rspec v2.11.0 (development)

Summary Description License
rspec-2.11.0 BDD for Ruby MIT
Parents
bundler
diff-lcs
geoff-importer
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.3

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

rspec-mocks v2.11.3

Summary Description License
rspec-mocks-2.11.3 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
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

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
license_finder
Children
bundler