kappa 0.3.0 → 0.4.0

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kappa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-20 00:00:00.000000000 Z
12
+ date: 2013-07-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.9.0
21
+ version: 0.11.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.11.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: addressable
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -186,14 +186,16 @@ files:
186
186
  - lib/kappa/images.rb
187
187
  - lib/kappa/user.rb
188
188
  - lib/kappa/id_equality.rb
189
- - lib/kappa/twitch.rb
189
+ - lib/kappa/query.rb
190
190
  - lib/kappa/channel.rb
191
191
  - lib/kappa/proxy.rb
192
192
  - lib/kappa/game.rb
193
193
  - lib/kappa/connection.rb
194
+ - lib/kappa/configuration.rb
194
195
  - README.md
195
196
  homepage: https://github.com/schmich/kappa
196
- licenses: []
197
+ licenses:
198
+ - MIT
197
199
  post_install_message:
198
200
  rdoc_options: []
199
201
  require_paths:
@@ -1,13 +0,0 @@
1
- module Kappa::V2
2
- # Private until implemented.
3
- # @private
4
- class Twitch
5
- def self.viewer_count
6
- # TODO
7
- end
8
-
9
- def self.stream_count
10
- # TODO
11
- end
12
- end
13
- end