# -*- encoding: utf-8 -*- # stub: candy 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "candy".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Stephen Eley".freeze] s.date = "2010-01-20" s.description = "Candy is a lightweight ORM for the MongoDB database. If MongoMapper is Rails, Candy is Sinatra. \nIt provides a module you mix into any class, enabling the class to connect to Mongo on its own\nand push its objects into a collection. Candied objects act like OpenStructs, allowing attributes\nto be defined and updated in Mongo immediately without having to be declared in the class. \nMongo's atomic operators are used whenever possible, and a smart serializer (Candy::Wrapper) \nconverts almost any object for assignment to any attribute.\n".freeze s.email = "sfeley@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/candy.rb".freeze, "lib/candy/crunch.rb".freeze, "lib/candy/exceptions.rb".freeze, "spec/candy/crunch_spec.rb".freeze, "spec/candy_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec.watchr".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/SFEley/candy".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The simplest MongoDB ORM".freeze s.test_files = ["spec/candy/crunch_spec.rb".freeze, "spec/candy_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.18".freeze]) s.add_development_dependency(%q.freeze, [">= 1.2.9".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.9.8".freeze]) end