scepticulous/crypto-toolbox

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

group :development,:test do
  gem 'version'
  gem 'byebug'
  gem 'pry'
  gem 'flog'
  gem 'benchmark-ips'
  gem 'ruby-prof'
  gem 'stackprof'

  # just testing aspell at the moment
  gem 'ffi-aspell', '~> 1.1'
end

group :test do
  gem 'rake'
  gem 'guard'
  gem 'rspec'
  gem 'guard-rspec'
  gem "simplecov"
  gem "codeclimate-test-reporter", "~> 1.0.0"
end

gemspec