automatically select ruby ver

This commit is contained in:
czmj
2017-09-24 16:34:32 +01:00
parent 511e8f817e
commit 3e8fe693b4
3 changed files with 10 additions and 17 deletions

9
autonomic.gemspec Normal file
View File

@ -0,0 +1,9 @@
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "autonomic"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.add_development_dependency "jekyll", "~> 3.3"
spec.add_development_dependency "bundler", "~> 1.12"
end