You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/sdks/overview/ruby/publishing-to-rubygems.mdx
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,7 @@ Publish your public-facing Fern Ruby SDK to the [RubyGems
7
7
registry](https://rubygems.org/). After following the steps on this page,
8
8
you'll have a versioned package published on RubyGems.
9
9
10
-
<Frame>
11
-
<imgsrc="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>
15
11
16
12
## Set up your GitHub integration
17
13
@@ -131,7 +127,7 @@ groups:
131
127
132
128
<Step title="Log into RubyGems">
133
129
134
-
Log into [RubyGems](https://pypi.org/) or create a new account.
130
+
Log into [RubyGems](https://rubygems.org/) or create a new account.
135
131
136
132
</Step>
137
133
@@ -155,12 +151,12 @@ groups:
155
151
1. Set an expiration date.
156
152
1. Click **Create API Key**.
157
153
154
+
<Warning>Save your new key – it won’t be displayed after you leave the page.</Warning>
155
+
158
156
<Frame>
159
157
<img src="assets/new-api-key.png" alt="Creating a New API Key" />
160
158
</Frame>
161
159
162
-
<Warning>Save your new key – it won’t be displayed after you leave the page.</Warning>
0 commit comments