File: twitter_oauth.rb

package info (click to toggle)
ruby-twitter-oauth 0.4.94-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: ruby: 446; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
require 'oauth'
require 'json'
require 'mime/types'

require 'twitter_oauth/client'

module TwitterOAuth
  VERSION = '0.4.94'
end