-
Notifications
You must be signed in to change notification settings - Fork 4
/
abingo.gemspec
68 lines (63 loc) · 2.17 KB
/
abingo.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{abingo}
s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Patrick McKenzie", "Wildfalcon", "Matthias Bauer"]
s.date = %q{2010-12-20}
s.description = %q{Rails A/B testing. One minute to install. One line to set up a new A/B test. One line to track conversion.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README.md"
]
s.files = [
"MIT-LICENSE",
"README.md",
"Rakefile",
"VERSION",
"init.rb",
"install.rb",
"lib/abingo.rb",
"lib/abingo/alternative.rb",
"lib/abingo/controller/dashboard.rb",
"lib/abingo/conversion_rate.rb",
"lib/abingo/experiment.rb",
"lib/abingo/rails/controller/dashboard.rb",
"lib/abingo/railtie.rb",
"lib/abingo/statistics.rb",
"lib/abingo/views/ab_dashboard/_experiment.erb",
"lib/abingo/views/ab_dashboard/index.erb",
"lib/abingo_sugar.rb",
"lib/abingo_view_helper.rb",
"lib/generators/abingo_migration/USAGE",
"lib/generators/abingo_migration/abingo_migration_generator.rb",
"lib/generators/abingo_migration/templates/create_abingo_tables.rb",
"lib/generators/abingo_views/USAGE",
"lib/generators/abingo_views/abingo_views_generator.rb",
"lib/generators/abingo_views/templates/views/ab_dashboard/_experiment.html.erb",
"lib/generators/abingo_views/templates/views/ab_dashboard/index.html.erb",
"strip.rb",
"test/abingo_test.rb",
"test/test_helper.rb",
"uninstall.rb"
]
s.homepage = %q{https://github.com/moeffju/abingo}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{A/B Testing for Rails 3}
s.test_files = [
"test/abingo_test.rb",
"test/test_helper.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end