Sha256: 5be3142382a72abc6d5aea3493d0b20d05a69d850333325ff2a723474dc506ed

Contents?: true

Size: 693 Bytes

Versions: 1

Compression:

Stored size: 693 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.description = paragraphs_of('README.txt', 3).join("\n\n")
PROJ.changes = paragraphs_of('History.txt', 0..1).join("\n\n")
PROJ.rubyforge_name = 'logging'
PROJ.rdoc_dir = 'doc/rdoc'
#PROJ.rdoc_remote_dir = 'rdoc'
PROJ.rdoc_remote_dir = ''
PROJ.version = Logging::VERSION

PROJ.exclude << '^tags$' << '^tasks/archive'
PROJ.rdoc_exclude << '^data'

depend_on 'flexmock'
depend_on 'lockfile'

# EOF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logging-0.6.1 Rakefile