From 7ebc2f7f20cdf40d5fc2893d269896b4f8245865 Mon Sep 17 00:00:00 2001 From: Brandon Black Date: Tue, 24 Sep 2013 17:52:46 -0700 Subject: adding platform support for ruby 2.1 * added new platform and ruby version helpers * updated man file and tests --- man/gemfile.5.ronn | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man') 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: -- cgit v1.2.1