We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f325d1 commit eba9f50Copy full SHA for eba9f50
user/deployment-v2/providers/rubygems.md
@@ -28,7 +28,7 @@ s.version = "#{s.version}-alpha-#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS']
28
If your gem's current version is `1.0.0`, the prerelease version will be
29
1.0.0-alpha-20, where `20` is the build number.
30
31
-### Specifying the gem name
+### Specify the gem name
32
33
By default, we will try to release a gem by the same name as the repository name.
34
@@ -77,7 +77,7 @@ deploy:
77
```
78
{: data-file=".travis.yml"}
79
80
-### Specifying the gemspec
+### Specify the gemspec
81
82
You can specify the gemspec with the `gemspec` option:
83
0 commit comments