Sha256: 239ff3c21815a3717c7ee91d95148f2d9af690911994fa096c5555eecf231a3e

Contents?: true

Size: 423 Bytes

Versions: 1

Compression:

Stored size: 423 Bytes

Contents

# vim: syntax=Ruby

require 'hoe'

DEV_DOC_PATH = "Libraries/memcache-client"

SPEC = Hoe.new 'memcache-client', '1.1.0' do |p|
  p.summary = 'A Ruby memcached client'
  p.description = 'memcache-client is a pure-ruby client to Danga\'s memcached.'
  p.author = 'Robert Cottrell'
  p.email = 'eric@robotcoop.com'
  p.url = "http://dev.robotcoop.com/#{DEV_DOC_PATH}"

  p.rubyforge_name = 'rctools'
end

require '../tasks'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
memcache-client-1.1.0 Rakefile