bandit 0.0.10 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/bandit.gemspec +1 -1
- data/lib/bandit/version.rb +1 -1
- data/lib/generators/bandit/dashboard_generator.rb +2 -2
- metadata +5 -5
data/bandit.gemspec
CHANGED
@@ -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 = ["
|
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"
|
data/lib/bandit/version.rb
CHANGED
@@ -16,8 +16,8 @@ module Bandit
|
|
16
16
|
end
|
17
17
|
|
18
18
|
def copy_assets
|
19
|
-
directory 'dashboard/js', '
|
20
|
-
directory 'dashboard/css', '
|
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
|
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-
|
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
|
-
-
|
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:
|
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:
|
128
|
+
hash: 2786446495406775792
|
129
129
|
segments:
|
130
130
|
- 0
|
131
131
|
version: "0"
|