Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jweiss committed Aug 31, 2011
1 parent ead62f6 commit 469f8bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.3 0.4.5
20 changes: 10 additions & 10 deletions rocking_chair.gemspec
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rocking_chair} s.name = "rocking_chair"
s.version = "0.4.3" s.version = "0.4.5"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Jonathan Weiss}] s.authors = ["Jonathan Weiss"]
s.date = %q{2011-08-31} s.date = "2011-08-31"
s.description = %q{In-memory CouchDB for Couchrest and SimplyStored. Works for database and document API, by_attribute views, and for SimplyStored generated views} s.description = "In-memory CouchDB for Couchrest and SimplyStored. Works for database and document API, by_attribute views, and for SimplyStored generated views"
s.email = %q{jw@innerewut.de} s.email = "jw@innerewut.de"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE.txt", "LICENSE.txt",
"README.md" "README.md"
Expand All @@ -29,10 +29,10 @@ Gem::Specification.new do |s|
"lib/rocking_chair/server.rb", "lib/rocking_chair/server.rb",
"lib/rocking_chair/view.rb" "lib/rocking_chair/view.rb"
] ]
s.homepage = %q{http://github.com/jweiss/rocking_chair} s.homepage = "http://github.com/jweiss/rocking_chair"
s.require_paths = [%q{lib}] s.require_paths = ["lib"]
s.rubygems_version = %q{1.8.6} s.rubygems_version = "1.8.10"
s.summary = %q{In-memory CouchDB for Couchrest and SimplyStored} s.summary = "In-memory CouchDB for Couchrest and SimplyStored"


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
s.specification_version = 3 s.specification_version = 3
Expand Down

0 comments on commit 469f8bb

Please sign in to comment.