Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Jekyll Plugin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
4
Merge Requests
4
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
F-Droid
Jekyll Plugin
Commits
3139544b
Verified
Commit
3139544b
authored
Aug 29, 2019
by
Nico Alt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation on publishing to RubyGems.org
parent
5d63204b
Pipeline
#79266741
passed with stage
in 3 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.md
README.md
+12
-0
No files found.
README.md
View file @
3139544b
...
...
@@ -76,6 +76,18 @@ If you want to use this plugin with the old XML index,
you can use the
[
release 0.1.1
](
https://rubygems.org/gems/jekyll-fdroid/versions/0.1.1
)
which is the last one supporting the old index.
## Publishing a new version
Jekyll-FDroid is distributed via
[
RubyGems.org
](
https://rubygems.org/gems/jekyll-fdroid
)
.
To quickly sum up
[
their extensive guides
](
https://guides.rubygems.org/
)
:
```
bash
# Build gem package
gem build jekyll-fdroid.gemspec
# Push to RubyGems
gem push jekyll-fdroid-1.0.0.gem
```
## License
This program is Free Software:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment