ghuls-lib 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ghuls/lib.rb +1 -1
- 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: 3db170738a1c51068e0b9923c3fb60713bbb2cde
|
4
|
+
data.tar.gz: 2f5a246da35ee95337edfddf766a5a35124370b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 283052c0d902f775572524a9737f7425a92595224dd03bd069c535b8739675da28a69f6d4f1d741595c837512c776f0a1ccf4a3c0b5007ff24b30dd95613de9a
|
7
|
+
data.tar.gz: dd4467f18cae7f1e8e6f82a8d69fcb90cc639499423b1078cc947f00c2d0d11035280592bcc188e4fb272f9131228f61e6c4023b0681050c0a63196cc3ef0f4f
|
data/lib/ghuls/lib.rb
CHANGED
@@ -252,7 +252,7 @@ module GHULS
|
|
252
252
|
# @param repos [Hash] The repository hash given by Octokit
|
253
253
|
# @return [Hash] An organizeed hash divided into public, forked, mirrored,
|
254
254
|
# and private repos.
|
255
|
-
def
|
255
|
+
def get_organized_repos(repos)
|
256
256
|
forks = []
|
257
257
|
publics = []
|
258
258
|
mirrors = []
|