From a0ec70604c1297640628ca246a095ec3b548e279 Mon Sep 17 00:00:00 2001 From: Jonathan Weiss Date: Fri, 25 Mar 2011 14:30:40 +0100 Subject: [PATCH] bump version --- lib/simply_stored.rb | 2 +- simply_stored.gemspec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/simply_stored.rb b/lib/simply_stored.rb index 4d476a7..f687b09 100644 --- a/lib/simply_stored.rb +++ b/lib/simply_stored.rb @@ -4,7 +4,7 @@ require File.expand_path(File.dirname(__FILE__) + '/simply_stored/class_methods_base') module SimplyStored - VERSION = '0.5.0' + VERSION = '0.5.1' class Error < RuntimeError; end class RecordNotFound < RuntimeError; end end diff --git a/simply_stored.gemspec b/simply_stored.gemspec index 1a1d3c3..5f05a1c 100644 --- a/simply_stored.gemspec +++ b/simply_stored.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{simply_stored} - s.version = "0.5.0" + s.version = "0.5.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Mathias Meyer, Jonathan Weiss"] - s.date = %q{2011-02-22} + s.date = %q{2011-03-25} s.description = %q{Convenience layer for CouchDB on top of CouchPotato.} s.email = %q{info@peritor.com} s.extra_rdoc_files = [ @@ -18,6 +18,7 @@ Gem::Specification.new do |s| ] s.files = [ "CHANGELOG.md", + "Gemfile.lock", "LICENSE.txt", "README.md", "lib/simply_stored.rb",