bandit 0.0.10 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
5
  s.name = "bandit"
6
6
  s.version = Bandit::VERSION
7
7
  s.authors = ["Brian Muller"]
8
- s.email = ["brian.muller@livingsocial.com"]
8
+ s.email = ["bamuller@gmail.com"]
9
9
  s.homepage = "https://github.com/bmuller/bandit"
10
10
  s.summary = "Multi-armed bandit testing in rails"
11
11
  s.description = "Bandit provides a way to do multi-armed bandit optimization of alternatives in a rails website"
@@ -1,3 +1,3 @@
1
1
  module Bandit
2
- VERSION = "0.0.10"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -16,8 +16,8 @@ module Bandit
16
16
  end
17
17
 
18
18
  def copy_assets
19
- directory 'dashboard/js', 'public/javascripts/bandit'
20
- directory 'dashboard/css', 'public/stylesheets/bandit'
19
+ directory 'dashboard/js', 'vendor/javascripts/bandit'
20
+ directory 'dashboard/css', 'vendor/stylesheets/bandit'
21
21
  end
22
22
 
23
23
  def message
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bandit
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.10
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brian Muller
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-10-16 00:00:00 Z
13
+ date: 2012-11-08 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -36,7 +36,7 @@ dependencies:
36
36
  version_requirements: *id002
37
37
  description: Bandit provides a way to do multi-armed bandit optimization of alternatives in a rails website
38
38
  email:
39
- - brian.muller@livingsocial.com
39
+ - bamuller@gmail.com
40
40
  executables: []
41
41
 
42
42
  extensions: []
@@ -116,7 +116,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
116
116
  requirements:
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
- hash: 1402307599098120772
119
+ hash: 2786446495406775792
120
120
  segments:
121
121
  - 0
122
122
  version: "0"
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - - ">="
127
127
  - !ruby/object:Gem::Version
128
- hash: 1402307599098120772
128
+ hash: 2786446495406775792
129
129
  segments:
130
130
  - 0
131
131
  version: "0"