Sha256: 07df7df964012c7b97c44afab069d305f6dd7348c0ac3ca620cc71b1d0c6e5ab
Contents?: true
Size: 1.4 KB
Versions: 0
Compression: gzip
Compressed size: 672 Bytes
Stored size: 672 Bytes
Contents
--- !ruby/object:Gem::Specification name: twitter-stream version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - Vladimir Kolesnikov autorequire: bindir: bin cert_chain: [] date: 2009-10-11 00:00:00 +04:00 default_executable: dependencies: [] description: Simple Ruby client library for twitter streaming API. Uses EventMachine for connection handling. Adheres to twitter's reconnection guidline. JSON format only. email: voloko@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - .gitignore - README.markdown - Rakefile - VERSION - examples/reader.rb - fixtures/twitter/basic_http.txt - lib/twitter/json_stream.rb - spec/spec_helper.rb - spec/twitter/json_stream.rb - twitter-stream.gemspec has_rdoc: true homepage: http://github.com/voloko/twitter-stream licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.4 signing_key: specification_version: 3 summary: Twitter realtime API client test_files: - spec/spec_helper.rb - spec/twitter/json_stream.rb - examples/reader.rb