Changeset 4043
- Timestamp:
- 01/05/08 14:34:02 (5 years ago)
- Location:
- lang/ruby/shipit/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/shipit/trunk/README
r4042 r4043 4 4 5 5 == Description 6 7 shipit is automation of release process. 6 8 7 9 … … 27 29 Author:: cho45 <cho45@lowreal.net> 28 30 Copyright:: Copyright (c) 2008 cho45 29 License:: 31 License:: Creative Commons by -
lang/ruby/shipit/trunk/Rakefile
r4042 r4043 16 16 AUTHOR = "cho45" 17 17 EMAIL = "cho45@lowreal.net" 18 DESCRIPTION = " "18 DESCRIPTION = "Automated release tasks." 19 19 RUBYFORGE_PROJECT = "lowreal" 20 20 HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org" -
lang/ruby/shipit/trunk/lib/shipit.rb
r4042 r4043 174 174 @rf.create_package(@group_id, NAME) 175 175 end 176 end 177 178 def run 179 puts "Releasing #{NAME} v. #{VERS}" 176 177 @description = DESCRIPTION 178 end 179 180 def run 181 puts "Releasing #{NAME} #{VERS}" 180 182 @rf.add_release @group_id, NAME, VERS, *@files 183 @rf.post_news @group_id, "#{NAME} #{VERS} released.", "#{@description}" 181 184 end 182 185 end
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)