# -*- encoding: utf-8 -*- # stub: couchbase-docstore 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "couchbase-docstore".freeze s.version = "0.3.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 = ["Jasdeep Jaitla".freeze] s.date = "2013-03-12" s.description = "A Convenient Wrapper for the Couchbase gem, uses Map gem and adds new functionality".freeze s.email = ["jasdeep@scalabl3.com".freeze] s.files = ["Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "couchbase-docstore.gemspec".freeze, "lib/couchbase-docstore.rb".freeze, "lib/couchbase_doc_store/railtie.rb".freeze, "lib/couchbase_doc_store/version.rb".freeze] s.homepage = "https://github.com/scalabl3/couchbase-docstore".freeze s.rubygems_version = "3.5.10".freeze s.summary = "You simply use the Couchbase gem, or you can use this wrapper that encapsulates the gem and adds some subjective conveniences.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.2.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2".freeze]) end