Sha256: a64716eadfd9e2ea97d238114095cdddbc953ae03496cf10a3fcbb74bbce2f48

Contents?: true

Size: 1022 Bytes

Versions: 2

Compression:

Stored size: 1022 Bytes

Contents

###
### Sources
###

# Main Ruby Gems site
source "http://rubygems.org"

###
### Core Gems. These are required in _all_ environments (additional environments
###            follow).
###

# Additional data structures
gem "algorithms"

# GUID library
gem "uuidtools"

# Gem required for linking to the Redis server
gem "hiredis", "~> 0.3.1"
gem "em-synchrony"
gem "redis", "~> 2.2.0", :require => ["redis/connection/synchrony", "redis"]

# Command line parser
gem "cli"
gem "cri"

# Simpler access to the OpenSSL library
gem "gibberish"

###
### Development Gems. All _additional_ gems required by development (as opposed to
###                   production environments). If it is required at run-time, it
###                   belongs above.
group :development do

  # Gem management tools
  gem "bundler", "~> 1.0.0"
  gem "jeweler", "~> 1.6.0"
  
  # Documentation Tools
  gem "yard", "~> 0.6.0"
  gem "vclog"
  
  # Testing Tools
  gem "minitest", ">= 0"
  gem "rcov", ">= 0"
  gem "riot"
  gem "reek", "~> 1.2.8"

end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
WhiteCloth-0.0.2 Gemfile
FluxTuna-0.0.1 Gemfile