Skip to content

Commit 2ab854c

Browse files
committed
additional updates to ruby guide
1 parent c018297 commit 2ab854c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

fern/products/sdks/overview/ruby/publishing-to-rubygems.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ Publish your public-facing Fern Ruby SDK to the [RubyGems
77
registry](https://rubygems.org/). After following the steps on this page,
88
you'll have a versioned package published on RubyGems.
99

10-
<Frame>
11-
<img src="assets/pypi-package.png" alt="Versioned package published on RubyGems" />
12-
</Frame>
13-
14-
<Info>This guide assumes that you already have an initialized `fern` folder on your local machine. If you don’t, run `fern init`. See [ruby Quickstart](quickstart.mdx) for more details.</Info>
10+
<Info>This guide assumes that you already have an initialized `fern` folder on your local machine. If you don’t, run `fern init`. See [Ruby Quickstart](quickstart.mdx) for more details.</Info>
1511

1612
## Set up your GitHub integration
1713

@@ -131,7 +127,7 @@ groups:
131127

132128
<Step title="Log into RubyGems">
133129

134-
Log into [RubyGems](https://pypi.org/) or create a new account.
130+
Log into [RubyGems](https://rubygems.org/) or create a new account.
135131

136132
</Step>
137133

@@ -155,12 +151,12 @@ groups:
155151
1. Set an expiration date.
156152
1. Click **Create API Key**.
157153

154+
<Warning>Save your new key – it won’t be displayed after you leave the page.</Warning>
155+
158156
<Frame>
159157
<img src="assets/new-api-key.png" alt="Creating a New API Key" />
160158
</Frame>
161159

162-
<Warning>Save your new key – it won’t be displayed after you leave the page.</Warning>
163-
164160
</Step>
165161

166162
<Step title="Configure RubyGems authentication token">
@@ -211,7 +207,7 @@ groups:
211207
```
212208
Local machine output will verify that the release is pushed to your
213209
repository and tagged with the version you specified. Log back into RubyGems and
214-
navigate to **Your projects** to see your new release.
210+
navigate to **Releases** to see your new release.
215211
</Step>
216212

217213
</Steps>

0 commit comments

Comments
 (0)