Initial import
commit7f4d5c5e9dfba64501da7cfa5f905085cb17de46
authorSusan Potter <me@susanpotter.net>
Tue, 9 Sep 2008 04:35:45 +0000 (8 23:35 -0500)
committerSusan Potter <me@susanpotter.net>
Tue, 9 Sep 2008 04:35:45 +0000 (8 23:35 -0500)
tree11b63c64893a77c7e50ff7a2a7dcec1c5b8de7fd
Initial import
76 files changed:
.gitignore [new file with mode: 0644]
CHANGES [new file with mode: 0644]
MIT-LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
TODO [new file with mode: 0644]
config/rcov_morpher.rb [new file with mode: 0644]
config/rdoc_template.rb [new file with mode: 0644]
config/templates/github.gemspec.erb [new file with mode: 0644]
config/templates/rcov.rhtml [new file with mode: 0644]
config/tidy.yml.conf [new file with mode: 0644]
config/twitter.yml.conf [new file with mode: 0644]
examples/auth.rb [new file with mode: 0644]
examples/configure.rb [new file with mode: 0644]
examples/favorites.rb [new file with mode: 0644]
examples/friendship.rb [new file with mode: 0644]
examples/messaging.rb [new file with mode: 0644]
examples/model.rb [new file with mode: 0644]
examples/status.rb [new file with mode: 0644]
examples/timeline.rb [new file with mode: 0644]
examples/user.rb [new file with mode: 0644]
lib/twitter.rb [new file with mode: 0644]
lib/twitter/client.rb [new file with mode: 0644]
lib/twitter/client/account.rb [new file with mode: 0644]
lib/twitter/client/auth.rb [new file with mode: 0644]
lib/twitter/client/base.rb [new file with mode: 0644]
lib/twitter/client/blocks.rb [new file with mode: 0644]
lib/twitter/client/favorites.rb [new file with mode: 0644]
lib/twitter/client/friendship.rb [new file with mode: 0644]
lib/twitter/client/messaging.rb [new file with mode: 0644]
lib/twitter/client/status.rb [new file with mode: 0644]
lib/twitter/client/timeline.rb [new file with mode: 0644]
lib/twitter/client/user.rb [new file with mode: 0644]
lib/twitter/config.rb [new file with mode: 0644]
lib/twitter/console.rb [new file with mode: 0644]
lib/twitter/core.rb [new file with mode: 0644]
lib/twitter/ext.rb [new file with mode: 0644]
lib/twitter/ext/stdlib.rb [new file with mode: 0644]
lib/twitter/extras.rb [new file with mode: 0644]
lib/twitter/meta.rb [new file with mode: 0644]
lib/twitter/model.rb [new file with mode: 0644]
lib/twitter/rails.rb [new file with mode: 0644]
lib/twitter/version.rb [new file with mode: 0644]
pkg-info.yml [new file with mode: 0644]
scripts/testgitgem [new file with mode: 0755]
scripts/testsanity.rb [new file with mode: 0755]
spec/spec.opts [new file with mode: 0644]
spec/spec_helper.rb [new file with mode: 0644]
spec/twitter/client/auth_spec.rb [new file with mode: 0644]
spec/twitter/client/base_spec.rb [new file with mode: 0644]
spec/twitter/client/blocks_spec.rb [new file with mode: 0644]
spec/twitter/client/favorites_spec.rb [new file with mode: 0644]
spec/twitter/client/friendship_spec.rb [new file with mode: 0644]
spec/twitter/client/messaging_spec.rb [new file with mode: 0644]
spec/twitter/client/status_spec.rb [new file with mode: 0644]
spec/twitter/client/timeline_spec.rb [new file with mode: 0644]
spec/twitter/client/user_spec.rb [new file with mode: 0644]
spec/twitter/client_spec.rb [new file with mode: 0644]
spec/twitter/config_spec.rb [new file with mode: 0644]
spec/twitter/console_spec.rb [new file with mode: 0644]
spec/twitter/core_spec.rb [new file with mode: 0644]
spec/twitter/ext/stdlib_spec.rb [new file with mode: 0644]
spec/twitter/extras_spec.rb [new file with mode: 0644]
spec/twitter/meta_spec.rb [new file with mode: 0644]
spec/twitter/model_spec.rb [new file with mode: 0644]
spec/twitter/rails_spec.rb [new file with mode: 0644]
spec/twitter/version_spec.rb [new file with mode: 0644]
tasks/clean.rake [new file with mode: 0644]
tasks/doc.rake [new file with mode: 0644]
tasks/find.rake [new file with mode: 0644]
tasks/pkg.rake [new file with mode: 0644]
tasks/rubyforge.rake [new file with mode: 0644]
tasks/spec.rake [new file with mode: 0644]
tasks/stats.rake [new file with mode: 0644]
tasks/web.rake [new file with mode: 0644]
twitter4r.gemspec [new file with mode: 0644]