Sha256: 70ce9f375a5616c0e684df887ef4fada96283559aa4bf64398501da214da8ac3
Contents?: true
Size: 484 Bytes
Versions: 16
Compression:
Stored size: 484 Bytes
Contents
# vim: syntax=Ruby require 'hoe' DEV_DOC_PATH = "Libraries/memcache-client" hoe = Hoe.new 'memcache-client', '1.2.0' do |p| p.summary = 'A Ruby memcached client' p.description = 'memcache-client is a pure-ruby client to Danga\'s memcached.' p.author = ['Eric Hodel', 'Robert Cottrell'] p.email = 'eric@robotcoop.com' p.url = "http://dev.robotcoop.com/#{DEV_DOC_PATH}" p.rubyforge_name = 'rctools' end SPEC = hoe.spec begin require '../tasks' rescue LoadError end
Version data entries
16 entries across 16 versions & 2 rubygems