# -*- encoding: utf-8 -*- # stub: volatiledb 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "volatiledb".freeze s.version = "0.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sebastian Wittenkamp (bitops)".freeze] s.date = "2012-01-11" s.description = " The VolatileDB gem allows you to specify a key and an action yielding a particular piece of data.\n \n This data will be stored in the /tmp folder of the file system you are currently running on. Data is accessible\n by key. Data will be read and written to storage using File.read() and File.open() -- that's it. It's up to the\n consuming application to serialize and deserialize data correctly. All VolatileDB does is push and pull data to\n the FS. \n \n If the underlying file supporting the data is found to be missing, it will be re-initialized.\n \n This gets to the main idea behind VolatileDB: use it to persist data that is transient and can be re-seeded \n periodically as conditions change. \n".freeze s.email = ["a.sebastian.w@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "doc/Gemfile.html".freeze, "doc/Rakefile.html".freeze, "doc/Volatile.html".freeze, "doc/Volatile/DB.html".freeze, "doc/Volatile/Raw.html".freeze, "doc/created.rid".freeze, "doc/images/brick.png".freeze, "doc/images/brick_link.png".freeze, "doc/images/bug.png".freeze, "doc/images/bullet_black.png".freeze, "doc/images/bullet_toggle_minus.png".freeze, "doc/images/bullet_toggle_plus.png".freeze, "doc/images/date.png".freeze, "doc/images/find.png".freeze, "doc/images/loadingAnimation.gif".freeze, "doc/images/macFFBgHack.png".freeze, "doc/images/package.png".freeze, "doc/images/page_green.png".freeze, "doc/images/page_white_text.png".freeze, "doc/images/page_white_width.png".freeze, "doc/images/plugin.png".freeze, "doc/images/ruby.png".freeze, "doc/images/tag_green.png".freeze, "doc/images/wrench.png".freeze, "doc/images/wrench_orange.png".freeze, "doc/images/zoom.png".freeze, "doc/index.html".freeze, "doc/js/darkfish.js".freeze, "doc/js/jquery.js".freeze, "doc/js/quicksearch.js".freeze, "doc/js/thickbox-compressed.js".freeze, "doc/lib/volatiledb/version_rb.html".freeze, "doc/lib/volatiledb_rb.html".freeze, "doc/rdoc.css".freeze, "lib/volatiledb.rb".freeze, "lib/volatiledb/version.rb".freeze, "volatiledb.gemspec".freeze] s.homepage = "https://github.com/bitops/volatiledb".freeze s.rubygems_version = "3.5.10".freeze s.summary = "VolatileDB is a simple stupid storage solution for transient data on transient filesystems.".freeze end