Skip to content

Commit

Permalink
ignore files and allow use of bundler to set up project
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Apr 26, 2011
1 parent 83d32a5 commit 7c5a6c9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,5 @@
*.rdb
tmp*
pkg*
*.DS_Store
*.rvmrc
13 changes: 13 additions & 0 deletions Gemfile
@@ -0,0 +1,13 @@
source 'http://rubygems.org'


gem 'redis'

group :development do
gem 'rake'
gem 'jeweler'
end

group :test do
gem 'rspec', '~> 1'
end
18 changes: 18 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,18 @@
GEM
remote: http://rubygems.org/
specs:
git (1.2.5)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
rake (0.8.7)
rspec (1.3.2)

PLATFORMS
ruby

DEPENDENCIES
jeweler
rake
rspec (~> 1)

0 comments on commit 7c5a6c9

Please sign in to comment.