# -*- encoding: utf-8 -*-
# stub: ohm-contrib 2.0.0.alpha5 ruby lib

Gem::Specification.new do |s|
  s.name = "ohm-contrib".freeze
  s.version = "2.0.0.alpha5".freeze

  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Cyril David".freeze]
  s.date = "2013-10-26"
  s.description = "Includes a couple of core functions such as callbacks, timestamping, typecasting and lots of generic validation routines.".freeze
  s.email = "cyx@cyx.is".freeze
  s.files = ["LICENSE".freeze, "README.markdown".freeze, "lib/ohm/callbacks.rb".freeze, "lib/ohm/contrib.rb".freeze, "lib/ohm/datatypes.rb".freeze, "lib/ohm/locking.rb".freeze, "lib/ohm/scope.rb".freeze, "lib/ohm/slug.rb".freeze, "lib/ohm/softdelete.rb".freeze, "lib/ohm/timestamps.rb".freeze, "lib/ohm/versioned.rb".freeze, "ohm-contrib.gemspec".freeze, "test/helper.rb".freeze, "test/instance_callbacks.rb".freeze, "test/plugin.rb".freeze, "test/scope.rb".freeze, "test/slug.rb".freeze, "test/soft_delete.rb".freeze, "test/timestamp.rb".freeze, "test/versioned.rb".freeze]
  s.homepage = "http://github.com/cyx/ohm-contrib".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A collection of decoupled drop-in modules for Ohm.".freeze

  s.specification_version = 2

  s.add_runtime_dependency(%q<ohm>.freeze, ["= 2.0.0.alpha5".freeze])
  s.add_development_dependency(%q<cutest>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<override>.freeze, [">= 0".freeze])
end