Added v 0.3.1 snapshot.v0.3.1twitter4r-v0.3.1
commitfae9140585eef558126a439813444106edc28aff
authorSusan Potter <me@susanpotter.net>
Sat, 7 Aug 2010 17:16:09 +0000 (7 12:16 -0500)
committerSusan Potter <me@susanpotter.net>
Sat, 7 Aug 2010 17:16:09 +0000 (7 12:16 -0500)
tree0ef41726b7167431485b0b16d588f5625fb693d9
parenta5d2bee228dc9c873da434fb84c89cb20bf6aa44
Added v 0.3.1 snapshot.
84 files changed:
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]
bin/t4rsh [new file with mode: 0755]
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/graph.rb [new file with mode: 0644]
examples/messaging.rb [new file with mode: 0644]
examples/model.rb [new file with mode: 0644]
examples/profile.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/graph.rb [new file with mode: 0644]
lib/twitter/client/messaging.rb [new file with mode: 0644]
lib/twitter/client/profile.rb [new file with mode: 0644]
lib/twitter/client/search.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/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/account_spec.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/graph_spec.rb [new file with mode: 0644]
spec/twitter/client/messaging_spec.rb [new file with mode: 0644]
spec/twitter/client/profile_spec.rb [new file with mode: 0644]
spec/twitter/client/search_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/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/metrics.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]