Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rubygemsrecipe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
rubygemsrecipe
Commits
5b7765b1
Commit
5b7765b1
authored
Oct 01, 2021
by
Léo-Paul Géneau
👾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.4.3
parent
cf95df81
Pipeline
#17633
running with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
CHANGES.rst
CHANGES.rst
+13
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
5b7765b1
Change History
Change History
**************
**************
0.4.3 (2021-10-01)
==================
- Clean up part location to make ``install()`` idempotent
- Check url and version mutually exclusive options are not both in options
- Fix version comparison for major version greater than 9
- Remove hardcoded/meaningless/old version number in the path
- Style: import ``UserError`` and use ``Recipe().install()`` one-liner
0.4.2 (2021-07-15)
0.4.2 (2021-07-15)
==================
==================
...
...
setup.py
View file @
5b7765b1
...
@@ -4,7 +4,7 @@ import os
...
@@ -4,7 +4,7 @@ import os
from
setuptools
import
setup
from
setuptools
import
setup
version
=
'0.4.
2
'
version
=
'0.4.
3
'
name
=
'rubygemsrecipe'
name
=
'rubygemsrecipe'
...
...
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