Sha256: 98ae4c7a74708354c59ebd4d4260126fce02ae846a00e3323e4223e133050d33

Contents?: true

Size: 1.66 KB

Versions: 0

Compression: gzip

Compressed size: 788 Bytes

Stored size: 788 Bytes

Contents

--- !ruby/object:Gem::Specification
name: cathy
version: !ruby/object:Gem::Version
  version: 0.1.0
platform: ruby
authors:
- David F. Houghton
autorequire:
bindir: exe
cert_chain: []
date: 2022-10-01 00:00:00.000000000 Z
dependencies: []
description: Cathy lets you model an updatable weighted probability distribution which
  you can draw from. For example, suppose you want to randomly pull cards from a deck
  which consists only of aces, jacks, queens, and kings, with twice as many jacks
  as aces, twice as many queens as jacks, and twice as many kings as queens. Cathy
  will model this for you. And you can change the frequency of each card on the fly.
email:
- dfhougthon@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".rspec"
- ".standard.yml"
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- cathy.gemspec
- examples/chatty_cathy.rb
- lib/cathy.rb
- lib/cathy/version.rb
- sig/cathy.rbs
homepage: https://github.com/dfhoughton/cathy
licenses:
- MIT
metadata:
  homepage_uri: https://github.com/dfhoughton/cathy
  source_code_uri: https://github.com/dfhoughton/cathy
  changelog_uri: https://github.com/dfhoughton/cathy/blob/main/CHANGELOG.md
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 2.6.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.3.7
signing_key:
specification_version: 4
summary: an updatable weighted probability distribution model
test_files: []

Package Spec version

cathy-0.1.0