Skip to content

Instantly share code, notes, and snippets.

@shokai
Last active December 12, 2015 01:29
Show Gist options
  • Save shokai/4691894 to your computer and use it in GitHub Desktop.
Save shokai/4691894 to your computer and use it in GitHub Desktop.
Gems included by the bundle:
* activemodel (3.2.11)
* activesupport (3.2.11)
* args_parser (0.1.4)
* bson (1.8.2)
* builder (3.0.4)
* bundler (1.2.3)
* faraday (0.8.4)
* hashie (1.2.0)
* i18n (0.6.1)
* json (1.7.6)
* mongo (1.8.2)
* mongoid (2.6.0)
* multi_json (1.5.0)
* multipart-post (1.1.5)
* oauth (0.4.7)
* parallel (0.6.1)
* rack (1.5.1)
* rack-protection (1.3.2)
* rainbow (1.1.4)
* simple_oauth (0.2.0)
* sinatra (1.3.4)
* tilt (1.3.3)
* tw (0.3.8 186cb4b)
* twitter (4.5.0)
* tzinfo (0.3.35)
* userstream (1.2.3)
source :rubygems
gem 'sinatra'
gem 'mongoid', '>=2.4.0', '<3.0.0'
gem 'tw', :git => 'git@github.com:shokai/tw.git'
GIT
remote: git@github.com:shokai/tw.git
revision: 186cb4b0ef633e9cd0b71d2c490d7b8a9144c4c2
specs:
tw (0.3.8)
args_parser (>= 0.1.2)
json (>= 1.7.0)
parallel (>= 0.6.0)
rainbow (>= 1.1.4)
twitter (>= 4.4.0)
userstream (>= 1.2.0)
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (~> 3.0.0)
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
args_parser (0.1.4)
bson (1.8.2)
builder (3.0.4)
faraday (0.8.4)
multipart-post (~> 1.1)
hashie (1.2.0)
i18n (0.6.1)
json (1.7.6)
mongo (1.8.2)
bson (~> 1.8.2)
mongoid (2.6.0)
activemodel (~> 3.1)
mongo (~> 1.7)
tzinfo (~> 0.3.22)
multi_json (1.5.0)
multipart-post (1.1.5)
oauth (0.4.7)
parallel (0.6.1)
rack (1.5.1)
rack-protection (1.3.2)
rack
rainbow (1.1.4)
simple_oauth (0.2.0)
sinatra (1.3.4)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
tilt (1.3.3)
twitter (4.5.0)
faraday (~> 0.8, < 0.10)
multi_json (~> 1.0)
simple_oauth (~> 0.2)
tzinfo (0.3.35)
userstream (1.2.3)
hashie (~> 1.2.0)
oauth (~> 0.4.7)
PLATFORMS
ruby
DEPENDENCIES
mongoid (>= 2.4.0, < 3.0.0)
sinatra
tw!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment