Sha256: 7cf790ca6014a318471ea11c7ddc55a1e89ef6d74657b76b8eae3bbb6d8cb5ae

Contents?: true

Size: 679 Bytes

Versions: 2

Compression:

Stored size: 679 Bytes

Contents

source 'https://rubygems.org'

#gemspec

gem 'distribution', '~> 0'

#TODO: Check out this for a repacement of of statistics2
#TODO: https://github.com/thirtysixthspan/descriptive_statistics
gem 'statistics2', '~> 0'

gem 'debase', '~> 0'
gem 'aquarium', '~> 0'
gem 'thor', '~> 0'
gem 'awesome_print', '~> 1'
gem 'deep_dive', '~> 0'
gem "json",               "~> 2.0", ">= 2.0.2"


# So our console can have name completion
gem 'bond', '~> 0'
gem 'rb-readline', '~> 0'
gem 'queue_ding', '>= 0'
gem 'semver2', '~> 3'

group :development do
  gem 'rspec', '~> 3'
  gem 'yard', '~> 0'
  gem 'guard', '~> 2'
  gem 'guard-rspec', '~> 4'
  gem 'juwelier'
  gem 'simplecov', '~> 0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubyneat-0.5.3 Gemfile
rubyneat-0.4.6 Gemfile