Skip to content

Commit

Permalink
version bump and prepare 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed May 14, 2012
1 parent 84a44c9 commit 23e38ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# CHANGES

## rest-more 1.0.1 -- 2012-05-14

* [RailsUtilUtil] Fix for DalliStore

## rest-more 1.0.0 -- 2012-03-17

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

module RestMore
VERSION = '1.0.0'
VERSION = '1.0.1'
end
6 changes: 3 additions & 3 deletions rest-more.gemspec
Expand Up @@ -2,13 +2,13 @@

Gem::Specification.new do |s|
s.name = "rest-more"
s.version = "1.0.0"
s.version = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [
"Cardinal Blue",
"Lin Jen-Shin (godfat)"]
s.date = "2012-04-14"
s.date = "2012-05-14"
s.description = "Various REST clients such as Facebook and Twitter built with [rest-core][]\n\n[rest-core]: https://github.com/cardinalblue/rest-core"
s.email = ["dev (XD) cardinalblue.com"]
s.executables = ["rib-rest-core"]
Expand Down Expand Up @@ -118,7 +118,7 @@ Gem::Specification.new do |s|
"test/twitter/test_api.rb"]
s.homepage = "https://github.com/cardinalblue/rest-more"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.21"
s.rubygems_version = "1.8.24"
s.summary = "Various REST clients such as Facebook and Twitter built with [rest-core][]"
s.test_files = [
"test/bing/test_api.rb",
Expand Down

0 comments on commit 23e38ed

Please sign in to comment.