Sha256: 89105125630322b8c4c9e1caeaca2adcbe9a0810f65cc51d2a798db00f8519b6
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.5.2" 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.5.2 | redic.gemspec |