-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update README, start changelog
- Loading branch information
Showing
3 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Version 0.1.0 | ||
|
||
First version to be published, pulled from the IRIS-HEP website. | ||
|
||
Extra features added during the transition include: | ||
* Config settings for IDs and data path. | ||
* `jekyll-indico-cache` script has customizable `--config` location. | ||
* Some basic unit testing | ||
* Better separation into files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,17 +8,13 @@ Gem::Specification.new do |spec| | |
spec.name = 'jekyll-indico' | ||
spec.version = JekyllIndico::VERSION | ||
spec.authors = ['Henry Schreiner'] | ||
spec.email = ['[email protected]'] | ||
spec.email = ['[email protected]'] | ||
|
||
spec.summary = 'Read and/or cache indico meeting lists for Jekyll' | ||
spec.homepage = 'https://rubygems.org/gems/jekyll-indico' | ||
spec.license = 'MIT' | ||
|
||
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' | ||
# to allow pushing to a single host or delete this section to allow pushing to any host. | ||
if spec.respond_to?(:metadata) | ||
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" | ||
|
||
spec.metadata['homepage_uri'] = spec.homepage | ||
spec.metadata['source_code_uri'] = 'https://github.com/iris-hep/jekyll-indico' | ||
spec.metadata['changelog_uri'] = 'https://github.com/iris-hep/jekyll-indico/blob/main/CHANGELOG.md' | ||
|