mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -04:00
Update README.md
Adds Coverage and Codeclimate badges Removes the TODO section Adds Contribute section
This commit is contained in:
parent
5ba7c30a7b
commit
e04b6d0b61
13
README.md
13
README.md
@ -2,6 +2,8 @@
|
||||
|
||||
[](https://rubygems.org/gems/faraday)
|
||||
[](https://travis-ci.org/lostisland/faraday)
|
||||
[](https://coveralls.io/github/lostisland/faraday?branch=master)
|
||||
[](https://codeclimate.com/github/lostisland/faraday)
|
||||
[](https://gitter.im/lostisland/faraday?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
||||
|
||||
@ -313,11 +315,6 @@ resp = test.get '/else' #=> raises "no such stub" error
|
||||
stubs.verify_stubbed_calls
|
||||
```
|
||||
|
||||
## TODO
|
||||
|
||||
* support streaming requests/responses
|
||||
* better stubbing API
|
||||
|
||||
## Supported Ruby versions
|
||||
|
||||
This library aims to support and is [tested against][travis] the following Ruby
|
||||
@ -340,6 +337,12 @@ implementation, you will be responsible for providing patches in a timely
|
||||
fashion. If critical issues for a particular implementation exist at the time
|
||||
of a major release, support for that Ruby version may be dropped.
|
||||
|
||||
## Contribute
|
||||
|
||||
Do you want to contribute to Faraday?
|
||||
Open the issues page and check for the `any volunteer?` label!
|
||||
But before you start coding, please read our [Contributing Guide](https://github.com/lostisland/faraday/blob/master/CONTRIBUTING.md)
|
||||
|
||||
## Copyright
|
||||
|
||||
Copyright (c) 2009-2017 [Rick Olson](mailto:technoweenie@gmail.com), Zack Hobson.
|
||||
|
Loading…
x
Reference in New Issue
Block a user