# 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-core} s.version = "1.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Johannes J. Schmidt"] s.date = %q{2010-11-23} s.default_executable = %q{rid} s.description = %q{Rid is a toolkit to relax in web development. Based on CouchDB you get a distributed, high scaling web application infrastructure with Rid. This is the Rid core.} s.email = %q{schmidt@netzmerk.com} s.executables = ["rid"] s.extra_rdoc_files = [ "LICENSE", "README" ] s.files = [ ".gitignore", "LICENSE", "README", "Rakefile", "VERSION", "bin/rid", "lib/rid.rb", "lib/rid/app.rb", "lib/rid/attachments.rb", "lib/rid/commands.rb", "lib/rid/core_ext/hash.rb", "lib/rid/database.rb", "lib/rid/document.rb", "rid-core.gemspec", "spec/mock_app/_database", "spec/rid/app_spec.rb", "spec/rid/attachments_spec.rb", "spec/rid/commands_spec.rb", "spec/rid/core_ext/hash_spec.rb", "spec/rid/database_spec.rb", "spec/rid/document_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://rid.github.com/rid} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Rest in development core.} s.test_files = [ "spec/spec_helper.rb", "spec/rid/core_ext/hash_spec.rb", "spec/rid/database_spec.rb", "spec/rid/commands_spec.rb", "spec/rid/app_spec.rb", "spec/rid/attachments_spec.rb", "spec/rid/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::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 4.0.3"]) s.add_runtime_dependency(%q, [">= 0.6.0"]) s.add_runtime_dependency(%q, [">= 1.5.0"]) s.add_runtime_dependency(%q, [">= 1.4.2"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 1.2.9"]) else s.add_dependency(%q, [">= 4.0.3"]) s.add_dependency(%q, [">= 0.6.0"]) s.add_dependency(%q, [">= 1.5.0"]) s.add_dependency(%q, [">= 1.4.2"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 1.2.9"]) end else s.add_dependency(%q, [">= 4.0.3"]) s.add_dependency(%q, [">= 0.6.0"]) s.add_dependency(%q, [">= 1.5.0"]) s.add_dependency(%q, [">= 1.4.2"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 1.2.9"]) end end