added a Gemfile

This commit is contained in:
2010-11-24 09:47:55 +00:00
parent 71c5421587
commit a612a17c54
2 changed files with 44 additions and 0 deletions

10
Gemfile Normal file
View File

@@ -0,0 +1,10 @@
source 'http://rubygems.org/'
gem 'activesupport', '>= 2.3.0'
gem 'i18n', '>= 0.4.2'
group :development do
gem 'jeweler', '>= 1.4.0'
gem 'rspec', '>= 2.1.0'
gem 'yard', '>= 0.6.3'
end