rubhub 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/github/issues/issues.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17d69327491caeb290e267dddbd9b556e3a4c3ea
|
4
|
+
data.tar.gz: ec1b49f2dbe550fe91a66385422585dce25015ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06339c9bb85fbdaafa2a4b752b0350c6ff458d18cc04149cedd452324e3b5ad730b15e4c1579839cf831dec12ddaec6833eaa56f39226bd75aba5834786eb009
|
7
|
+
data.tar.gz: 415f07f49ee6a4e278f5ecc4b87cdcf1367424a288580e9aa21d1c581c95183976d4f28d8c6e803abfedafd2e420f506e8c2f01a2262052c94a0142e8cba95e5
|
data/lib/github/issues/issues.rb
CHANGED
@@ -19,7 +19,7 @@ class Issues
|
|
19
19
|
direction: direction,
|
20
20
|
since: since
|
21
21
|
}
|
22
|
-
params = @github.removeEmptyParams(params)
|
22
|
+
params = @github.removeEmptyParams(params)2
|
23
23
|
url = 'issues?%s' % @github.parameterize(params)
|
24
24
|
@github.get(url)
|
25
25
|
end
|
@@ -27,7 +27,7 @@ class Issues
|
|
27
27
|
def listRepoIssues(repo, milestone: nil, assignee: nil,
|
28
28
|
mentioned: nil, state: 'open', labels: nil,
|
29
29
|
sort: 'created', direction: 'desc', since: nil,
|
30
|
-
user: nil, filter: 'all')
|
30
|
+
user: nil, filter: 'all', page: nil)
|
31
31
|
params = {
|
32
32
|
filter: filter,
|
33
33
|
state: state,
|