pork_sandwich 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,100 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pork_sandwich
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Sam Gilbert
8
+ - Evan Burchard
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2010-02-05 00:00:00 -05:00
14
+ default_executable:
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: acts-as-taggable-on
18
+ type: :runtime
19
+ version_requirement:
20
+ version_requirements: !ruby/object:Gem::Requirement
21
+ requirements:
22
+ - - ">="
23
+ - !ruby/object:Gem::Version
24
+ version: 1.0.12
25
+ version:
26
+ - !ruby/object:Gem::Dependency
27
+ name: twitter
28
+ type: :runtime
29
+ version_requirement:
30
+ version_requirements: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 0.7.9
35
+ version:
36
+ 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.
37
+ email: sam.o.gilbert@gmail.com
38
+ executables: []
39
+
40
+ extensions: []
41
+
42
+ extra_rdoc_files:
43
+ - README
44
+ files:
45
+ - README
46
+ - Rakefile
47
+ - VERSION
48
+ - generators/pork_sandwich_migration/pork_sandwich_migration_generator.rb
49
+ - generators/pork_sandwich_migration/templates/pork_sandwich_migration.rb
50
+ - lib/pork.rb
51
+ - lib/pork/auth.rb
52
+ - lib/pork/config.rb
53
+ - lib/pork/crawler.rb
54
+ - lib/pork/log.rb
55
+ - lib/pork/puller.rb
56
+ - lib/pork/reaction_processor.rb
57
+ - lib/pork/saver.rb
58
+ - lib/pork/search.rb
59
+ - lib/pork/twitter_user.rb
60
+ has_rdoc: true
61
+ homepage: http://github.com/sam1vp/pork_sandwich
62
+ licenses: []
63
+
64
+ post_install_message:
65
+ rdoc_options:
66
+ - --charset=UTF-8
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: "0"
74
+ version:
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: "0"
80
+ version:
81
+ requirements: []
82
+
83
+ rubyforge_project:
84
+ rubygems_version: 1.3.5
85
+ signing_key:
86
+ specification_version: 3
87
+ summary: A tool for pulling and storing delicious, delicious Twitter data
88
+ test_files:
89
+ - test/auth_test.rb
90
+ - test/crawler_test.rb
91
+ - test/factories.rb
92
+ - test/fakewebs.rb
93
+ - test/log_test.rb
94
+ - test/puller_test.rb
95
+ - test/reaction_processor_test.rb
96
+ - test/saver_test.rb
97
+ - test/schema.rb
98
+ - test/search_test.rb
99
+ - test/test_helper.rb
100
+ - test/twitter_user_test.rb