Skip to content
Snippets Groups Projects
Commit 948ce19c authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Fix gem

parent fdcc784c
No related branches found
No related tags found
No related merge requests found
source "https://rubygems.org"
gemspec
......@@ -10,7 +10,10 @@ Gem::Specification.new do |spec|
spec.homepage = "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components"
spec.license = "apache2"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(_plugins|LICENSE|README)!i) }
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(lib|LICENSE|README)!i) }
spec.add_runtime_dependency "jekyll", "> 3.0"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
end
require 'jekyll/tags/rblock'
require 'jekyll/tags/rgridblock'
require 'jekyll/tags/rtitle'
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment