Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/vlad/dev/": change = 5406]
  • Loading branch information
zenspider committed Aug 19, 2009
1 parent 7729226 commit b01045d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
15 changes: 1 addition & 14 deletions Manifest.txt
Expand Up @@ -15,24 +15,11 @@ lib/rake_remote_task.rb
lib/vlad.rb
lib/vlad/apache.rb
lib/vlad/core.rb
lib/vlad/darcs.rb
lib/vlad/git.rb
lib/vlad/god.rb
lib/vlad/lighttpd.rb
lib/vlad/maintenance.rb
lib/vlad/merb.rb
lib/vlad/mercurial.rb
lib/vlad/mongrel.rb
lib/vlad/nginx.rb
lib/vlad/passenger.rb
lib/vlad/perforce.rb
lib/vlad/subversion.rb
lib/vlad/thin.rb
lib/vlad_test_case.rb
test/test_rake_remote_task.rb
test/test_vlad.rb
test/test_vlad_git.rb
test/test_vlad_mercurial.rb
test/test_vlad_perforce.rb
test/test_vlad_subversion.rb
test/vlad_test_case.rb
vladdemo.sh
5 changes: 3 additions & 2 deletions Rakefile
Expand Up @@ -12,9 +12,10 @@ Hoe.spec 'vlad' do
developer 'Eric Hodel', 'drbrain@segment7.net'
developer 'Wilson Bilkovich', 'wilson@supremetyrant.com'

extra_deps << ['rake', '>= 0.8.1']
extra_deps << 'open4'
extra_deps << ['rake', '~> 0.8.0']
extra_deps << ['open4', '~> 0.9.0']

# TODO: remove 1.9
multiruby_skip << "1.9" << "rubinius"
end

Expand Down
2 changes: 1 addition & 1 deletion lib/vlad.rb
Expand Up @@ -20,7 +20,7 @@ module Vlad

##
# This is the version of Vlad you are running.
VERSION = '1.4.0'
VERSION = '2.0.0'

##
# Base error class for all Vlad errors.
Expand Down

0 comments on commit b01045d

Please sign in to comment.