summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBrandon Black <brandonmblack@gmail.com>2013-09-24 17:52:46 -0700
committerBrandon Black <brandonmblack@gmail.com>2013-09-24 17:59:32 -0700
commit7ebc2f7f20cdf40d5fc2893d269896b4f8245865 (patch)
tree20b9828b47cecb63f88821e0bb5584951083cae6 /man
parent5b09da434bb5cf6209e13ad43cfb035bdc7c7f0b (diff)
downloadbundler-7ebc2f7f20cdf40d5fc2893d269896b4f8245865.tar.gz
adding platform support for ruby 2.1
* added new platform and ruby version helpers * updated man file and tests
Diffstat (limited to 'man')
-rw-r--r--man/gemfile.5.ronn8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index ace9d864d4..2796e8cd01 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -149,6 +149,8 @@ There are a number of `Gemfile` platforms:
_ruby_ `AND` version 1.9
* `ruby_20`:
_ruby_ `AND` version 2.0
+ * `ruby_21`:
+ _ruby_ `AND` version 2.1
* `mri`:
Same as _ruby_, but not Rubinius
* `mri_18`:
@@ -157,6 +159,8 @@ There are a number of `Gemfile` platforms:
_mri_ `AND` version 1.9
* `mri_20`:
_mri_ `AND` version 2.0
+ * `mri_21`:
+ _mri_ `AND` version 2.1
* `rbx`:
Same as _ruby_, but only Rubinius (not MRI)
* `jruby`:
@@ -171,10 +175,14 @@ There are a number of `Gemfile` platforms:
_mingw_ `AND` version 1.9
* `mingw_20`:
_mingw_ `AND` version 2.0
+ * `mingw_21`:
+ _mingw_ `AND` version 2.1
* `x64_mingw`:
Windows 64 bit 'mingw32' platform (aka RubyInstaller x64)
* `x64_mingw_20`:
_x64_mingw_ `AND` version 2.0
+ * `x64_mingw_21`:
+ _x64_mingw_ `AND` version 2.1
As with groups, you can specify one or more platforms: