bayesian_average 0.1.1 → 0.1.2
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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bayesian_average
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -75,14 +75,14 @@ dependencies:
|
|
|
75
75
|
- - '='
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: 2.12.0
|
|
78
|
-
description: A simple way to add Bayesian averages to
|
|
78
|
+
description: A simple way to add Bayesian averages to your Mongoid classes
|
|
79
79
|
email: rydthemoodster@gmail.com
|
|
80
80
|
executables: []
|
|
81
81
|
extensions: []
|
|
82
82
|
extra_rdoc_files: []
|
|
83
83
|
files:
|
|
84
84
|
- lib/bayesian_average.rb
|
|
85
|
-
homepage:
|
|
85
|
+
homepage: https://github.com/rymo4/bayesian_average
|
|
86
86
|
licenses: []
|
|
87
87
|
post_install_message:
|
|
88
88
|
rdoc_options: []
|
|
@@ -105,5 +105,5 @@ rubyforge_project:
|
|
|
105
105
|
rubygems_version: 1.8.24
|
|
106
106
|
signing_key:
|
|
107
107
|
specification_version: 3
|
|
108
|
-
summary: A simple way to add Bayesian averages to
|
|
108
|
+
summary: A simple way to add Bayesian averages to your Mongoid classes
|
|
109
109
|
test_files: []
|