Re-namespacing the redis+ruby stuff ... because it was bothering me (I guess?)

This commit is contained in:
Dan Buch
2012-03-14 21:39:28 -04:00
parent 4d88027be7
commit 47d9b54b10
7 changed files with 0 additions and 0 deletions

7
redis/with-ruby/Gemfile Normal file
View File

@@ -0,0 +1,7 @@
source :rubygems
gem 'fastercsv'
gem 'hiredis'
gem 'rake'
gem 'redis'
gem 'slop'