summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@surfeasy.com>2013-01-20 21:45:27 -0500
committerAustin Ziegler <austin@surfeasy.com>2013-01-20 21:46:30 -0500
commit98703123469f68e25768fac0decef79534a59d01 (patch)
treee7731bb5401868bfd0e14c34049a43ecc6d2c3bf /Gemfile
parent1e00ec3f95849c792f8399d348f3c385244ec7d9 (diff)
downloaddiff-lcs-98703123469f68e25768fac0decef79534a59d01.tar.gz
Adding http://travis-ci.org support
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..1488dd4
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,15 @@
+# -*- ruby -*-
+
+# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
+
+source "https://rubygems.org/"
+
+
+gem "hoe-highline", "~>0.1.0", :group => [:development, :test]
+gem "hoe-mercurial", "~>1.4.0", :group => [:development, :test]
+gem "rdoc", "~>3.10", :group => [:development, :test]
+gem "rspec", "~>2.0", :group => [:development, :test]
+gem "rake", "~>10.0", :group => [:development, :test]
+gem "hoe", "~>3.4", :group => [:development, :test]
+
+# vim: syntax=ruby