Skip to content

Commit e8f2d0d

Browse files
authored
Update README.md
1 parent fccbabf commit e8f2d0d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Mockserver Client
1+
# mockserver-client-ruby
22

3-
A Ruby client for [MockServer](http://www.mock-server.com) project. This client follows the Java client's fluent style closely by using Ruby blocks.
3+
> Communicate with [MockServer](http://mock-server.com/) from ruby
44
5-
## Installation
5+
[![Build Status](https://app.snap-ci.com/jamesdbloom/mockserver-client-ruby/branch/master/build_image)](https://app.snap-ci.com/jamesdbloom/mockserver-client-ruby/branch/master) [![mockserver-client](https://badge.fury.io/rb/mockserver-client.png)](https://rubygems.org/gems/mockserver-client)
6+
7+
For chat room: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jamesdbloom/mockserver?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
8+
9+
## Getting Started
610

711
Add this line to your application's Gemfile:
812

@@ -194,7 +198,6 @@ Expectation (use in register)
194198
Getter methods for `request`, `response` and `forward` methods will optionally accept a block. If block is passed object is configured before it is returned. The attribute `times` has conventional getter and setter methods.
195199

196200
## CLI
197-
198201
This gem comes with a command line interface which allow you to run the Mock Server calls from the command line. When this gem is installed, you will have the `mockserver` executable on your PATH. Type `mockserver --help` and you will get this output:
199202

200203
```bash
@@ -252,9 +255,10 @@ Running with parameters:
252255
```
253256

254257
# Issues
255-
256258
If you have any problems, please [check the project issues](https://github.com/jamesdbloom/mockserver/issues?state=open).
257259

258260
# Contributions
261+
Pull requests are, of course, very welcome! Please read our [contributing to the project](https://github.com/jamesdbloom/mockserver/wiki/Contributing-to-the-project) guide first. Then head over to the [open issues](https://github.com/jamesdbloom/mockserver/issues?state=open) to see what we need help with. Make sure you let us know if you intend to work on something. Also, check out the [milestones](https://github.com/jamesdbloom/mockserver/milestones) to see what is planned for future releases.
259262

260-
Pull requests are, of course, very welcome! Please read our [contributing to the project](https://github.com/jamesdbloom/mockserver/wiki/Contributing-to-the-project) guide first. Then head over to the [open issues](https://github.com/jamesdbloom/mockserver/issues?state=open) to see what we need help with. Make sure you let us know if you intend to work on something. Also, check out the [milestones](https://github.com/jamesdbloom/mockserver/issues/milestones) to see what is planned for future releases.
263+
# Maintainers
264+
* [James D Bloom](http://blog.jamesdbloom.com)

0 commit comments

Comments
 (0)