1
0
Fork 0
forked from wezm/wezm.net
wezm.net/Gemfile

18 lines
226 B
Ruby
Raw Normal View History

2011-01-20 16:08:43 +00:00
source :rubygems
2012-10-29 09:54:29 +00:00
gem 'rake'
2011-01-20 16:08:43 +00:00
gem 'mime-types'
2011-01-25 11:52:18 +00:00
gem 'nanoc'
2011-01-20 16:08:43 +00:00
gem 'bitly'
gem 'haml'
2012-10-29 09:39:25 +00:00
gem 'sass'
2011-01-20 16:08:43 +00:00
gem 'rdiscount'
gem 'rubypants'
gem 'nokogiri'
2011-01-25 11:52:18 +00:00
gem 'builder'
gem 'rb-fsevent'
gem 'guard'
gem 'guard-nanoc'
2011-02-03 17:12:49 +00:00
gem 'growl'
2012-10-29 09:54:29 +00:00
gem 'systemu'