Sha256: 38d5e65b89e657b6cc19fcfc76537a1c44b84a4a740e367f1724dacd53d14f26

Contents?: true

Size: 940 Bytes

Versions: 2

Compression:

Stored size: 940 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'

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

group :development do
  gem 'rspec', '~> 2'
  gem 'yard', '~> 0'
  gem 'guard', '~> 2'
  gem 'guard-rspec', '~> 4'
  gem 'semver', '~> 1'
  gem 'jeweler', '~> 2'
  gem 'simplecov', '~> 0'
end

#======================================================
#= Ancillary libraries

# For demo purposes, we include the gosu library, but
# don't want this to be part of the mainstream.
gem 'gosu', '~> 0', require: false

# So we can generate some nice graphics.
gem 'rubyvis', '~> 0', require: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubyneat-0.4.0.alpha.4 Gemfile
rubyneat-0.4.0.alpha.3 Gemfile