gom-core

Dependencies

As of August 23, 2013 10:33am

25 total 4 unapproved

Action Items

4 unapproved dependencies

bundler v1.3.4

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
rb-fsevent
listen
thor
guard
guard-rspec
Children
rspec

coderay v1.0.9

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
debugger

debugger v1.6.1 (development)

Summary Description License
Fast Ruby debugger - base + cli debugger is a fast implementation of the standard Ruby debugger debug.rb. It is implemented by utilizing a new Ruby C API hook. The core component provides support that front-ends can build on. It provides breakpoint handling, bindings for stack frames among other things. BSD
Parents
gom-core
Children
columnize
debugger-ruby_core_source
debugger-linecache

debugger-linecache v1.2.0

Summary Description License
Read file with caching Linecache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times. MIT
Parents
debugger

debugger-ruby_core_source v1.2.3

Summary Description License
Provide Ruby core source files Provide Ruby core source files for C extensions that need them. other
Parents
debugger

diff-lcs v1.2.4

Summary Description License
Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities to create a simple HTML diff output format and a standard diff-like tool. This is release 1.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did not properly prune common sequences at the beginning of a comparison set. Thanks to Paul Kunysch for fixing this issue. Coincident with the release of diff-lcs 1.2.3, we reported an issue with Rubinius in 1.9 mode ({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]). We are happy to report that this issue has been resolved. MIT
Parents
rspec-expectations
Children
rspec

ffi v1.9.0

Summary Description License
Ruby FFI Ruby FFI library LGPL-3
Parents
rb-inotify
rb-kqueue
Children
rspec

formatador v0.2.4

Summary Description License
Ruby STDOUT text formatting STDOUT text formatting MIT
Parents
guard

gom-core v0.2.5 (default)

Summary Description License
basic GOM functionallity this gem includes stuff which is of use for the server as well as for gom scripting clients MIT
Children
rspec
rspec-mocks
guard
guard-rspec
debugger

guard v1.8.2 (development)

Summary Description License
Guard keeps an eye on your file modifications Guard is a command line tool to easily handle events on file system modifications. MIT
Parents
gom-core
pry
guard-rspec
Children
thor
listen
pry
lumberjack
formatador
bundler
rspec

guard-rspec v0.7.2 (development)

Summary Description License
Guard gem for RSpec Guard::RSpec automatically run your specs (much like autotest). MIT
Parents
gom-core
rb-fsevent
Children
guard
bundler
rspec

listen v1.3.0

Summary Description License
Listen to file modifications The Listen gem listens to file modifications and notifies you about the changes. Works everywhere! MIT
Parents
guard
Children
rb-fsevent
rb-inotify
rb-kqueue
bundler
rspec

lumberjack v1.0.4

Summary Description License
A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. Provides support for automatically rolling log files even with multiple processes writing the same log file. MIT
Parents
guard

method_source v0.8.2

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

pry v0.9.12.2

Summary Description License
An IRB alternative and runtime developer console An IRB alternative and runtime developer console MIT
Parents
guard
Children
coderay
slop
method_source
guard

rb-fsevent v0.9.3

Summary Description License
Very simple & usable FSEvents API FSEvents API with Signals catching (without RubyCocoa) MIT
Parents
listen
Children
bundler
rspec
guard-rspec

rb-inotify v0.9.1

Summary Description License
A Ruby wrapper for Linux's inotify, using FFI A Ruby wrapper for Linux's inotify, using FFI MIT
Parents
listen
Children
ffi

rb-kqueue v0.2.0

Summary Description License
A Ruby wrapper for BSD's kqueue, using FFI A Ruby wrapper for BSD's kqueue, using FFI MIT
Parents
listen
Children
ffi

rspec v2.14.1 (development)

Summary Description License
rspec-2.14.1 BDD for Ruby MIT
Parents
bundler
diff-lcs
ffi
gom-core
rb-fsevent
listen
guard
guard-rspec
Children
rspec-core
rspec-expectations
rspec-mocks

rspec-core v2.14.5

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

rspec-expectations v2.14.2

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

rspec-mocks v2.14.3 (development)

Summary Description License
rspec-mocks-2.14.3 RSpec's 'test double' framework, with support for stubbing and mocking MIT
Parents
gom-core
rspec

slop v3.4.6

Summary Description License
Simple Lightweight Option Parsing A simple DSL for gathering options and parsing the command line MIT
Parents
pry

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