Skip to content

Commit

Permalink
Brings install task back to -plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin authored and mattetti committed Dec 13, 2008
1 parent e8739ad commit 464bda2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Rakefile
@@ -1,10 +1,10 @@
## THESE ARE CRUCIAL
module Merb
# Set this to the version of merb-core that you are building against/for
VERSION = "0.9.8"
VERSION = "0.9.9"

# Set this to the version of merb-more you plan to release
MORE_VERSION = "0.9.8"
MORE_VERSION = "0.9.9"
end

GEM_VERSION = Merb::VERSION
Expand All @@ -23,6 +23,9 @@ gems = %w[merb_activerecord merb_sequel merb_test_unit merb_stories merb_screw_u
task :clobber_package do; FileUtils.rm_rf('pkg'); end
task :package do; end

desc "Install all gems"
task :install => :install_gems

desc "Uninstall all gems"
task :uninstall => :uninstall_gems

Expand Down

0 comments on commit 464bda2

Please sign in to comment.