Skip to content

Commit

Permalink
Gemfiles for bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflinwood committed Aug 12, 2011
1 parent f5bce45 commit f72fc94
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
source :gemcutter
gem 'tweetstream'
gem 'mongo'
gem 'twitter'
gem 'bson_ext'
46 changes: 46 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,46 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
bson (1.3.1)
bson_ext (1.3.1)
daemons (1.1.4)
eventmachine (0.12.10)
faraday (0.6.1)
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
rack (>= 1.1.0, < 2)
faraday_middleware (0.6.5)
faraday (~> 0.6.0)
hashie (1.0.0)
http_parser.rb (0.5.1)
mongo (1.3.1)
bson (>= 1.3.1)
multi_json (1.0.3)
multi_xml (0.2.2)
multipart-post (1.1.3)
rack (1.3.2)
simple_oauth (0.1.5)
tweetstream (1.0.4)
daemons
twitter-stream
twitter (1.6.0)
faraday (~> 0.6.1)
faraday_middleware (~> 0.6.3)
hashie (~> 1.0.0)
multi_json (~> 1.0.0)
multi_xml (~> 0.2.0)
simple_oauth (~> 0.1.5)
twitter-stream (0.1.14)
eventmachine (>= 0.12.8)
http_parser.rb (~> 0.5.1)
simple_oauth (~> 0.1.4)

PLATFORMS
ruby

DEPENDENCIES
bson_ext
mongo
tweetstream
twitter

0 comments on commit f72fc94

Please sign in to comment.