rubhub 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
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: 870e22bde369ab2791b75adda142189c644fdc7e
4
- data.tar.gz: c83cfabd6e843ccaa92ea738fbb30d670fa743db
3
+ metadata.gz: bb41c183834e3d6b247e60bf6a2cd2a0ac00e20d
4
+ data.tar.gz: 8bf9885604c8c4cda9af438fb7b9d3f5e5c5b810
5
5
  SHA512:
6
- metadata.gz: a8c55c011b02889dd12cc3bc946e2dcb779f3aec1e20bd029715c54af2835d2713f56dc474361edeb57dc3917750f4b9183240f3f925961ebb5c41396952052f
7
- data.tar.gz: 74c858280213d97e7dd6565265a73bc17af1072b288c2140b2f4f477600742c1783aaf2f95acf7e9172dc0c4a02260d1c938a57533afeba503fd1deab1120ec6
6
+ metadata.gz: e67d2a4b9d9b82efa0b6cd841753d13d0c312afceb65c4be924eb80d8d370b4b780a823f385a04dab3997dec4629205c0158845946ec0cf77d37bce21cef9fd4
7
+ data.tar.gz: df15ba6383d044e9db971fca0812a8dec3d210180ba4e4faad9c6ad43374c7e5a26032b92f1724ec6bdaf503d1fe6d5b43fc80c436503f5d20c3188397d4eec3
@@ -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://github.com/api/v3'
6
+ @apiurl = 'https://api.github.com'
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.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Kennedy