README.md in bluepill-0.1.2 vs README.md in bluepill-0.1.3

- old
+ new

@@ -340,21 +340,25 @@ end ``` Keep in mind that you still need to set up log rotation (described in the installation section) to keep the log file from growing huge. -### Extra options +### Foreground mode + You can run bluepill in the foreground: ```ruby Bluepill.application("app_name", foreground: true) do |app| # ... end ``` Note that You must define only one application per config when using foreground mode. + +y allows you to run bluepill only in the foreground. + ## Links * Code: [http://github.com/bluepill-rb/bluepill](http://github.com/bluepill-rb/bluepill) * Bugs/Features: [http://github.com/bluepill-rb/bluepill/issues](http://github.com/bluepill-rb/bluepill/issues) * Mailing List: [http://groups.google.com/group/bluepill-rb](http://groups.google.com/group/bluepill-rb) @@ -367,11 +371,11 @@ * Ruby 1.9.3 * Ruby 2.0.0 * Ruby 2.1 * Ruby 2.2 -* JRuby 1.7 -* JRuby 9.0.0.0 +* JRuby 1.7 (only in the foreground) +* JRuby 9.0.0.0 (only in the foreground) If something doesn't work on one of these interpreters, please open an issue. This library may inadvertently work (or seem to work) on other Ruby implementations, however support will only be provided for the versions listed