зеркало из https://github.com/github/aws-s3.git
Fix syntax error in Rakefile
This commit is contained in:
Родитель
992ec007c3
Коммит
68f35aa5e9
2
Rakefile
2
Rakefile
|
@ -131,7 +131,7 @@ namespace :dist do
|
|||
package_name = lambda {|specification| File.join('pkg', "#{specification.name}-#{specification.version}")}
|
||||
|
||||
desc 'Push a release to rubyforge'
|
||||
task :release do => [:confirm_release, :clean, :add_release_marker_to_changelog, :package, :commit_changelog, :tag] do
|
||||
task :release => [:confirm_release, :clean, :add_release_marker_to_changelog, :package, :commit_changelog, :tag] do
|
||||
require 'rubyforge'
|
||||
package = package_name[spec]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче