rubhub 0.2.8 → 0.2.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/github/github.rb +0 -1
- data/lib/github/issues/issues.rb +0 -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: 308370fd8586f15beb601442636bb75d41b9336f
|
4
|
+
data.tar.gz: 91ce5ecfc2e14743c232fdf753431828de8ba225
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 679c09318511e368285888352f7ce71e47856492dee42d6277ef35c24f33b06247e1a7579e9143cbc88541fdb023c5e456bd452e0274bdbf2afccdbab4545c4d
|
7
|
+
data.tar.gz: 874fec63f16f0519b9551c01e3f649b5adde7b265f2fedb8ea097198497fd26951df2c5cf8afc8f0e582fc1eda2e49060c708558577f6a63e1994e72bb827d18
|
data/lib/github/github.rb
CHANGED
data/lib/github/issues/issues.rb
CHANGED
@@ -39,8 +39,6 @@ class Issues
|
|
39
39
|
:since => since,
|
40
40
|
:milestone => milestone
|
41
41
|
}
|
42
|
-
puts "user: #{user}\n"
|
43
|
-
puts "repo: #{repo}\n"
|
44
42
|
params = @github.removeEmptyParams(params)
|
45
43
|
url = 'repos/%s/%s/issues?%s' % [user, repo, @github.parameterize(params)]
|
46
44
|
@github.get(url)
|