Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2eb0cd34
Commit
2eb0cd34
authored
Apr 23, 2021
by
Ben Bodenmiller
Committed by
Achilleas Pipinellis
Apr 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Ruby gems registry name
parent
01c56260
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/user/packages/index.md
doc/user/packages/index.md
+1
-1
doc/user/packages/rubygems_registry/index.md
doc/user/packages/rubygems_registry/index.md
+1
-1
No files found.
doc/user/packages/index.md
View file @
2eb0cd34
...
@@ -24,7 +24,7 @@ The Package Registry supports the following formats:
...
@@ -24,7 +24,7 @@ The Package Registry supports the following formats:
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/nuget_repository/index.html"
>
NuGet
</a></td><td>
12.8+
</td></tr>
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/nuget_repository/index.html"
>
NuGet
</a></td><td>
12.8+
</td></tr>
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/pypi_repository/index.html"
>
PyPI
</a></td><td>
12.10+
</td></tr>
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/pypi_repository/index.html"
>
PyPI
</a></td><td>
12.10+
</td></tr>
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/generic_packages/index.html"
>
Generic packages
</a></td><td>
13.5+
</td></tr>
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/generic_packages/index.html"
>
Generic packages
</a></td><td>
13.5+
</td></tr>
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/rubygems_registry/index.html"
>
Ruby
G
ems
</a></td><td>
13.10+
</td></tr>
<tr><td><a
href=
"https://docs.gitlab.com/ee/user/packages/rubygems_registry/index.html"
>
Ruby
g
ems
</a></td><td>
13.10+
</td></tr>
</table>
</table>
</div>
</div>
</div>
</div>
...
...
doc/user/packages/rubygems_registry/index.md
View file @
2eb0cd34
...
@@ -44,7 +44,7 @@ Feature.enable(:rubygem_packages, Project.find(1))
...
@@ -44,7 +44,7 @@ Feature.enable(:rubygem_packages, Project.find(1))
Feature
.
disable
(
:rubygem_packages
,
Project
.
find
(
2
))
Feature
.
disable
(
:rubygem_packages
,
Project
.
find
(
2
))
```
```
## Create a Ruby
G
em
## Create a Ruby
g
em
If you need help creating a Ruby gem, see the
[
RubyGems documentation
](
https://guides.rubygems.org/make-your-own-gem/
)
.
If you need help creating a Ruby gem, see the
[
RubyGems documentation
](
https://guides.rubygems.org/make-your-own-gem/
)
.
...
...
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