Sha256: aabc8b190b7ff98b097774dbbb98f41cd79bf4db0710b0ce51f47a5b219e6176
Contents?: true
Size: 772 Bytes
Versions: 4
Compression:
Stored size: 772 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 << '^(\.\/|\/)?website/output' PROJ.exclude << '^(\.\/|\/)?doc' PROJ.exclude << '^(\.\/|\/)?tags$' PROJ.rdoc_exclude << '^(\.\/|\/)?data' PROJ.rdoc_exclude << '^(\.\/|\/)?website' # EOF
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
logging-0.5.0 | Rakefile |
logging-0.5.1 | Rakefile |
logging-0.5.2 | Rakefile |
logging-0.5.3 | Rakefile |