Sha256: 26888970000006dd99a22217e1c1b05c7e8ae492eeddc454cfea8f5cb41b7132
Contents?: true
Size: 599 Bytes
Versions: 3
Compression:
Stored size: 599 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 << '^tags$' << '^tasks/archive' << '^coverage' PROJ.rdoc_exclude << '^data' PROJ.svn = true depend_on 'flexmock' depend_on 'lockfile' # EOF
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
logging-0.7.0 | Rakefile |
logging-0.6.2 | Rakefile |
logging-0.6.3 | Rakefile |