Sha256: fd9baca3c15e253d93bfb49dc46e748b834a8e59532802b9d685f833203d3363

Contents?: true

Size: 461 Bytes

Versions: 1

Compression:

Stored size: 461 Bytes

Contents

# SynCache dRuby object cache server
# (originally written for Samizdat project)
#
#   Copyright (c) 2002-2012, 2016  Dmitry Borodaenko <angdraug@debian.org>
#
#   This program is free software.
#   You can distribute/modify this program under the terms of
#   the GNU General Public License version 3 or later.
#
# vim: et sw=2 sts=2 ts=8 tw=0

require "rake"

task :default => :test

task :test do
  sh %{#{FileUtils::RUBY} -I. -Ilib test/ts_syncache.rb}
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
syncache-1.4 Rakefile