# 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{rid} s.version = "0.5.1" 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-16} s.default_executable = %q{rid} s.description = %q{With Couch you can easy build a standalone CouchDB application. Couch aims to bring some of the Rails beauty to CouchDB. Currently Couch supports Rails style Generators you will love, using the same awesome Thor library used in Rails3.} s.email = %q{schmidt@netzmerk.com} s.executables = ["rid"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".gitignore", ".gitmodules", "LICENSE", "README.rdoc", "Rakefile", "bin/rid", "lib/rid.rb", "lib/rid/actions/base.rb", "lib/rid/actions/pull.rb", "lib/rid/actions/push.rb", "lib/rid/actions/routes.rb", "lib/rid/attachments.rb", "lib/rid/commands.rb", "lib/rid/commands/destroy.rb", "lib/rid/commands/generate.rb", "lib/rid/commands/pull.rb", "lib/rid/commands/push.rb", "lib/rid/commands/routes.rb", "lib/rid/core_ext/hash.rb", "lib/rid/design_document.rb", "lib/rid/generators.rb", "lib/rid/generators/application/USAGE", "lib/rid/generators/application/application_generator.rb", "lib/rid/generators/application/templates/README", "lib/rid/generators/application/templates/_attachments/index.html", "lib/rid/generators/application/templates/_attachments/stylesheets/application.css", "lib/rid/generators/application/templates/_id", "lib/rid/generators/application/templates/gitignore", "lib/rid/generators/application/templates/lib/mustache.js", "lib/rid/generators/application/templates/lib/path.js", "lib/rid/generators/application/templates/lib/templates/layout.mustache", "lib/rid/generators/application/templates/ridrc", "lib/rid/generators/application/templates/validate_doc_update.js", "lib/rid/generators/base.rb", "lib/rid/generators/list/USAGE", "lib/rid/generators/list/list_generator.rb", "lib/rid/generators/list/templates/index.mustache", "lib/rid/generators/list/templates/list.js", "lib/rid/generators/named_base.rb", "lib/rid/generators/scaffold/USAGE", "lib/rid/generators/scaffold/scaffold_generator.rb", "lib/rid/generators/show/USAGE", "lib/rid/generators/show/show_generator.rb", "lib/rid/generators/show/templates/delete.mustache", "lib/rid/generators/show/templates/deleted.mustache", "lib/rid/generators/show/templates/form.mustache", "lib/rid/generators/show/templates/show.js", "lib/rid/generators/show/templates/show.mustache", "lib/rid/generators/update/USAGE", "lib/rid/generators/update/templates/update.js", "lib/rid/generators/update/update_generator.rb", "lib/rid/generators/validation/USAGE", "lib/rid/generators/validation/templates/validate_doc_update.js", "lib/rid/generators/validation/validation_generator.rb", "lib/rid/generators/view/USAGE", "lib/rid/generators/view/templates/map.js", "lib/rid/generators/view/view_generator.rb", "lib/rid/makros.rb", "lib/rid/version.rb", "rid.gemspec", "spec/rid/attachments_spec.rb", "spec/rid/core_ext/hash_spec.rb", "spec/rid/design_document_spec.rb", "spec/rid/makros_spec.rb", "spec/rid_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://jo.github.com/rid/} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{rid} s.rubygems_version = %q{1.3.6} s.summary = %q{Standalone Couchdb Application Development Suite} s.test_files = [ "spec/spec_helper.rb", "spec/rid_spec.rb", "spec/rid/core_ext/hash_spec.rb", "spec/rid/makros_spec.rb", "spec/rid/attachments_spec.rb", "spec/rid/design_document_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