Skip to content

Commit

Permalink
Merge branch 'release/v0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldemar Quevedo committed Mar 14, 2017
2 parents 9c0955f + 92a7e45 commit f859d05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Apcera Inc.
Copyright (c) 2016-2017 Apcera Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

[![License MIT](https://img.shields.io/npm/l/express.svg)](http://opensource.org/licenses/MIT)[![Build Status](https://travis-ci.org/wallyqs/pure-ruby-nats.svg)](http://travis-ci.org/nats-io/pure-ruby-nats)[![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&type=5&v=0.2.0)](https://rubygems.org/gems/nats-pure/versions/0.2.0)
[![License MIT](https://img.shields.io/npm/l/express.svg)](http://opensource.org/licenses/MIT)[![Build Status](https://travis-ci.org/wallyqs/pure-ruby-nats.svg)](http://travis-ci.org/nats-io/pure-ruby-nats)[![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&type=5&v=0.2.2)](https://rubygems.org/gems/nats-pure/versions/0.2.2)

## Getting Started

Expand Down Expand Up @@ -118,8 +118,7 @@ nats.connect({
tls: {
context: tls_context
}
}
)
})
```

## License
Expand Down
2 changes: 1 addition & 1 deletion lib/nats/io/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module NATS
module IO
# NOTE: These are all announced to the server on CONNECT
VERSION = "0.2.0"
VERSION = "0.2.2"
LANG = "#{RUBY_ENGINE}2".freeze
PROTOCOL = 1
end
Expand Down

0 comments on commit f859d05

Please sign in to comment.