ab_tests 0.0.1 → 0.0.2
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/ab_tests.gemspec +1 -1
- data/lib/ab_tests/version.rb +1 -1
- metadata +3 -3
data/ab_tests.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["scottschulthess@gmail.com"]
|
|
7
7
|
gem.description = %q{A small rails gem for creating and recording A/B Tests}
|
|
8
8
|
gem.summary = %q{This gem creates a table called variations and then provides a view helper to define a/b tests and record them on the fly}
|
|
9
|
-
gem.homepage = ""
|
|
9
|
+
gem.homepage = "https://github.com/scottschulthess/ab_tests"
|
|
10
10
|
gem.files = `git ls-files`.split($\)
|
|
11
11
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
12
12
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
data/lib/ab_tests/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ab_tests
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
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: 2013-05-
|
|
12
|
+
date: 2013-05-31 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: A small rails gem for creating and recording A/B Tests
|
|
15
15
|
email:
|
|
@@ -42,7 +42,7 @@ files:
|
|
|
42
42
|
- spec/internal/log/.gitignore
|
|
43
43
|
- spec/internal/public/favicon.ico
|
|
44
44
|
- spec/spec_helper.rb
|
|
45
|
-
homepage:
|
|
45
|
+
homepage: https://github.com/scottschulthess/ab_tests
|
|
46
46
|
licenses: []
|
|
47
47
|
post_install_message:
|
|
48
48
|
rdoc_options: []
|