Skip to content

Commit

Permalink
release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Nov 26, 2014
1 parent 1a3223e commit 0e5fbc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGES

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

### Incompatible changes

Expand Down
2 changes: 1 addition & 1 deletion rest-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
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-23"
s.date = "2014-11-26"
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 0e5fbc3

Please sign in to comment.