Skip to content

Commit f3bc87a

Browse files
committed
docs: small edits
1 parent 1f897b1 commit f3bc87a

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 Andrew Nesbitt
1+
Copyright (c) 2015-2018 Andrew Nesbitt
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

Readme.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
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

1113
The split gem and its dependencies.
1214

13-
## Setup
15+
### Setup
1416

1517
If 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

9799
Source hosted at [GitHub](http://github.com/splitrb/split-analytics).
98100
Report 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.

split-analytics.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ require 'split/analytics/version'
55
Gem::Specification.new do |gem|
66
gem.authors = ['Andrew Nesbitt']
77
gem.email = ['andrewnez@gmail.com']
8-
gem.summary = 'Split extension to push test data to google analytics'
8+
gem.summary = 'Split extension to push test data to Google Analytics'
99
gem.homepage = 'https://github.com/splitrb/split-analytics'
10+
gem.bug_tracker_uri = 'https://github.com/splitrb/split-analytics/issues'
1011
gem.license = 'MIT'
1112

1213
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }

0 commit comments

Comments
 (0)