mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
23 lines
356 B
Ruby
23 lines
356 B
Ruby
require 'rbconfig'
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
gem 'mime-types'
|
|
gem 'nanoc', '~> 4.0'
|
|
gem 'bitly'
|
|
gem 'haml'
|
|
gem 'sass'
|
|
gem 'rdiscount'
|
|
gem 'rubypants'
|
|
gem 'nokogiri'
|
|
gem 'builder'
|
|
gem 'fssm'
|
|
gem 'systemu'
|
|
gem 'listen'
|
|
gem 'guard-nanoc'
|
|
gem 'adsf'
|
|
|
|
if RbConfig::CONFIG['target_os'] =~ /(?i-mx:bsd|dragonfly)/
|
|
gem 'rb-kqueue', '>= 0.2'
|
|
end
|