summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAkzhan Abdulin <akzhan.abdulin@gmail.com>2011-04-08 17:56:19 +0400
committerBryan McLellan <btm@opscode.com>2011-04-28 11:16:50 -0700
commit43b6533b54955b2cf8c388980d27fa2d136e4e1a (patch)
tree7af8a1e6e74392f678e5fef80cf6390443c21e01 /Gemfile
parentc78a47cb7757166012a0e3bd08b8b7a433de8152 (diff)
downloadohai-43b6533b54955b2cf8c388980d27fa2d136e4e1a.tar.gz
Add Gemfile to simplify development using bundler if needed. Add development dependencies (RSpec). Move RSpec option in preffered way to .rspec file. Updated .gitignore
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 00000000..a1b93f3e
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source :rubygems
+
+gemspec