diff options
| author | Teddy Wing | 2013-04-07 00:39:40 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-07 00:39:40 -0400 |
| commit | bfa6c83b8c9cfca37eb5c1ac07f2098b898c771b (patch) | |
| tree | 0e46a3c8a44071ee2e65b9748326c39c6a3e5eaa /Gemfile | |
| download | clips-bfa6c83b8c9cfca37eb5c1ac07f2098b898c771b.tar.bz2 | |
Initial commit v0.0.1
* List clips.
* Route to post a new clip URL.
* Bookmarlet to post a clip.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +source 'https://rubygems.org' + +gem 'rack' +gem 'camping' + +gem 'sqlite3' +gem 'activerecord' +gem 'tilt' + +group :development do + gem 'rerun' +end
\ No newline at end of file |
