Skip to content

Commit

Permalink
Documentation: improve tables format
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Dec 15, 2014
1 parent 4705a53 commit 904e71e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions libraries/cookbook_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ def self.newgem?(gem_version)
#
# This is used only for native gems compilation.
#
# | *build-essential?* | `0.4.0` (latest) | `0.3.0` |
# |------------------------|------------------|---------|
# | **Chef `12`** | no | - |
# | **Chef `>= 11.16.4`** | no | yes |
# | **Chef `< 11.16.4`** | yes | no |
# | **Gem Version** | **0.4.0** *(latest)* | **0.3.0** |
# |-----------------------|----------------------|-----------|
# | **Chef `12`** | no | - |
# | **Chef `>= 11.16.4`** | no | yes |
# | **Chef `< 11.16.4`** | yes | no |
#
# @param gem_version [String] gem version to install.
# @return [Boolean] `true` if `build-essential` cookbook is required.
Expand All @@ -103,11 +103,11 @@ def self.require_build_essential?(gem_version)
#
# We should skip installing gem dependencies if already included by Chef.
#
# | `--ignore-dependencies` | `0.4.0` (latest) | `0.3.0` |
# |------------------------------|------------------|---------|
# | **Chef `12`** | yes | - |
# | **Chef `>= 11.16.4`** | yes | no |
# | **Chef `< 11.16.4`** | no | yes |
# | **Gem Version** | **0.4.0** *(latest)* | **0.3.0** |
# |-----------------------|----------------------|-----------|
# | **Chef `12`** | yes | - |
# | **Chef `>= 11.16.4`** | yes | no |
# | **Chef `< 11.16.4`** | no | yes |
#
# @param gem_version [String] gem version to install.
# @return [Boolean] `true` if dependencies installation should be skipped.
Expand Down

0 comments on commit 904e71e

Please sign in to comment.