Skip to content

Commit

Permalink
update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed May 22, 2009
1 parent f8f6c25 commit f2e8a6c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Rakefile
Expand Up @@ -46,9 +46,6 @@ GEM_SPEC = Gem::Specification.new do |s|
Cerberus is a Continuous Integration software for Ruby projects. CI helps you keep your project
in a good shape.
For now Cerberus only work with projects that use Subversion but in the future it would be provided
support for other VCS.
Cerberus could be easily invoked from Cron (for Unix) or nnCron (for Windows) utilities.
DESC

Expand All @@ -67,15 +64,12 @@ GEM_SPEC = Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = ["cerberus"]
s.default_executable = "cerberus"

s.require_path = 'lib'

s.has_rdoc = false

s.test_files = Dir.glob('test/*_test.rb')

s.author = "Anatol Pomozov"
s.email = "anatol.pomozov@gmail.com"
s.author = "Craig P Jolicoeur"
s.email = "cpjolicoeur@gmail.com"
s.homepage = "http://rubyforge.org/projects/cerberus"
s.rubyforge_project = RUBYFORGE_PROJECT
end
Expand Down

0 comments on commit f2e8a6c

Please sign in to comment.