SPIIIIIKE

This commit is contained in:
Joshua Nichols
2010-03-04 00:19:35 -05:00
commit 0277901561
11 changed files with 227 additions and 0 deletions

18
Gemfile Normal file
View File

@@ -0,0 +1,18 @@
# Add dependencies required to use your gem here.
group :runtime do
#gem 'bundler', '>= 0.9.5'
end
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", ">= 1.2.9"
gem "bundler", ">= 0.9.5"
gem "jeweler", ">= 1.4.0"
gem "rcov", ">= 0"
end