Changeset 321

Show
Ignore:
Timestamp:
03/01/08 19:27:43 (6 months ago)
Author:
gethema..@gmail.com
Message:

Add changes to Rakefile and new options to configuration file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Rakefile

    r319 r321  
    5151            "#{user}@rubyforge.org", 
    5252            "/var/www/gforge-projects/backgroundrb", 
    53             "rdoc") 
     53            "doc/output") 
    5454    end 
    5555  end 
  • trunk/lib/backgroundrb/bdrb_config.rb

    r319 r321  
    1818              "Show this help message.") { $stderr.puts opts; exit } 
    1919      opts.separator "" 
     20      opts.on("-v","--version", 
     21              "Show version.") { $stderr.puts "1.0.3"; exit } 
    2022    end.parse! 
    2123