Sha256: ebe4955fc12afc0e4239b70513badd1bf0c0b99d68e0f213b24b13f4d1700edb

Contents?: true

Size: 914 Bytes

Versions: 3

Compression:

Stored size: 914 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.join(File.dirname(File.expand_path(__FILE__)), 'lib/random_value_sampler/version')

Gem::Specification.new do |gem|
  gem.authors       = ["Brian Percival"]
  gem.email         = ["bpercival@goodreads.com"]
  gem.description   = %q{Class for sampling from arbitrary probability distributions}
  gem.summary       = %q{Class for sampling from arbitrary probability distributions, particular discrete random variables with lookup-table-like PMFs}
  gem.homepage      = "https://github.com/bmpercy/random_value_sampler"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "random_value_sampler"
  gem.require_paths = ["lib"]
  gem.version       = RandomValueSampler::VERSION
  gem.add_development_dependency 'rake'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
random_value_sampler-0.2.0 random_value_sampler.gemspec
random_value_sampler-0.1.4 random_value_sampler.gemspec
random_value_sampler-0.1.3 random_value_sampler.gemspec