We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20acb0a commit 496855aCopy full SHA for 496855a
split_tester.gemspec
@@ -0,0 +1,16 @@
1
+Gem::Specification.new do |s|
2
+ s.platform = Gem::Platform::RUBY
3
+ s.name = 'split_tester'
4
+ s.version = '0.2'
5
+ s.summary = 'Provides A/B split testing functionality for Rails'
6
+ s.description = 'Split Tester provides support for A/B Split testing your pages with integration into Google Analytics.'
7
+
8
+ s.required_ruby_version = '>= 1.8.7'
9
+ s.required_rubygems_version = ">= 1.3.6"
10
11
+ s.author = 'Jeremy Hubert'
12
+ s.email = 'jhubert@gmail.com'
13
+ s.homepage = 'http://www.jeremyhubert.com'
14
15
+ s.add_dependency('rails', '>=3.0.0')
16
+end
0 commit comments