Skip to content

Commit

Permalink
Update readme badge and history
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Mar 19, 2018
1 parent 746b65d commit 6932dfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -1,5 +1,9 @@
# HISTORY

## v0.8.4 (Feb 23, 2018)
- Support to include connection `name` as part of CONNECT options (#145)
- Fixed support for Ruby 2.5 due to missing OpenSSL `require` (#144)

## v0.8.2 (March 14, 2017)
- Allow setting name from client on connect (#129)
- Add discovered servers helper for servers announced via async INFO (#136)
Expand Down
26 changes: 3 additions & 23 deletions README.md
Expand Up @@ -2,7 +2,7 @@

A [Ruby](http://ruby-lang.org) client for the [NATS messaging system](https://nats.io).

[![License MIT](https://img.shields.io/npm/l/express.svg)](http://opensource.org/licenses/MIT)
[![License Apache 2.0](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Build Status](https://travis-ci.org/nats-io/ruby-nats.svg)](http://travis-ci.org/nats-io/ruby-nats) [![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&type=5&v=0.8.4)](https://rubygems.org/gems/nats/versions/0.8.4) [![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/nats-io/ruby-nats)

## Supported Platforms
Expand Down Expand Up @@ -214,25 +214,5 @@ See examples and benchmarks for more information..

## License

(The MIT License)

Copyright (c) 2010-2018 Derek Collison

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

Unless otherwise noted, the NATS source files are distributed under
the Apache Version 2.0 license found in the LICENSE file.

0 comments on commit 6932dfe

Please sign in to comment.