aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2013-04-07 00:39:40 -0400
committerTeddy Wing2013-04-07 00:39:40 -0400
commitbfa6c83b8c9cfca37eb5c1ac07f2098b898c771b (patch)
tree0e46a3c8a44071ee2e65b9748326c39c6a3e5eaa /Gemfile
downloadclips-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--Gemfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..a113497
--- /dev/null
+++ b/Gemfile
@@ -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