Sha256: af68c03dbdb1becfc558e4f7d1273f846f978eb3483b3be51d8e22a8b1e7e30e

Contents?: true

Size: 678 Bytes

Versions: 5

Compression:

Stored size: 678 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 'semver', '~> 1'

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

5 entries across 5 versions & 1 rubygems

Version Path
rubyneat-0.5.2 Gemfile
rubyneat-0.5.0 Gemfile
rubyneat-0.4.5 Gemfile
rubyneat-0.4.4 Gemfile
rubyneat-0.4.3 Gemfile