twitch 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/twitch.rb +0 -8
  2. metadata +2 -2
data/lib/twitch.rb CHANGED
@@ -14,14 +14,6 @@ class Twitch
14
14
 
15
15
  public
16
16
 
17
- def setTestingDefaults
18
- @client_id = "k96gsxbp95dgpv9ck8wnzqcyhifqxv5"
19
- @secret_key = "9is2azmi3iw5r29ay7d8gvl4u4feeyg"
20
- @redirect_uri = "http://localhost:3000/auth"
21
- @scope = ["user_red", "channel_read", "channel_editor", "channel_commercial", "channel_stream", "user_blocks_edit"]
22
- @access_token = "1d6lcvunb152ccoxlzuxesh7u337m2a"
23
- end
24
-
25
17
  def getLink
26
18
  scope = ""
27
19
  @scope.each do |s|
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: twitch
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dustin Lakin
@@ -44,7 +44,7 @@ extra_rdoc_files: []
44
44
 
45
45
  files:
46
46
  - lib/twitch.rb
47
- homepage: http://lak.in/
47
+ homepage: https://github.com/dustinlakin/twitch-rb
48
48
  licenses: []
49
49
 
50
50
  post_install_message: