Sha256: 454783d7f7cd021ceb82a4e39d3b46ea4777765db64b1280ec019629436804b1

Contents?: true

Size: 699 Bytes

Versions: 1

Compression:

Stored size: 699 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "ohm"
  s.version = "3.1.0"
  s.summary = %{Object-hash mapping library for Redis.}
  s.description = %Q{Ohm is a library that allows to store an object in Redis, a persistent key-value database. It has very good performance.}
  s.authors = ["Michel Martens", "Damian Janowski", "Cyril David"]
  s.email = ["michel@soveran.com", "djanowski@dimaion.com", "me@cyrildavid.com"]
  s.homepage = "http://soveran.github.io/ohm/"
  s.license = "MIT"

  s.files = `git ls-files`.split("\n")

  s.rubyforge_project = "ohm"

  s.add_dependency "redic", "~> 1.5.0"
  s.add_dependency "nest", "~> 3"
  s.add_dependency "stal"

  s.add_development_dependency "cutest"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ohm-3.1.0 ohm.gemspec