updated readme

This commit is contained in:
Mike Kelley
2011-08-27 01:41:48 -06:00
commit 17fee3c6d5
98 changed files with 11421 additions and 0 deletions

16
Gemfile Normal file
View File

@@ -0,0 +1,16 @@
source 'http://rubygems.org'
gem 'rails', '3.0.9'
gem 'sqlite3'
gem 'devise'
gem 'forum_monster', '~> 1.1'
gem 'nifty-generators'
gem 'cancan'
gem 'gravtastic'
#gem 'bbcoder'
gem 'bb-ruby'
group :development do
gem 'hirb'
end