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

Gem::Specification.new do |s|
  s.name = "ohm".freeze
  s.version = "0.0.24".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]
  s.date = "2009-09-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]
  s.files = ["LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/ohm.rb".freeze, "lib/ohm/compat.rb".freeze, "lib/ohm/redis.rb".freeze, "lib/ohm/validations.rb".freeze, "test/all_tests.rb".freeze, "test/benchmarks.rb".freeze, "test/connection_test.rb".freeze, "test/errors_test.rb".freeze, "test/indices_test.rb".freeze, "test/model_test.rb".freeze, "test/mutex_test.rb".freeze, "test/redis_test.rb".freeze, "test/test.conf".freeze, "test/test_helper.rb".freeze, "test/validations_test.rb".freeze]
  s.homepage = "http://github.com/soveran/ohm".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Object-hash mapping library for Redis.".freeze
end