Skip to content

Commit

Permalink
Remove version info from README
Browse files Browse the repository at this point in the history
  • Loading branch information
larsch committed Sep 8, 2018
1 parent 720ccb4 commit efd1ceb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ any additionally needed ruby libraries or DLL.
== FEATURES

* LZMA Compression (optional, default on)
* Ruby 1.8.7, 1.9.3, 2.0.0 and 2.1.5 support
* Both windowed/console mode supported
* Includes gems based on usage, or from a Bundler Gemfile

Expand Down Expand Up @@ -165,8 +164,7 @@ Executable options:

* Windows

* Working Ruby installation. Ocra is tested with RubyInstaller
1.8.7p374, 1.9.3p545, and 2.0.0p481 (32 and 64 bit).
* Working Ruby installation.

* MinGW Installation (when working with the source code only)

Expand Down Expand Up @@ -257,7 +255,8 @@ following command:
ocra someapp/script/rails someapp --output someapp.exe --add-all-core \
--gemfile someapp/Gemfile --no-dep-run --gem-full --chdir-first -- server

Note the space between "--" and "server"! It's important; "server" is an argument to be passed to rails when the script is ran.
Note the space between "--" and "server"! It's important; "server" is
an argument to be passed to rails when the script is ran.

Rails 2 apps can be packaged similarly, though you will have to
integrate them with Bundler (http://gembundler.com/rails23.html)
Expand Down

0 comments on commit efd1ceb

Please sign in to comment.