Sha256: db98cf64a69ef1c1684f48af96ae506c55052e8c6ebed3e86266ac3e75436dbf
Contents?: true
Size: 713 Bytes
Versions: 5
Compression:
Stored size: 713 Bytes
Contents
begin require 'bones' rescue LoadError abort '### please install the "bones" gem ###' end task :default => 'test:run' task 'gem:release' => 'test:run' Bones { name 'logging' summary 'A flexible and extendable logging library for Ruby' authors 'Tim Pease' email 'tim.pease@gmail.com' url 'http://rubygems.org/gems/logging' readme_file 'README.rdoc' ignore_file '.gitignore' rdoc.exclude << '^data' rdoc.include << '^examples/.*\.rb' #rdoc.dir = 'doc/rdoc' use_gmail depend_on 'little-plugger' depend_on 'flexmock', :development => true depend_on 'bones-git', :development => true depend_on 'bones-extras', :development => true }
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
logging-1.4.3 | Rakefile |
sgeorgi-logging-1.4.2 | Rakefile |
logging-1.4.2 | Rakefile |
logging-1.4.1 | Rakefile |
logging-1.4.0 | Rakefile |