From e40b96519e9ee00523eee254a8d0fb966d42abc9 Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Sat, 25 Jun 2011 17:36:32 +0200 Subject: [PATCH] Preparing for 1.1.0 release --- VERSION | 2 +- couchrest_model.gemspec | 2 +- history.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index de1d3a8..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0.rc1 +1.1.0 diff --git a/couchrest_model.gemspec b/couchrest_model.gemspec index 7a500b7..9138525 100644 --- a/couchrest_model.gemspec +++ b/couchrest_model.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_dependency(%q, "1.1.0.pre3") + s.add_dependency(%q, "1.1.0") s.add_dependency(%q, "~> 1.15") s.add_dependency(%q, "~> 3.0") s.add_dependency(%q, "~> 0.3.22") diff --git a/history.md b/history.md index fdfd2b6..cff753c 100644 --- a/history.md +++ b/history.md @@ -1,6 +1,6 @@ # CouchRest Model Change History -## 1.1.0 - 2011-06-XX +## 1.1.0 - 2011-06-25 * Major Fixes * CastedModel no longer requires a Hash. Automatically includes all required methods.