# -*- encoding: utf-8 -*- # stub: twitter-stream 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "twitter-stream".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vladimir Kolesnikov".freeze] s.date = "2009-10-11" s.description = "Simple Ruby client library for twitter streaming API. Uses EventMachine for connection handling. Adheres to twitter's reconnection guidline. JSON format only.".freeze s.email = "voloko@gmail.com".freeze s.extra_rdoc_files = ["README.markdown".freeze] s.files = [".gitignore".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "examples/reader.rb".freeze, "fixtures/twitter/basic_http.txt".freeze, "lib/twitter/json_stream.rb".freeze, "spec/spec_helper.rb".freeze, "spec/twitter/json_stream.rb".freeze, "twitter-stream.gemspec".freeze] s.homepage = "http://github.com/voloko/twitter-stream".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Twitter realtime API client".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/twitter/json_stream.rb".freeze, "examples/reader.rb".freeze] end