Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -2,18 +2,18 @@
> Dependency manager for the Ruby programming language.
- Installs all gems defined in the gemfile expected in the working directory.
- Installs all gems defined in the gemfile expected in the working directory:
`bundle install`
- Update all gems by the rules defined in the gemfile and regenerate gemfile.lock
- Update all gems by the rules defined in the gemfile and regenerate gemfile.lock:
`bundle update`
- Update one specific gem defined in the gemfile
- Update one specific gem defined in the gemfile:
`bundle update --source {{gemname}}`
- Create a new gem skeleton
- Create a new gem skeleton:
`bundle gem {{gemname}}`