Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jweiss committed Mar 25, 2011
1 parent 1760054 commit a0ec706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/simply_stored.rb
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions simply_stored.gemspec
Expand Up @@ -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 = [
Expand All @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
]
s.files = [
"CHANGELOG.md",
"Gemfile.lock",
"LICENSE.txt",
"README.md",
"lib/simply_stored.rb",
Expand Down

0 comments on commit a0ec706

Please sign in to comment.