Skip to content

Commit

Permalink
Merge r990878 from trunk, fixing Ruby dist target to not automaticall…
Browse files Browse the repository at this point in the history
…y update Manifest.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.4@990879 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cutting committed Aug 30, 2010
1 parent d573e2a commit 8565f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/ruby/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SHARE = HERE + '/../../share'
SCHEMAS = SHARE + '/test/schemas'
BUILD = HERE + '/../../build'

task :dist => [:manifest, :gem] do
task :dist => [:gem] do
mkdir_p "../../dist/ruby"
cp "pkg/avro-#{VERSION}.gem", "../../dist/ruby"
end

0 comments on commit 8565f52

Please sign in to comment.