Sha256: 94d54dcbf79dbf2b17883b805db6609a6ed317a6e7531b8816d214782f390aaa

Contents?: true

Size: 898 Bytes

Versions: 4

Compression:

Stored size: 898 Bytes

Contents

begin
  require 'bones'
rescue LoadError
  abort '### Please install the "bones" gem ###'
end

ensure_in_path 'lib'
require 'tournament'

task :default => 'test:run'

Bones {
  depend_on 'main'
  depend_on 'rake'
  depend_on 'rails'

  name 'tournament'
  authors 'Douglas A. Seifert'
  email 'doug@dseifert.net'
  url 'http://www.dseifert.net/code/tournament'
  rubyforge.name 'tournament'
  readme_file 'README.rdoc'
  ignore_file '.gitignore'
  version Tournament::VERSION
  group_id = 5863

#spec.opts << '--color'

  exclude %w(tmp$ bak$ ~$ CVS \.svn \.git swp$ ^pkg ^doc bin/fake bin/gui_v2.rb ^tags$ ^webgui/log/.*\.log)

  rdoc.opts ["--line-numbers", "--force-update", "-W", "http://tournament.rubyforge.org/svn/trunk/%s"]
  rdoc.exclude [
    "webgui\/vendor\/plugins\/restful_authentication\/notes\/.+\.txt",
    "webgui\/db\/migrate\/teams.txt",
    "webgui\/public\/robots.txt"
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tournament-3.3.3 Rakefile
tournament-3.3.2 Rakefile
tournament-3.3.1 Rakefile
tournament-3.3.0 Rakefile