# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{couch} s.version = "0.0.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Johannes J. Schmidt"] s.date = %q{2010-03-08} s.default_executable = %q{couch} s.description = %q{With Couch you can easy build a standalone CouchDB application.} s.email = %q{schmidt@netzmerk.com} s.executables = ["couch"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "bin/couch", "couch.gemspec", "lib/couch.rb", "lib/couch/actions/base.rb", "lib/couch/actions/pull.rb", "lib/couch/actions/push.rb", "lib/couch/commands.rb", "lib/couch/commands/destroy.rb", "lib/couch/commands/generate.rb", "lib/couch/commands/pull.rb", "lib/couch/commands/push.rb", "lib/couch/generators.rb", "lib/couch/generators/application/USAGE", "lib/couch/generators/application/application_generator.rb", "lib/couch/generators/application/templates/README", "lib/couch/generators/application/templates/_attachments/index.html", "lib/couch/generators/application/templates/_attachments/stylesheets/application.css", "lib/couch/generators/application/templates/_id.js", "lib/couch/generators/application/templates/couchrc", "lib/couch/generators/application/templates/gitignore", "lib/couch/generators/application/templates/validate_doc_update.js", "lib/couch/generators/base.rb", "lib/couch/generators/list/USAGE", "lib/couch/generators/list/list_generator.rb", "lib/couch/generators/list/templates/list.js", "lib/couch/generators/named_base.rb", "lib/couch/generators/scaffold/USAGE", "lib/couch/generators/scaffold/scaffold_generator.rb", "lib/couch/generators/show/USAGE", "lib/couch/generators/show/show_generator.rb", "lib/couch/generators/show/templates/show.js", "lib/couch/generators/validation/USAGE", "lib/couch/generators/validation/validation_generator.rb", "lib/couch/generators/view/USAGE", "lib/couch/generators/view/templates/map.js", "lib/couch/generators/view/view_generator.rb", "lib/couch/mapper.rb", "lib/couch/version.rb", "spec/couch_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/jo/couch} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{couch} s.rubygems_version = %q{1.3.6} s.summary = %q{Standalone CouchDB Application Development Suite} s.test_files = [ "spec/spec_helper.rb", "spec/couch_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0.13.4"]) s.add_runtime_dependency(%q, [">= 1.4.1"]) s.add_runtime_dependency(%q, [">= 1.2.2"]) s.add_runtime_dependency(%q, [">= 3.0.0.beta"]) s.add_development_dependency(%q, [">= 1.2.9"]) else s.add_dependency(%q, [">= 0.13.4"]) s.add_dependency(%q, [">= 1.4.1"]) s.add_dependency(%q, [">= 1.2.2"]) s.add_dependency(%q, [">= 3.0.0.beta"]) s.add_dependency(%q, [">= 1.2.9"]) end else s.add_dependency(%q, [">= 0.13.4"]) s.add_dependency(%q, [">= 1.4.1"]) s.add_dependency(%q, [">= 1.2.2"]) s.add_dependency(%q, [">= 3.0.0.beta"]) s.add_dependency(%q, [">= 1.2.9"]) end end