Skip to content

Commit

Permalink
Replace Pledgie with Gittip [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 19, 2013
1 parent edcab8f commit ae11102
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ improve this project. Here are some ways *you* can contribute:
* Refactor code.
* Fix [issues][].
* Review patches.
* Financially pledge using [Pledgie][].
* Financially pledge using [gittip][].

[issues]: https://github.com/sferik/twitter/issues
[Pledgie]: http://pledgie.com/campaigns/18388
[gittip]: https://www.gittip.com/sferik/

## Submitting an Issue
We use the [GitHub issue tracker][issues] to track bugs and features. Before
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
[![Dependency Status](https://gemnasium.com/sferik/twitter.png?travis)][gemnasium]
[![Code Climate](https://codeclimate.com/github/sferik/twitter.png)][codeclimate]
[![Coverage Status](https://coveralls.io/repos/sferik/twitter/badge.png?branch=master)][coveralls]
[![Click here to make a donation](http://www.pledgie.com/campaigns/18388.png)][pledgie]
[![Gittip](http://img.shields.io/gittip/sferik.png)][gittip]

[gem]: https://rubygems.org/gems/twitter
[travis]: http://travis-ci.org/sferik/twitter
[gemnasium]: https://gemnasium.com/sferik/twitter
[codeclimate]: https://codeclimate.com/github/sferik/twitter
[coveralls]: https://coveralls.io/r/sferik/twitter
[pledgie]: http://pledgie.com/campaigns/18388
[gittip]: https://www.gittip.com/sferik/

A Ruby interface to the Twitter API.

Expand Down Expand Up @@ -137,7 +137,7 @@ end

```ruby
client.user do |message|
puts message
puts message
end
```

Expand Down

0 comments on commit ae11102

Please sign in to comment.