rubhub 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/github/issues/issues.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 677dce692df56f241f4f4327008d039e34b139f7
4
- data.tar.gz: 1b271447d3b0ac3a27dba9caff897d2f20a8dd1a
3
+ metadata.gz: 17d69327491caeb290e267dddbd9b556e3a4c3ea
4
+ data.tar.gz: ec1b49f2dbe550fe91a66385422585dce25015ce
5
5
  SHA512:
6
- metadata.gz: e29a2e6fbc4c01b5606355cd081d97a639e86678031d849d9627bb10e670f687caa158df25a7f82931d6c5d71001bf0bc6cf398335339e46155884628b174fbf
7
- data.tar.gz: 2d9c503efffd54c6ce5565786dff88c2f4454c971ad42fbbaf265a19dc50136ce9cd559adddaff7339c53ca9bf3a7a377f724096f139891a3f75fc0f4cb48acb
6
+ metadata.gz: 06339c9bb85fbdaafa2a4b752b0350c6ff458d18cc04149cedd452324e3b5ad730b15e4c1579839cf831dec12ddaec6833eaa56f39226bd75aba5834786eb009
7
+ data.tar.gz: 415f07f49ee6a4e278f5ecc4b87cdcf1367424a288580e9aa21d1c581c95183976d4f28d8c6e803abfedafd2e420f506e8c2f01a2262052c94a0142e8cba95e5
@@ -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,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Kennedy