# -*- encoding: utf-8 -*- # stub: doc_storage 1.0 ruby lib Gem::Specification.new do |s| s.name = "doc_storage".freeze s.version = "1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Majda".freeze] s.date = "2010-02-14" s.description = "DocStorage is a simple Ruby library for manipulating documents containing a text and metadata. These documents can be used to implement a blog, wiki, or similar application without a relational database.".freeze s.email = "david@majda.cz".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "examples/multipart.rb".freeze, "examples/multipart.txt".freeze, "examples/simple.rb".freeze, "examples/simple.txt".freeze, "lib/doc_storage.rb".freeze, "lib/doc_storage/multipart_document.rb".freeze, "lib/doc_storage/simple_document.rb".freeze, "lib/doc_storage/syntax_error.rb".freeze, "spec/multipart_document_spec.rb".freeze, "spec/simple_document_spec.rb".freeze] s.homepage = "http://bitbucket.org/dmajda/doc_storage/".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.6".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Simple Ruby library for manipulating documents containing a text and metadata.".freeze end