mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
BSD compatible Gemfile
This commit is contained in:
parent
59115e1367
commit
611486fd9b
2 changed files with 10 additions and 1 deletions
6
Gemfile
6
Gemfile
|
@ -1,3 +1,5 @@
|
||||||
|
require 'rbconfig'
|
||||||
|
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
|
@ -15,3 +17,7 @@ gem 'systemu'
|
||||||
gem 'listen'
|
gem 'listen'
|
||||||
gem 'guard-nanoc'
|
gem 'guard-nanoc'
|
||||||
gem 'adsf'
|
gem 'adsf'
|
||||||
|
|
||||||
|
if RbConfig::CONFIG['target_os'] =~ /(?i-mx:bsd|dragonfly)/
|
||||||
|
gem 'rb-kqueue', '>= 0.2'
|
||||||
|
end
|
||||||
|
|
|
@ -70,6 +70,8 @@ GEM
|
||||||
rb-fsevent (0.10.2)
|
rb-fsevent (0.10.2)
|
||||||
rb-inotify (0.9.10)
|
rb-inotify (0.9.10)
|
||||||
ffi (>= 0.5.0, < 2)
|
ffi (>= 0.5.0, < 2)
|
||||||
|
rb-kqueue (0.2.5)
|
||||||
|
ffi (>= 0.5.0)
|
||||||
rdiscount (2.2.0.1)
|
rdiscount (2.2.0.1)
|
||||||
ruby_dep (1.5.0)
|
ruby_dep (1.5.0)
|
||||||
rubypants (0.6.0)
|
rubypants (0.6.0)
|
||||||
|
@ -99,10 +101,11 @@ DEPENDENCIES
|
||||||
nanoc (~> 3.0)
|
nanoc (~> 3.0)
|
||||||
nokogiri
|
nokogiri
|
||||||
rake
|
rake
|
||||||
|
rb-kqueue (>= 0.2)
|
||||||
rdiscount
|
rdiscount
|
||||||
rubypants
|
rubypants
|
||||||
sass
|
sass
|
||||||
systemu
|
systemu
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.15.4
|
1.16.0
|
||||||
|
|
Loading…
Reference in a new issue