vanity 1.9.2 → 1.9.3
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/CHANGELOG +5 -1
- data/Gemfile.lock +1 -1
- data/gemfiles/rails3.gemfile.lock +1 -1
- data/gemfiles/rails31.gemfile.lock +1 -1
- data/gemfiles/rails32.gemfile.lock +1 -1
- data/gemfiles/rails4.gemfile.lock +1 -1
- data/lib/vanity/experiment/ab_test.rb +1 -1
- data/lib/vanity/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -302,7 +302,7 @@ module Vanity
|
|
|
302
302
|
|
|
303
303
|
# Use the result of #score or #bayes_bandit_score to derive a conclusion. Returns an
|
|
304
304
|
# array of claims.
|
|
305
|
-
def conclusion(score = score)
|
|
305
|
+
def conclusion(score = score())
|
|
306
306
|
claims = []
|
|
307
307
|
participants = score.alts.inject(0) { |t,alt| t + alt.participants }
|
|
308
308
|
claims << case participants
|
data/lib/vanity/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vanity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-10-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -181,7 +181,7 @@ licenses:
|
|
|
181
181
|
post_install_message: To get started run vanity --help
|
|
182
182
|
rdoc_options:
|
|
183
183
|
- --title
|
|
184
|
-
- Vanity 1.9.
|
|
184
|
+
- Vanity 1.9.3
|
|
185
185
|
- --main
|
|
186
186
|
- README.rdoc
|
|
187
187
|
- --webcvs
|