New Version
Sync with Latest Instiki Trunk. Migrate to Rails 1.2.5. Bump version number.
This commit is contained in:
parent
de125367b0
commit
207fb1f7f2
120 changed files with 2592 additions and 662 deletions
|
@ -7,8 +7,8 @@ namespace :rails do
|
|||
Gem.manage_gems
|
||||
|
||||
rails = (version = ENV['VERSION']) ?
|
||||
Gem.cache.search('rails', "= #{version}").first :
|
||||
Gem.cache.search('rails').sort_by { |g| g.version }.last
|
||||
Gem.cache.find_name('rails', "= #{version}").first :
|
||||
Gem.cache.find_name('rails').sort_by { |g| g.version }.last
|
||||
|
||||
version ||= rails.version
|
||||
|
||||
|
@ -59,8 +59,8 @@ namespace :rails do
|
|||
|
||||
touch "vendor/rails/REVISION_#{ENV['REVISION']}"
|
||||
end
|
||||
|
||||
for framework in %w( railties actionpack activerecord actionmailer activesupport actionwebservice )
|
||||
|
||||
for framework in %w(railties actionpack activerecord actionmailer activesupport activeresource)
|
||||
system "svn export #{rails_svn}/#{framework} vendor/rails/#{framework}" + (ENV['REVISION'] ? " -r #{ENV['REVISION']}" : "")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue