rubhub 0.2.1 → 0.2.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/github.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: c987f79834f9921f839e692a751fc15e9a0c5372
|
4
|
+
data.tar.gz: 979c0405de3c95988c5123bac1e62cd1514b03fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9599f7ab9fc4c59d0ae1570a1029dabd3b9a9f2e5a7dd14b0d7622d1caf9111d95e2f88365cd3238bd4922bfff372c6d844ba05beb81608f7c19d8e5692d08ad
|
7
|
+
data.tar.gz: c84b8266b092d6be81f7431ed730dc89d4c3aabd12e589b3f5ef9340f4be54285af981cb319541c977867a7d5a69bf3fb920dce67d637c94645d02d430c2c2c3
|
data/lib/github/github.rb
CHANGED
@@ -3,7 +3,7 @@ class Github
|
|
3
3
|
attr_accessor :events, :gists, :gitdata, :issues, :orgs, :pullreqs, :repos, :users
|
4
4
|
|
5
5
|
def initialize(username, password)
|
6
|
-
@apiurl = 'https://
|
6
|
+
@apiurl = 'https://github.com/api/v3'
|
7
7
|
@username = username
|
8
8
|
@password = password
|
9
9
|
@events = Events.new(self)
|