# -*- encoding: utf-8 -*- # stub: t 1.7.0 ruby lib Gem::Specification.new do |s| s.name = "t".freeze s.version = "1.7.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Erik Michaels-Ober".freeze] s.date = "2013-02-02" s.description = "A command-line power tool for Twitter.".freeze s.email = "sferik@gmail.com".freeze s.executables = ["t".freeze] s.files = ["CONTRIBUTING.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/t".freeze, "lib/t.rb".freeze, "lib/t/cli.rb".freeze, "lib/t/collectable.rb".freeze, "lib/t/core_ext/kernel.rb".freeze, "lib/t/core_ext/string.rb".freeze, "lib/t/delete.rb".freeze, "lib/t/list.rb".freeze, "lib/t/printable.rb".freeze, "lib/t/rcfile.rb".freeze, "lib/t/requestable.rb".freeze, "lib/t/search.rb".freeze, "lib/t/set.rb".freeze, "lib/t/stream.rb".freeze, "lib/t/utils.rb".freeze, "lib/t/version.rb".freeze, "spec/cli_spec.rb".freeze, "spec/delete_spec.rb".freeze, "spec/fixtures/200_direct_messages.json".freeze, "spec/fixtures/200_statuses.json".freeze, "spec/fixtures/501_ids.json".freeze, "spec/fixtures/501_users_list.json".freeze, "spec/fixtures/access_token".freeze, "spec/fixtures/activity_summary.json".freeze, "spec/fixtures/checkip.html".freeze, "spec/fixtures/direct_message.json".freeze, "spec/fixtures/direct_messages.json".freeze, "spec/fixtures/empty_array.json".freeze, "spec/fixtures/empty_cursor.json".freeze, "spec/fixtures/false.json".freeze, "spec/fixtures/favorites.json".freeze, "spec/fixtures/followers_ids.json".freeze, "spec/fixtures/following.json".freeze, "spec/fixtures/friends_ids.json".freeze, "spec/fixtures/gem.json".freeze, "spec/fixtures/geo.kml".freeze, "spec/fixtures/geo_no_city.kml".freeze, "spec/fixtures/geo_no_state.kml".freeze, "spec/fixtures/geoplugin.xml".freeze, "spec/fixtures/list.json".freeze, "spec/fixtures/lists.json".freeze, "spec/fixtures/locations.json".freeze, "spec/fixtures/long.png".freeze, "spec/fixtures/me.jpg".freeze, "spec/fixtures/not_following.json".freeze, "spec/fixtures/not_found.json".freeze, "spec/fixtures/rate_limit_status.json".freeze, "spec/fixtures/recommendations.json".freeze, "spec/fixtures/request_token".freeze, "spec/fixtures/retweet.json".freeze, "spec/fixtures/search.json".freeze, "spec/fixtures/search_with_entities.json".freeze, "spec/fixtures/settings.json".freeze, "spec/fixtures/sferik.json".freeze, "spec/fixtures/status.json".freeze, "spec/fixtures/status_no_attributes.json".freeze, "spec/fixtures/status_no_country.json".freeze, "spec/fixtures/status_no_full_name.json".freeze, "spec/fixtures/status_no_locality.json".freeze, "spec/fixtures/status_no_place.json".freeze, "spec/fixtures/status_no_street_address.json".freeze, "spec/fixtures/status_with_mention.json".freeze, "spec/fixtures/statuses.json".freeze, "spec/fixtures/trends.json".freeze, "spec/fixtures/true.json".freeze, "spec/fixtures/users.json".freeze, "spec/fixtures/users_list.json".freeze, "spec/fixtures/we_concept_bg2.png".freeze, "spec/helper.rb".freeze, "spec/list_spec.rb".freeze, "spec/rcfile_spec.rb".freeze, "spec/search_spec.rb".freeze, "spec/set_spec.rb".freeze, "spec/stream_spec.rb".freeze, "spec/utils_spec.rb".freeze, "t.gemspec".freeze] s.homepage = "http://sferik.github.com/t/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "CLI for Twitter".freeze s.test_files = ["spec/cli_spec.rb".freeze, "spec/delete_spec.rb".freeze, "spec/fixtures/200_direct_messages.json".freeze, "spec/fixtures/200_statuses.json".freeze, "spec/fixtures/501_ids.json".freeze, "spec/fixtures/501_users_list.json".freeze, "spec/fixtures/access_token".freeze, "spec/fixtures/activity_summary.json".freeze, "spec/fixtures/checkip.html".freeze, "spec/fixtures/direct_message.json".freeze, "spec/fixtures/direct_messages.json".freeze, "spec/fixtures/empty_array.json".freeze, "spec/fixtures/empty_cursor.json".freeze, "spec/fixtures/false.json".freeze, "spec/fixtures/favorites.json".freeze, "spec/fixtures/followers_ids.json".freeze, "spec/fixtures/following.json".freeze, "spec/fixtures/friends_ids.json".freeze, "spec/fixtures/gem.json".freeze, "spec/fixtures/geo.kml".freeze, "spec/fixtures/geo_no_city.kml".freeze, "spec/fixtures/geo_no_state.kml".freeze, "spec/fixtures/geoplugin.xml".freeze, "spec/fixtures/list.json".freeze, "spec/fixtures/lists.json".freeze, "spec/fixtures/locations.json".freeze, "spec/fixtures/long.png".freeze, "spec/fixtures/me.jpg".freeze, "spec/fixtures/not_following.json".freeze, "spec/fixtures/not_found.json".freeze, "spec/fixtures/rate_limit_status.json".freeze, "spec/fixtures/recommendations.json".freeze, "spec/fixtures/request_token".freeze, "spec/fixtures/retweet.json".freeze, "spec/fixtures/search.json".freeze, "spec/fixtures/search_with_entities.json".freeze, "spec/fixtures/settings.json".freeze, "spec/fixtures/sferik.json".freeze, "spec/fixtures/status.json".freeze, "spec/fixtures/status_no_attributes.json".freeze, "spec/fixtures/status_no_country.json".freeze, "spec/fixtures/status_no_full_name.json".freeze, "spec/fixtures/status_no_locality.json".freeze, "spec/fixtures/status_no_place.json".freeze, "spec/fixtures/status_no_street_address.json".freeze, "spec/fixtures/status_with_mention.json".freeze, "spec/fixtures/statuses.json".freeze, "spec/fixtures/trends.json".freeze, "spec/fixtures/true.json".freeze, "spec/fixtures/users.json".freeze, "spec/fixtures/users_list.json".freeze, "spec/fixtures/we_concept_bg2.png".freeze, "spec/helper.rb".freeze, "spec/list_spec.rb".freeze, "spec/rcfile_spec.rb".freeze, "spec/search_spec.rb".freeze, "spec/set_spec.rb".freeze, "spec/stream_spec.rb".freeze, "spec/utils_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.16".freeze, "< 2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.4".freeze]) end