Sha256: f7a4fa5a82df18f05db01197d3c39028f05b6f7bb8310358c90941b379dc6b7b

Contents?: true

Size: 570 Bytes

Versions: 1

Compression:

Stored size: 570 Bytes

Contents

# $Id$

load 'tasks/setup.rb'

ensure_in_path 'lib'
require 'logging'

task :default => 'test:run'

PROJ.name = 'logging'
PROJ.summary = 'A flexible and extendable logging library for Ruby'
PROJ.authors = 'Tim Pease'
PROJ.email = 'tim.pease@gmail.com'
PROJ.url = 'http://logging.rubyforge.org/'
PROJ.rubyforge_name = 'logging'
PROJ.rdoc_dir = 'doc/rdoc'
#PROJ.rdoc_remote_dir = 'rdoc'
PROJ.rdoc_remote_dir = ''
PROJ.version = Logging::VERSION

PROJ.exclude += %w[^tags$ ^tasks/archive ^coverage]
PROJ.rdoc_exclude << '^data'
PROJ.svn = true

depend_on 'flexmock'

# EOF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logging-0.7.1 Rakefile