sam / do fork watch download tarball
public
Rubygem
Description: DataObjects
Homepage: http://rubyforge.org/projects/dorb
Clone URL: git://github.com/sam/do.git
Added :release_all task
Thu Jul 24 14:00:41 -0700 2008
commit  4e30d85c5ce43790b4818d0e1647993ce06e9b15
tree    08a503645f260bf82cb016a7bf627f64758b9586
parent  c9b1cb0b2951d388cec4b2e067a28d52cdcea903
...
23
24
25
 
 
 
 
 
 
 
26
27
28
...
23
24
25
26
27
28
29
30
31
32
33
34
35
0
@@ -23,6 +23,13 @@ projects = %w[data_objects do_mysql do_postgres do_sqlite3]
0
 desc 'Install the do gems'
0
 task :install => [ 'ci:install_all' ]
0
 
0
+desc 'Release all do gems'
0
+task :release_all do
0
+ projects.each do |dir|
0
+ Dir.chdir(dir){ sh "rake release VERSION=#{ENV["VERSION"]}" }
0
+ end
0
+end
0
+
0
 desc 'Run specifications'
0
 Spec::Rake::SpecTask.new(:spec) do |t|
0
   t.spec_opts << '--format specdoc' << '--color'

Comments

    No one has commented yet.