Skip to content

Commit

Permalink
update dependencies and re-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jweiss committed Aug 31, 2011
1 parent 3709d41 commit ead62f6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 31 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,8 +1,8 @@
source :rubygems

gem 'uuidtools'
gem 'simply_stored', '0.6.8', :require => 'simply_stored/couch'
gem 'couch_potato', '0.5.7'
gem 'simply_stored', '0.7.0rc2', :require => 'simply_stored/couch'
gem 'couch_potato', '0.5.7.3'
gem 'jeweler'

group :test do
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.2
0.4.3
57 changes: 29 additions & 28 deletions rocking_chair.gemspec
@@ -1,63 +1,64 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jonathan Weiss"]
s.date = %q{2011-04-04}
s.authors = [%q{Jonathan Weiss}]
s.date = %q{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.email = %q{jw@innerewut.de}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
"README.md"
]
s.files = [
"Gemfile.lock",
"LICENSE.txt",
"README.md",
"lib/rocking_chair.rb",
"lib/rocking_chair/couch_rest_http_adapter.rb",
"lib/rocking_chair/database.rb",
"lib/rocking_chair/error.rb",
"lib/rocking_chair/helper.rb",
"lib/rocking_chair/http_adapter.rb",
"lib/rocking_chair/server.rb",
"lib/rocking_chair/view.rb"
"README.md",
"lib/rocking_chair.rb",
"lib/rocking_chair/couch_rest_http_adapter.rb",
"lib/rocking_chair/database.rb",
"lib/rocking_chair/error.rb",
"lib/rocking_chair/helper.rb",
"lib/rocking_chair/http_adapter.rb",
"lib/rocking_chair/server.rb",
"lib/rocking_chair/view.rb"
]
s.homepage = %q{http://github.com/jweiss/rocking_chair}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.6}
s.summary = %q{In-memory CouchDB for Couchrest and SimplyStored}
s.test_files = [
"test/couch_rest_test.rb",
"test/database_test.rb",
"test/extended_couch_rest_test.rb",
"test/fixtures/extended_couch_rest_fixtures.rb",
"test/fixtures/simply_stored_fixtures.rb",
"test/simply_stored_test.rb",
"test/test_helper.rb",
"test/view_test.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<uuidtools>, [">= 0"])
s.add_runtime_dependency(%q<simply_stored>, ["= 0.7.0rc2"])
s.add_runtime_dependency(%q<couch_potato>, ["= 0.5.7.3"])
s.add_runtime_dependency(%q<jeweler>, [">= 0"])
s.add_runtime_dependency(%q<simply_stored>, [">= 0.1.12"])
s.add_runtime_dependency(%q<rest-client>, [">= 1.6.1"])
s.add_runtime_dependency(%q<couchrest>, [">= 1.0.1"])
else
s.add_dependency(%q<uuidtools>, [">= 0"])
s.add_dependency(%q<simply_stored>, ["= 0.7.0rc2"])
s.add_dependency(%q<couch_potato>, ["= 0.5.7.3"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<simply_stored>, [">= 0.1.12"])
s.add_dependency(%q<rest-client>, [">= 1.6.1"])
s.add_dependency(%q<couchrest>, [">= 1.0.1"])
end
else
s.add_dependency(%q<uuidtools>, [">= 0"])
s.add_dependency(%q<simply_stored>, ["= 0.7.0rc2"])
s.add_dependency(%q<couch_potato>, ["= 0.5.7.3"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<simply_stored>, [">= 0.1.12"])
s.add_dependency(%q<rest-client>, [">= 1.6.1"])
s.add_dependency(%q<couchrest>, [">= 1.0.1"])
Expand Down

0 comments on commit ead62f6

Please sign in to comment.