@@ -255,37 +255,37 @@ Old name New attribute name
255
255
- Most instances of ``login `` as a parameter have been changed to ``username ``
256
256
for clarity and consistency. This affects the following methods:
257
257
258
- - ``github3.authorize ``
259
- - ``github3.repositories_by ``
260
- - ``github3.user ``
261
- - ``GitHub ``
262
- - ``GitHub#authorize ``
263
- - ``GitHub#follow ``
264
- - ``GitHub#is_following ``
265
- - ``GitHub#is_starred ``
266
- - ``GitHub#issue ``
267
- - ``GitHub#followers_of ``
268
- - ``GitHub#followed_by ``
269
- - ``GitHub#gists_by ``
270
- - ``GitHub#issues_on ``
271
- - ``GitHub#organizations_with ``
272
- - ``GitHub#starred_by ``
273
- - ``GitHub#subscriptions_for ``
274
- - ``GitHub#user ``
275
- - ``GitHubEnterprise ``
276
- - ``Issue#assign ``
277
- - ``Organization#add_member ``
278
- - ``Organization#is_member ``
279
- - ``Organization#is_public_member ``
280
- - ``Organization#remove_member ``
281
- - ``Repository#add_collaborator ``
282
- - ``Repository#is_assignee ``
283
- - ``Repository#is_collaborator ``
284
- - ``Repository#remove_collaborator ``
285
- - ``Team#add_member ``
286
- - ``Team#is_member ``
287
- - ``User#is_assignee_on ``
288
- - ``User#is_following ``
258
+ - ``github3.authorize ``
259
+ - ``github3.repositories_by ``
260
+ - ``github3.user ``
261
+ - ``GitHub ``
262
+ - ``GitHub#authorize ``
263
+ - ``GitHub#follow ``
264
+ - ``GitHub#is_following ``
265
+ - ``GitHub#is_starred ``
266
+ - ``GitHub#issue ``
267
+ - ``GitHub#followers_of ``
268
+ - ``GitHub#followed_by ``
269
+ - ``GitHub#gists_by ``
270
+ - ``GitHub#issues_on ``
271
+ - ``GitHub#organizations_with ``
272
+ - ``GitHub#starred_by ``
273
+ - ``GitHub#subscriptions_for ``
274
+ - ``GitHub#user ``
275
+ - ``GitHubEnterprise ``
276
+ - ``Issue#assign ``
277
+ - ``Organization#add_member ``
278
+ - ``Organization#is_member ``
279
+ - ``Organization#is_public_member ``
280
+ - ``Organization#remove_member ``
281
+ - ``Repository#add_collaborator ``
282
+ - ``Repository#is_assignee ``
283
+ - ``Repository#is_collaborator ``
284
+ - ``Repository#remove_collaborator ``
285
+ - ``Team#add_member ``
286
+ - ``Team#is_member ``
287
+ - ``User#is_assignee_on ``
288
+ - ``User#is_following ``
289
289
290
290
- ``Repository.stargazers `` is now ``Repository.stargazers_count `` (conforming
291
291
with the attribute name returned by the API).
0 commit comments