# -*- encoding: utf-8 -*-
# stub: ohm 1.4.0 ruby lib

Gem::Specification.new do |s|
  s.name = "ohm".freeze
  s.version = "1.4.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 = ["Michel Martens".freeze, "Damian Janowski".freeze, "Cyril David".freeze]
  s.date = "2015-01-22"
  s.description = "Ohm is a library that allows to store an object in Redis, a persistent key-value database. It includes an extensible list of validations and has very good performance.".freeze
  s.email = ["michel@soveran.com".freeze, "djanowski@dimaion.com".freeze, "me@cyrildavid.com".freeze]
  s.files = [".gems".freeze, ".gitignore".freeze, "CHANGELOG".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "benchmarks/common.rb".freeze, "benchmarks/create.rb".freeze, "benchmarks/delete.rb".freeze, "examples/activity-feed.rb".freeze, "examples/chaining.rb".freeze, "examples/json-hash.rb".freeze, "examples/one-to-many.rb".freeze, "examples/philosophy.rb".freeze, "examples/redis-logging.txt".freeze, "examples/slug.rb".freeze, "examples/tagging.rb".freeze, "lib/ohm.rb".freeze, "lib/ohm/command.rb".freeze, "lib/ohm/json.rb".freeze, "lib/ohm/transaction.rb".freeze, "ohm.gemspec".freeze, "test/1.8.6_test.rb".freeze, "test/association.rb".freeze, "test/command.rb".freeze, "test/connection.rb".freeze, "test/core.rb".freeze, "test/counters.rb".freeze, "test/db/.gitignore".freeze, "test/enumerable.rb".freeze, "test/extensibility.rb".freeze, "test/filtering.rb".freeze, "test/hash_key.rb".freeze, "test/helper.rb".freeze, "test/indices.rb".freeze, "test/issue-52.rb".freeze, "test/json.rb".freeze, "test/list.rb".freeze, "test/model.rb".freeze, "test/pipeline-performance.rb".freeze, "test/test.conf".freeze, "test/transactions.rb".freeze, "test/uniques.rb".freeze, "test/validations.rb".freeze]
  s.homepage = "http://soveran.github.com/ohm/".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Object-hash mapping library for Redis.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<redis>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<nest>.freeze, ["~> 1.0".freeze])
  s.add_runtime_dependency(%q<scrivener>.freeze, ["~> 0.0.3".freeze])
  s.add_development_dependency(%q<cutest>.freeze, ["~> 1.1".freeze])
end