Changeset 4071 for lang/ruby/shipit
- Timestamp:
- 01/06/08 00:20:09 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/shipit/trunk/lib/shipit.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/shipit/trunk/lib/shipit.rb
r4070 r4071 129 129 def prepare 130 130 @vers = VERS 131 st = `svn st` 132 unless st.empty? 133 puts "Any changes remain?" 134 puts st 135 exit 136 end 131 137 end 132 138 … … 230 236 end 231 237 232 233 __END__234 require "shipit"235 236 Rake::ShipitTask.new do |s|237 s.Ask238 s.Step.new {239 puts "prepare phase"240 }.and {241 puts "run phase"242 }243 s.Twitter "Test phase"244 end245 246 Rake::ShipitTask.new do |s|247 s.Ask248 s.Task :test249 s.ChangeVersion250 s.Commit251 s.Task :clean, :package252 s.RubyForge253 s.Step.new {254 255 }.and {256 }257 s.Twitter258 end259
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)