Sha256: faacb22b308247b33342767a602f86c85ce98652b3bac1adc5cff2c417971eeb

Contents?: true

Size: 498 Bytes

Versions: 1

Compression:

Stored size: 498 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "ohm_util"
  s.version = "0.1"
  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 = ["Travis Liu"]
  s.email = ["travisliu.tw@gmail.com"]
  s.homepage = "https://github.com/travisliu/ohm-util"
  s.license = "MIT"

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

  s.add_dependency "redic", "~> 1.5.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ohm_util-0.1 ohm-util.gemspec