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

Gem::Specification.new do |s|
  s.name = "ohm".freeze
  s.version = "1.0.2".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 = "2012-05-25"
  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 = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/ohm.rb".freeze, "lib/ohm/json.rb".freeze, "lib/ohm/transaction.rb".freeze, "test/1.8.6_test.rb".freeze, "test/association.rb".freeze, "test/connection.rb".freeze, "test/core.rb".freeze, "test/counters.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/lua-save.rb".freeze, "test/lua.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.rubygems_version = "3.5.10".freeze
  s.summary = "Object-hash mapping library for Redis.".freeze

  s.specification_version = 3

  s.add_runtime_dependency(%q<redis>.freeze, ["~> 2.2".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, ["~> 0.1".freeze])
end