Skip to content

Commit eba9f50

Browse files
authored
Update rubygems.md
1 parent 6f325d1 commit eba9f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user/deployment-v2/providers/rubygems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ s.version = "#{s.version}-alpha-#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS']
2828
If your gem's current version is `1.0.0`, the prerelease version will be
2929
1.0.0-alpha-20, where `20` is the build number.
3030

31-
### Specifying the gem name
31+
### Specify the gem name
3232

3333
By default, we will try to release a gem by the same name as the repository name.
3434

@@ -77,7 +77,7 @@ deploy:
7777
```
7878
{: data-file=".travis.yml"}
7979
80-
### Specifying the gemspec
80+
### Specify the gemspec
8181
8282
You can specify the gemspec with the `gemspec` option:
8383

0 commit comments

Comments
 (0)