1- # [ Split] ( http://libraries.io/rubygems/split )
1+ # [ Split] ( http://libraries.io/rubygems/split )
22
33[ ![ Gem Version] ( https://badge.fury.io/rb/split.svg )] ( http://badge.fury.io/rb/split )
44[ ![ Build Status] ( https://secure.travis-ci.org/splitrb/split.svg?branch=master )] ( http://travis-ci.org/splitrb/split )
@@ -18,7 +18,7 @@ Split is designed to be hacker friendly, allowing for maximum customisation and
1818
1919### Requirements
2020
21- Split currently requires Ruby 1.9.2 or higher. If your project requires compatibility with Ruby 1.8.x and Rails 2.3, please use v0.8.0.
21+ Split currently requires Ruby 1.9.3 or higher. If your project requires compatibility with Ruby 1.8.x and Rails 2.3, please use v0.8.0.
2222
2323Split uses Redis as a datastore.
2424
@@ -655,7 +655,7 @@ Once you finish one of the goals, the test is considered to be completed, and fi
655655
656656#### Combined Experiments
657657If you want to test how how button color affects signup * and* how it affects login, at the same time. Use combined tests
658- Configure like so
658+ Configure like so
659659``` ruby
660660 Split .configuration.experiments = {
661661 :button_color_experiment => {
@@ -676,8 +676,8 @@ Finish each combined test as normal
676676 ab_finished(:button_color_on_signup )
677677```
678678
679- ** Additional Configuration** :
680- * Be sure to enable ` allow_multiple_experiments `
679+ ** Additional Configuration** :
680+ * Be sure to enable ` allow_multiple_experiments `
681681* In Sinatra include the CombinedExperimentsHelper
682682 ```
683683 helpers Split::CombinedExperimentsHelper
0 commit comments