execdd17/genetic_algorithms

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    genetic_algorithms (0.0.5)
      logging (~> 1.8)

GEM
  remote: https://rubygems.org/
  specs:
    diff-lcs (1.2.5)
    docile (1.1.3)
    little-plugger (1.1.3)
    logging (1.8.2)
      little-plugger (>= 1.1.3)
      multi_json (>= 1.8.4)
    multi_json (1.8.4)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.7)
    rspec-expectations (2.14.5)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.6)
    simplecov (0.8.2)
      docile (~> 1.1.0)
      multi_json
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)

PLATFORMS
  ruby

DEPENDENCIES
  genetic_algorithms!
  rspec (~> 2.14)
  simplecov (~> 0.8)