Skip to content

Commit

Permalink
Fix for Ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Jan 31, 2014
1 parent e8167d6 commit 83f1535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ task 'create_release' => 'release' do
Octokit.create_release(
repo,
current_version,
body: description.join("\n"),
{:body => description.join("\n")}
)
end

0 comments on commit 83f1535

Please sign in to comment.