checkdin 0.3.6 → 0.3.7

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.
@@ -15,6 +15,7 @@ module Checkdin
15
15
  include Clients
16
16
  include PushApiSubscriptions
17
17
  include PointAccountEntries
18
+ include TwitterHashtagStreams
18
19
 
19
20
  attr_reader :client_id, :client_secret
20
21
  attr_reader :ssl
@@ -1,3 +1,3 @@
1
1
  module Checkdin
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
3
3
  end
data/lib/checkdin.rb CHANGED
@@ -18,6 +18,8 @@ require 'checkdin/votes'
18
18
  require 'checkdin/clients'
19
19
  require 'checkdin/push_api_subscriptions'
20
20
  require 'checkdin/point_account_entries'
21
+ require 'checkdin/twitter_hashtag_streams'
21
22
  require 'checkdin/client'
22
23
  require 'checkdin/api_error'
23
24
 
25
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: checkdin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: