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

Merge branch '2-describe-the-package-as-ruby-gem' into 'master'

Added gemspec and license #2 /spend 10m

Closes #2

See merge request core-services/jekyll-theme-lcsb-frozen-components!2
parents 9aac8862 705b44f6
No related branches found
No related tags found
1 merge request!2Added gemspec and license #2 /spend 10m
LICENSE 0 → 100644
Copyright 2018 LCSB (https://wwwen.uni.lu/lcsb)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
......@@ -8,8 +8,8 @@ A collection of plugins that allow the user to include components from _frozen-p
More information to be added.
## Licence
To be filled in
## License
**Apache2**, see LICENSE
## Contributing
To be filled in
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-lcsb-frozen-components"
spec.version = "0.0.1"
spec.authors = ["jaceklebioda_lux"]
spec.email = ["lcsb-sysadmins@uni.lu"]
spec.summary = "Set of components required for Frozen-pages layout of LCSB's Jekyll theme"
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.add_runtime_dependency "jekyll", "~> 4.0"
end
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