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
Xavier Thompson
rubygemsrecipe
Commits
8118b50f
Commit
8118b50f
authored
Jul 15, 2021
by
Léo-Paul Géneau
👾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.4.2
parent
38e84663
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
CHANGES.rst
CHANGES.rst
+17
-2
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
8118b50f
Change History
**************
0.4.1 (2020-06-24)
0.4.2 (2021-07-15)
==================
- Fix encoding error in Python2 by using ``subprocess.checkoutput`` method with
``universal_newlines`` option
- Store ``gem dependency`` commands return value in files instead of dictionnary
- Fix gems constraints detection failures for similar version symbol '~>' by
extending the regex
- Fix gem search pattern for RubyGems >= 3.0.0 by trimming symbols '/' and '\'
- Handle version exclusion constraint symbol '!='
0.4.1 (2021-06-24)
==================
- Add ``allow-picked-version`` as default value for deployment mode.
0.4.0 (202
0
-06-17)
0.4.0 (202
1
-06-17)
==================
- Add deployment mode.
...
...
setup.py
View file @
8118b50f
...
...
@@ -4,7 +4,7 @@ import os
from
setuptools
import
setup
version
=
'0.4.
1
'
version
=
'0.4.
2
'
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