Sha256: 1443930b8ef4975f39f64fd7de95d4d64ca875c27995c15d8cdced4387bb6d0a
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
# GamesDice Changelog ## 0.3.7 * Compatibility between pure Ruby and native extension code when handling bad method params * Added this changelog to documentation ## 0.3.6 * Extension building skipped, with fallback to pure Ruby, for JRuby compatibility ## 0.3.5 * Adjust C code to avoid warnings about C90 compatibility (warnings seen on Travis) * Note MIT license in gemspec * Add class method GamesDice::Probabilities.implemented_in ## 0.3.3 * Standardised code for Ruby 1.8.7 compatibility in GamesDice::Probabilities * Bug fix for probability calculations where distributions are added with mulipliers e.g. '2d6 - 1d8' ## 0.3.2 * Bug fix for Ruby 1.8.7 compatibility in GamesDice::Probabilities ## 0.3.1 * Bug fix for Ruby 1.8.7 compatibility in GamesDice::Probabilities ## 0.3.0 * Implemented GamesDice::Probabilities as native extension ## 0.2.4 * Minor speed improvements to GamesDice::Probabilities ## 0.2.3 * More YARD documentation ## 0.2.2 * Extended YARD documentation ## 0.2.1 * Started basic YARD documentation ## 0.2.0 * First version with a complete feature set
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
games_dice-0.3.8 | CHANGELOG.md |
games_dice-0.3.7 | CHANGELOG.md |