man/bundle-platform.1.txt in bundler-1.16.0 vs man/bundle-platform.1.txt in bundler-1.16.1
- old
+ new
@@ -1,17 +1,17 @@
BUNDLE-PLATFORM(1) BUNDLE-PLATFORM(1)
-1mNAME0m
- 1mbundle-platform 22m- Displays platform compatibility information
+NAME
+ bundle-platform - Displays platform compatibility information
-1mSYNOPSIS0m
- 1mbundle platform 22m[--ruby]
+SYNOPSIS
+ bundle platform [--ruby]
-1mDESCRIPTION0m
- 1mplatform 22mwill display information from your Gemfile, Gemfile.lock, and
+DESCRIPTION
+ platform will display information from your Gemfile, Gemfile.lock, and
Ruby VM about your platform.
For instance, using this Gemfile(5):
@@ -22,11 +22,11 @@
gem "rack"
- If you run 1mbundle platform 22mon Ruby 1.9.3, it will display the following
+ If you run bundle platform on Ruby 1.9.3, it will display the following
output:
Your platform is: x86_64-linux
@@ -39,19 +39,19 @@
Your current platform satisfies the Ruby version requirement.
- 1mplatform 22mwill list all the platforms in your 1mGemfile.lock 22mas well as
- the 1mruby 22mdirective if applicable from your Gemfile(5). It will also let
- you know if the 1mruby 22mdirective requirement has been met. If 1mruby 22mdirec-
+ platform will list all the platforms in your Gemfile.lock as well as
+ the ruby directive if applicable from your Gemfile(5). It will also let
+ you know if the ruby directive requirement has been met. If ruby direc-
tive doesn't match the running Ruby VM, it will tell you what part does
not.
-1mOPTIONS0m
- 1m--ruby 22mIt will display the ruby directive information, so you don't
+OPTIONS
+ --ruby It will display the ruby directive information, so you don't
have to parse it from the Gemfile(5).
- September 2017 BUNDLE-PLATFORM(1)
+ February 2017 BUNDLE-PLATFORM(1)