Skip to content

Commit

Permalink
prepare releasing 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Nov 29, 2014
1 parent b58a67e commit 9ecdd67
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
@@ -1,5 +1,14 @@
# CHANGES

## rest-core 3.4.1 -- 2014-11-29

### Bugs fixed

* Handle errors for `RC::EventSource` more conservatively to avoid any
potential deadlock.

* It would not deadlock even if logging failed.

## rest-core 3.4.0 -- 2014-11-26

### Incompatible changes
Expand Down
2 changes: 1 addition & 1 deletion lib/rest-core/version.rb
@@ -1,4 +1,4 @@

module RestCore
VERSION = '3.4.0'
VERSION = '3.4.1'
end
6 changes: 3 additions & 3 deletions rest-core.gemspec
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
# stub: rest-core 3.4.0 ruby lib
# stub: rest-core 3.4.1 ruby lib

Gem::Specification.new do |s|
s.name = "rest-core"
s.version = "3.4.0"
s.version = "3.4.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Lin Jen-Shin (godfat)"]
s.date = "2014-11-26"
s.date = "2014-11-29"
s.description = "Modular Ruby clients interface for REST APIs.\n\nThere has been an explosion in the number of REST APIs available today.\nTo address the need for a way to access these APIs easily and elegantly,\nwe have developed rest-core, which consists of composable middleware\nthat allows you to build a REST client for any REST API. Or in the case of\ncommon APIs such as Facebook, Github, and Twitter, you can simply use the\ndedicated clients provided by [rest-more][].\n\n[rest-more]: https://github.com/godfat/rest-more"
s.email = ["godfat (XD) godfat.org"]
s.files = [
Expand Down

0 comments on commit 9ecdd67

Please sign in to comment.