Sha256: e93ef38bf23471dcc38cce0e5d208a1d571335dfa9068ea8c505998bbf83a33d
Contents?: true
Size: 962 Bytes
Versions: 2
Compression:
Stored size: 962 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "redis" s.version = "2.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ezra Zygmuntowicz", "Taylor Weibley", "Matthew Clark", "Brian McKinney", "Salvatore Sanfilippo", "Luca Guidi", "Michel Martens", "Damian Janowski", "Pieter Noordhuis"] s.autorequire = "redis" s.date = "2011-08-03" s.description = "Ruby client library for Redis, the key value storage server" s.email = "ez@engineyard.com" s.homepage = "http://github.com/ezmobius/redis-rb" s.require_paths = ["lib"] s.rubyforge_project = "redis-rb" s.rubygems_version = "1.8.15" s.summary = "Ruby client library for Redis, the key value storage server" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
resque-pool-0.3.0 | vendor/bundle/ruby/1.8/specifications/redis-2.2.2.gemspec |
resque-pool-0.3.0.beta.2 | vendor/bundle/ruby/1.8/specifications/redis-2.2.2.gemspec |