# -*- encoding: utf-8 -*- # stub: pork_sandwich 0.4.3 ruby lib Gem::Specification.new do |s| s.name = "pork_sandwich".freeze s.version = "0.4.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sam Gilbert".freeze, "Evan Burchard".freeze] s.date = "2010-02-05" s.description = "Ideal for pulling Twitter search tweets, tweets from a twitter account, twitter account info, twitter relationship data, and trends. All data is stored in a handy schema for easy access.".freeze s.email = "sam.o.gilbert@gmail.com".freeze s.extra_rdoc_files = ["README".freeze] s.files = ["README".freeze, "Rakefile".freeze, "VERSION".freeze, "generators/pork_sandwich_migration/pork_sandwich_migration_generator.rb".freeze, "generators/pork_sandwich_migration/templates/migration.rb".freeze, "lib/pork_sandwich.rb".freeze, "lib/pork_sandwich/auth.rb".freeze, "lib/pork_sandwich/config.rb".freeze, "lib/pork_sandwich/crawler.rb".freeze, "lib/pork_sandwich/log.rb".freeze, "lib/pork_sandwich/puller.rb".freeze, "lib/pork_sandwich/reaction_processor.rb".freeze, "lib/pork_sandwich/saver.rb".freeze, "lib/pork_sandwich/search.rb".freeze, "lib/pork_sandwich/twitter_user.rb".freeze, "test/auth_test.rb".freeze, "test/crawler_test.rb".freeze, "test/factories.rb".freeze, "test/fakewebs.rb".freeze, "test/log_test.rb".freeze, "test/puller_test.rb".freeze, "test/reaction_processor_test.rb".freeze, "test/saver_test.rb".freeze, "test/schema.rb".freeze, "test/search_test.rb".freeze, "test/test_helper.rb".freeze, "test/twitter_user_test.rb".freeze] s.homepage = "http://github.com/sam1vp/pork_sandwich".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A tool for pulling and storing delicious, delicious Twitter data".freeze s.test_files = ["test/auth_test.rb".freeze, "test/crawler_test.rb".freeze, "test/factories.rb".freeze, "test/fakewebs.rb".freeze, "test/log_test.rb".freeze, "test/puller_test.rb".freeze, "test/reaction_processor_test.rb".freeze, "test/saver_test.rb".freeze, "test/schema.rb".freeze, "test/search_test.rb".freeze, "test/test_helper.rb".freeze, "test/twitter_user_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.0.12".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7.9".freeze]) end