summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKouhei Sutou <kou@cozmixng.org>2015-07-15 10:00:47 +0900
committerKouhei Sutou <kou@cozmixng.org>2015-07-15 10:00:47 +0900
commit75e54ead5a98557819b1fb67e8da66f8ca74836a (patch)
tree01c0c657fa634cf80331ee494ab1550284211c19
parentf50569864dc07a6e24b118a044b1938911beaeaf (diff)
parente2b7baede7ab30e8f8fe8e233b15b0b82ffe1e7f (diff)
downloadrake-compiler-75e54ead5a98557819b1fb67e8da66f8ca74836a.tar.gz
Merge pull request #116 from larskanis/patch-2
Replace rake-compiler-dev-box in favour of rake-compiler-dock Patch by Lars Kanis. Thanks!!!
-rw-r--r--README.rdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rdoc b/README.rdoc
index 7ccae51..710a724 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -234,10 +234,11 @@ different 'host' OS's.
==== The Easy Way
-Use rake-compiler-dev-box, a virtual machine provisioned with all the necessary
-build tools. With one command, you can cross-compile and package your gem into
-native, Java, and Windows fat binaries (with 1.8, 1.9, and 2.0 support). See
-https://github.com/tjschuck/rake-compiler-dev-box for more information.
+Use rake-compiler-dock, a gem that makes use of a virtual machine provisioned with
+all the necessary build tools. You can add a task to your Rakefile, that
+cross-compiles and packages your gem into Windows fat binaries (with 1.8 to 2.2
+and x86/x64 support). See https://github.com/larskanis/rake-compiler-dock for more
+information.
==== The Manual Way