lib/bundler/man/bundle-gem.txt in bundler-1.11.2 vs lib/bundler/man/bundle-gem.txt in bundler-1.12.0.pre.1

- old
+ new

@@ -27,18 +27,18 @@ o gem.test OPTIONS - -b or --bin - Specify that Bundler should create a binary (as exe/GEM_NAME) in - the generated rubygem project. This binary will also be added to - the GEM_NAME.gemspec manifest. This behavior is disabled by - default. + --exe or -b or --bin + Specify that Bundler should create a binary executable (as + exe/GEM_NAME) in the generated rubygem project. This binary will + also be added to the GEM_NAME.gemspec manifest. This behavior is + disabled by default. - --no-bin - Do not create a binary (overrides --bin specified in the global + --no-exe + Do not create a binary (overrides --exe specified in the global config). --coc Add a CODE_OF_CONDUCT.md file to the root of the generated project. If this option is unspecified, an interactive prompt will be displayed and the answer will be saved in Bundler's @@ -85,6 +85,6 @@ - October 2015 BUNDLE-GEM(1) + January 2016 BUNDLE-GEM(1)