rubhub 0.2.1 → 0.2.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/github.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ee00d7c497ffed0455b4c184da38938374ccfbd
4
- data.tar.gz: 5356a9673cf5306f4840f4aa4cea744b5232d2dd
3
+ metadata.gz: c987f79834f9921f839e692a751fc15e9a0c5372
4
+ data.tar.gz: 979c0405de3c95988c5123bac1e62cd1514b03fc
5
5
  SHA512:
6
- metadata.gz: c40b79105129af7ea3b77189c433cc90855b970f843475214347398dcbd4c2aae344d72a386ea3f06affc50773b69eca0db58c68c5ac73e5c7caaca3bef19175
7
- data.tar.gz: 541f9c985134ff4249a1bc53b9bab207c1b7aac9a6c43131cfde0da370989274e4181b481cd62996e9b518deee3b96ad39044f591262aa0e26bdc706022fed8e
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://api.github.com/api/v3'
6
+ @apiurl = 'https://github.com/api/v3'
7
7
  @username = username
8
8
  @password = password
9
9
  @events = Events.new(self)
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Kennedy