Skip to content

Commit 7dd92da

Browse files
committed
Merge pull request github#151 from sigmavirus24/master
Add forks_count and watchers_count to lib/resources.rb
2 parents 316b1e6 + 379f341 commit 7dd92da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/resources.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ def text_html(response, status, head = {})
157157
"private" => false,
158158
"fork" => false,
159159
"forks" => 9,
160+
"forks_count" => 9,
160161
"watchers" => 80,
162+
"watchers_count" => 80,
161163
"size" => 108,
162164
"master_branch" => 'master',
163165
"open_issues" => 0,

0 commit comments

Comments
 (0)