11# [ Split Analytics] ( http://libraries.io/rubygems/split-analytics )
22
3- An extension to [ Split] ( http://github.com/splitrb/split ) to push test data to google analytics.
3+ > 📊 An extension to [ Split] ( http://github.com/splitrb/split ) to push test data to Google Analytics
44
55[ ![ Build Status] ( https://secure.travis-ci.org/splitrb/split-analytics.svg?branch=master )] ( http://travis-ci.org/andrew/split-analytics )
66[ ![ Gem Version] ( https://badge.fury.io/rb/split-analytics.svg )] ( http://badge.fury.io/rb/split-analytics )
77[ ![ Dependency Status] ( https://gemnasium.com/splitrb/split-analytics.svg )] ( https://gemnasium.com/andrew/split-analytics )
88
9- ## Requirements
9+ ## Install
10+
11+ ### Requirements
1012
1113The split gem and its dependencies.
1214
13- ## Setup
15+ ### Setup
1416
1517If you are using bundler add split to your Gemfile:
1618
@@ -92,12 +94,12 @@ haml example:
9294= tracking_code(:account => 'UA-12345-6', :tracker_url => 'stats.g.doubleclick.net/dc.js', :ssl_tracker_url => 'stats.g.doubleclick.net/dc.js')
9395```
9496
95- ## Development
97+ ## Contributing
9698
9799Source hosted at [ GitHub] ( http://github.com/splitrb/split-analytics ) .
98100Report Issues/Feature requests on [ GitHub Issues] ( http://github.com/splitrb/split-analytics/issues ) .
99101
100- Tests can be ran with ` rake spec `
102+ Please follow the [ Code of Conduct ] ( CODE_OF_CONDUCT.md ) .
101103
102104### Note on Patches/Pull Requests
103105
@@ -109,6 +111,10 @@ Tests can be ran with `rake spec`
109111 (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
110112 * Send me a pull request. Bonus points for topic branches.
111113
112- ## Copyright
114+ ### Testing
115+
116+ Tests can be ran with ` rake spec ` .
117+
118+ ## License
113119
114- Copyright (c) 2015 Andrew Nesbitt. See LICENSE for details.
120+ Copyright (c) 2015-2018 Andrew Nesbitt. See [ LICENSE] ( LICENSE ) for details.
0 commit comments