doc/Development.adoc in landrush-1.3.1 vs doc/Development.adoc in landrush-1.3.2
- old
+ new
@@ -125,10 +125,10 @@
In order to publish to RubyGems you need to have an account and you need to have an API key configured on your machine.
If you have an account you can setup the API key using:
[source,bash]
----
-curl -u carlos https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials
+curl -u <user> https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials
----
====
* Make sure the HEAD of development builds and passes all tests:
`bundle exec rake clean rubocop test features install`.