Sha256: d37e49bc5144e1f348041467ad6a25c7960acebe44655268e0caf6d3df250621

Contents?: true

Size: 789 Bytes

Versions: 1

Compression:

Stored size: 789 Bytes

Contents

source 'https://rubygems.org'

#gemspec

ruby '2.1.1'

gem 'mongo'
gem 'bson_ext'
gem 'distribution'

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

gem 'debase'
gem 'aquarium'
gem 'thor'
gem 'awesome_print'
gem 'deep_dive'

group :development do
  gem 'rspec'
  gem 'yard'
  gem 'guard'
  gem 'guard-rspec'
  gem 'semver'
  gem "jeweler", "~> 1.8.7"
  gem "simplecov"
  #gem 'debugger'
  gem 'ruby-debug-ide'
end

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubyneat-0.3.5.alpha.3 Gemfile