Skip to content

Commit 496855a

Browse files
committedJan 24, 2011
Added a gemspec
1 parent 20acb0a commit 496855a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎split_tester.gemspec

+16
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.