_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-poseidon 0.0.5
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/bpot/poseidon
Licenses: Expat
Synopsis: A Kafka (http://kafka.apache.org/) producer and consumer
Description:

This package provides a Kafka (http://kafka.apache.org/) producer and consumer

ruby-annotate 3.1.1
Propagated dependencies: ruby-activerecord@7.0.5.1 ruby-rake@13.0.6
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ctran/annotate_models
Licenses: non-copyleft
Synopsis: Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.
Description:

Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.

ruby-rchardet 1.8.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/jmhodges/rchardet
Licenses: LGPL 2.1+
Synopsis: Character encoding auto-detection in Ruby. As smart as your browser. Open source.
Description:

Character encoding auto-detection in Ruby. As smart as your browser. Open source.

ruby-mini-sql 1.0.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/mini_sql
Licenses: Expat
Synopsis: A fast, safe, simple direct SQL executor for PG
Description:

This package provides a fast, safe, simple direct SQL executor for PG

ruby-kaminari 1.2.1
Propagated dependencies: ruby-activesupport@7.0.5.1 ruby-kaminari-actionview@1.2.1 ruby-kaminari-activerecord@1.2.1 ruby-kaminari-core@1.2.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/kaminari/kaminari
Licenses: Expat
Synopsis: Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+
Description:

Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+

ruby-dry-core 0.5.0
Propagated dependencies: ruby-concurrent@1.2.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://dry-rb.org/gems/dry-core
Licenses: Expat
Synopsis: A toolset of small support modules used throughout the dry-rb ecosystem
Description:

This package provides a toolset of small support modules used throughout the dry-rb ecosystem

ruby-kaminari 0.16.3
Propagated dependencies: ruby-activesupport@7.0.5.1 ruby-kaminari-actionview@1.2.1 ruby-kaminari-activerecord@1.2.1 ruby-kaminari-core@1.2.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/kaminari/kaminari
Licenses: Expat
Synopsis: Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+
Description:

Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+

ruby-tiny-tds 2.1.3
Dependencies: freetds@1.2.20
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/rails-sqlserver/tiny_tds
Licenses: Expat
Synopsis: TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. Developed for the ActiveRecord SQL Server adapter.
Description:

TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. Developed for the ActiveRecord SQL Server adapter.

ruby-optimist 3.0.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://manageiq.github.io/optimist/
Licenses: Expat
Synopsis: Optimist is a commandline option parser for Ruby that just gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page, robust option parsing, command subcompletion, and sensible defaults for everything you don't specify.
Description:

Optimist is a commandline option parser for Ruby that just gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page, robust option parsing, command subcompletion, and sensible defaults for everything you don't specify.

ruby-colored2 3.1.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/kigster/colored2
Licenses: Expat
Synopsis: This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative. Simple gem that adds various color methods to String class, and can be used as follows: require 'colored2' puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)
Description:

This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative.

Simple gem that adds various color methods to String class, and can be used as follows:

require 'colored2'

puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)

ruby-yardstick 0.9.9
Propagated dependencies: ruby-yard@0.9.34
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/dkubb/yardstick
Licenses: Expat
Synopsis: Measure YARD documentation coverage
Description:

Measure YARD documentation coverage

ruby-dry-logic 1.1.0
Propagated dependencies: ruby-concurrent@1.2.2 ruby-dry-core@0.5.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://dry-rb.org/gems/dry-logic
Licenses: Expat
Synopsis: Predicate logic with rule composition
Description:

Predicate logic with rule composition

ruby-pry-rails 0.3.9
Propagated dependencies: ruby-pry@0.14.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/rweng/pry-rails
Licenses: Expat
Synopsis: Use Pry as your rails console
Description:

Use Pry as your rails console

ruby-rdiscount 2.2.0.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://dafoster.net/projects/rdiscount/
Licenses: Modified BSD
Synopsis: Fast Implementation of Gruber's Markdown in C
Description:

Fast Implementation of Gruber's Markdown in C

ruby-gc-tracer 1.5.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ko1/gc_tracer
Licenses: Expat
Synopsis: gc_tracer gem adds GC::Tracer module.
Description:

gc_tracer gem adds GC::Tracer module.

ruby-equalizer 0.0.11
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/dkubb/equalizer
Licenses: Expat
Synopsis: Module to define equality, equivalence and inspection methods
Description:

Module to define equality, equivalence and inspection methods

ruby-maxminddb 0.1.22
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/yhirose/maxminddb
Licenses: Expat
Synopsis: Pure Ruby MaxMind DB (GeoIP2) binary file reader.
Description:

Pure Ruby MaxMind DB (GeoIP2) binary file reader.

ruby-lru-redux 1.1.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/SamSaffron/lru_redux
Licenses: Expat
Synopsis: An efficient implementation of an lru cache
Description:

An efficient implementation of an lru cache

ruby-ntlm-http 0.1.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://www.mindflowsolutions.net
Licenses: non-copyleft
Synopsis: Ruby/NTLM HTTP provides NTLM authentication over http.
Description:

Ruby/NTLM HTTP provides NTLM authentication over http.

ruby-webrobots 0.1.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/knu/webrobots
Licenses: non-copyleft
Synopsis: This library helps write robots.txt compliant web robots in Ruby.
Description:

This library helps write robots.txt compliant web robots in Ruby.

ruby-ircparser 1.0.0
Channel: noisytoot
Location: noisytoot/packages/ruby.scm (noisytoot packages ruby)
Home page: https://github.com/SadieCat/ircparser-ruby
Licenses: ISC
Synopsis: A standards compliant parser for the IRCv3 message format
Description:

ircparser is a standards compliant parser for the IRCv3 message format.

ruby-phantomjs 2.1.1.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/colszowka/phantomjs-gem
Licenses: Expat
Synopsis: Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.
Description:

Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.

ruby-aws-sigv4 1.2.2
Propagated dependencies: ruby-aws-eventstream@1.1.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/aws/aws-sdk-ruby
Licenses: ASL 2.0
Synopsis: Amazon Web Services Signature Version 4 signing library. Generates sigv4 signature for HTTP requests.
Description:

Amazon Web Services Signature Version 4 signing library. Generates sigv4 signature for HTTP requests.

ruby-dry-types 1.5.1
Propagated dependencies: ruby-concurrent@1.2.2 ruby-dry-container@0.7.2 ruby-dry-core@0.5.0 ruby-dry-inflector@0.2.0 ruby-dry-logic@1.1.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://dry-rb.org/gems/dry-types
Licenses: Expat
Synopsis: Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc
Description:

Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc

Page: 123456789
Total results: 215