Sha256: 158b0c5b2f1c0a29c8dab6ae751a4e5655736fdd729e6aa3019a232524429415

Contents?: true

Size: 686 Bytes

Versions: 1

Compression:

Stored size: 686 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "ohm"
  s.version = "2.0.0.rc2"
  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"
  s.add_dependency "nido"
  s.add_dependency "msgpack"

  s.add_development_dependency "cutest"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ohm-2.0.0.rc2 ohm.gemspec