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 CHANGED
@@ -1,4 +1,8 @@
1
- == 1.9.0 (2014-04-20)
1
+ == 1.9.3 (2015-10-04)
2
+
3
+ Cherry-pick fix for ruby 2.2.
4
+
5
+ == 1.9.1 (2014-04-20)
2
6
 
3
7
  Include db:reset in blacklist for autoconnect. (@phillbaker)
4
8
  Add grace period to Vanity::Metric updated_at (@stangel)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vanity (1.9.2)
4
+ vanity (1.9.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -7,7 +7,7 @@ GIT
7
7
  PATH
8
8
  remote: ..
9
9
  specs:
10
- vanity (1.9.2)
10
+ vanity (1.9.3)
11
11
 
12
12
  GEM
13
13
  remote: https://rubygems.org/
@@ -7,7 +7,7 @@ GIT
7
7
  PATH
8
8
  remote: ..
9
9
  specs:
10
- vanity (1.9.2)
10
+ vanity (1.9.3)
11
11
 
12
12
  GEM
13
13
  remote: https://rubygems.org/
@@ -7,7 +7,7 @@ GIT
7
7
  PATH
8
8
  remote: ..
9
9
  specs:
10
- vanity (1.9.2)
10
+ vanity (1.9.3)
11
11
 
12
12
  GEM
13
13
  remote: https://rubygems.org/
@@ -7,7 +7,7 @@ GIT
7
7
  PATH
8
8
  remote: ..
9
9
  specs:
10
- vanity (1.9.2)
10
+ vanity (1.9.3)
11
11
 
12
12
  GEM
13
13
  remote: https://rubygems.org/
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Vanity
2
- VERSION = "1.9.2"
2
+ VERSION = "1.9.3"
3
3
 
4
4
  module Version
5
5
  version = VERSION.to_s.split(".").map { |i| i.to_i }
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.2
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-08-06 00:00:00.000000000 Z
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.2
184
+ - Vanity 1.9.3
185
185
  - --main
186
186
  - README.rdoc
187
187
  - --webcvs