Skip to content

Commit 00a90ff

Browse files
committed
Also add name and full_name to Version#payload.
1 parent c63842d commit 00a90ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/models/version.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ def downloads_count
346346

347347
def payload
348348
{
349+
"name" => rubygem.name,
350+
"full_name" => full_name,
349351
"authors" => authors,
350352
"built_at" => built_at,
351353
"created_at" => created_at,

0 commit comments

Comments
 (0)