automatically select ruby ver
This commit is contained in:
parent
511e8f817e
commit
3e8fe693b4
9
autonomic.gemspec
Normal file
9
autonomic.gemspec
Normal 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
|
@ -1,17 +0,0 @@
|
||||
# coding: utf-8
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "spectral_jekyll_theme"
|
||||
spec.version = "1.3"
|
||||
spec.authors = ["Andrew Banchich"]
|
||||
spec.email = ["andrewbanchich@gmail.com"]
|
||||
|
||||
spec.summary = %q{A Jekyll version of the "Spectral" theme by HTML5 UP.}
|
||||
spec.homepage = "https://gitlab.com/andrewbanchich/spectral-jekyll-theme"
|
||||
spec.license = "MIT"
|
||||
|
||||
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
|
Reference in New Issue
Block a user