Skip to content

Commit 2602740

Browse files
author
coding-chimp
committed
Adds a few badges
1 parent 2e9bc98 commit 2602740

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
AllCops:
2+
TargetRubyVersion: 2.1

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OneSignal
22

3+
[![Build Status][trb]][trl] [![Code Climate][ccb]][ccl]
4+
35
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/onesignal`. To experiment with that code, run `bin/console` for an interactive prompt.
46

57
TODO: Delete this and the text above, and describe your gem
@@ -32,10 +34,14 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
3234

3335
## Contributing
3436

35-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/onesignal. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
37+
Bug reports and pull requests are welcome on GitHub at https://github.com/coding-chimp/onesignal. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
3638

3739

3840
## License
3941

4042
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
4143

44+
[trb]: https://travis-ci.org/coding-chimp/onesignal.svg?branch=master
45+
[trl]: https://travis-ci.org/coding-chimp/onesignal
46+
[ccb]: https://codeclimate.com/github/coding-chimp/onesignal/badges/gpa.svg
47+
[ccl]: https://codeclimate.com/github/coding-chimp/onesignal

0 commit comments

Comments
 (0)