File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# [ Split Analytics] ( http://libraries.io/rubygems/split-analytics )
22
3- An extension to [ Split] ( http://github.com/andrew /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/andrew/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 )
@@ -94,8 +94,8 @@ haml example:
9494
9595## Development
9696
97- Source hosted at [ GitHub] ( http://github.com/andrew /split-analytics ) .
98- Report Issues/Feature requests on [ GitHub Issues] ( http://github.com/andrew /split-analytics/issues ) .
97+ Source hosted at [ GitHub] ( http://github.com/splitrb /split-analytics ) .
98+ Report Issues/Feature requests on [ GitHub Issues] ( http://github.com/splitrb /split-analytics/issues ) .
9999
100100Tests can be ran with ` rake spec `
101101
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
66 gem . authors = [ 'Andrew Nesbitt' ]
77 gem . email = [ 'andrewnez@gmail.com' ]
88 gem . summary = 'Split extension to push test data to google analytics'
9- gem . homepage = 'https://github.com/andrew /split-analytics'
9+ gem . homepage = 'https://github.com/splitrb /split-analytics'
1010 gem . license = 'MIT'
1111
1212 gem . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments