croupier 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -20,9 +20,9 @@ The common case for invoking Cruopier is:
20
20
 
21
21
  where:
22
22
 
23
- * <distribution> is the name of the desired distribution of the random sample.
24
- * <sample_size> is an integer representing the size of the desired sample.
25
- * <options> are any extra parameters needed by the actual distribution. (If not options are provided croupier will use the default parameters for the distribution being called).
23
+ * ```<distribution>``` is the name of the desired distribution of the random sample.
24
+ * ```<sample_size>``` is an integer representing the size of the desired sample.
25
+ * ```<options>``` are any extra parameters needed by the actual distribution. (If not options are provided croupier will use the default parameters for the distribution being called).
26
26
 
27
27
  ### Examples
28
28
 
@@ -1,3 +1,4 @@
1
+ require "minitest/autorun"
1
2
  require "croupier"
2
3
  class TestCroupierModule < MiniTest::Unit::TestCase
3
4
 
@@ -1,3 +1,4 @@
1
+ require "minitest/autorun"
1
2
  require "croupier"
2
3
  class TestDistributionClass < MiniTest::Unit::TestCase
3
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: croupier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: