diff options
author | Saku Ytti <saku@ytti.fi> | 2014-04-14 16:28:23 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-04-14 16:28:23 +0300 |
commit | 57a8f4bc04b4f87ad0d7028dcbf29b96d49eaffd (patch) | |
tree | 82567c791b0114e62fa3b978eb2bb95733d6488b /oxidized.gemspec | |
parent | 1a1794b2b3ac99764852546c550fd7988f84c37b (diff) |
Use 'asetus' for configuration files
Main benefits
a) we get support for system wide configs
b) we don't use symbols in config file, they're confusing to
non-rubyist
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r-- | oxidized.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec index 93d2674..2921d4b 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -21,5 +21,6 @@ Gem::Specification.new do |s| s.add_dependency 'puma' s.add_dependency 'haml' s.add_dependency 'sass' + s.add_dependency 'slop' end |