Sha256: 56d3e0ff40c6c093867c26015ca46142cffe61fe73bcaf85f80be919d62d98fd
Contents?: true
Size: 508 Bytes
Versions: 1
Compression:
Stored size: 508 Bytes
Contents
# encoding: utf-8 Gem::Specification.new do |s| s.name = "redic" s.version = "1.0.0" s.summary = "Lightweight Redis Client" s.description = "Lightweight Redis Client" s.authors = ["Michel Martens", "Cyril David"] s.email = ["michel@soveran.com", "cyx@cyx.is"] s.homepage = "https://github.com/amakawa/redic" s.files = `git ls-files`.split("\n") s.license = "MIT" s.add_dependency "hiredis" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redic-1.0.0 | redic.gemspec |