Skip to content

Commit

Permalink
prepare 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Jan 16, 2015
1 parent 1d582fb commit 5fa89d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
@@ -1,5 +1,12 @@
# CHANGES

## rest-core 3.5.4 -- 2015-01-17

### Bugs fixed

* Fixed a regression where callback is not called for `RC::Cache` when cache
is available.

## rest-core 3.5.3 -- 2015-01-11

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

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

Gem::Specification.new do |s|
s.name = "rest-core"
s.version = "3.5.3"
s.version = "3.5.4"

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 = "2015-01-11"
s.date = "2015-01-17"
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 5fa89d9

Please sign in to comment.