summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2015-07-14 09:28:12 +0200
committerLars Kanis <lars@greiz-reinsdorf.de>2015-07-14 09:28:12 +0200
commite2b7baede7ab30e8f8fe8e233b15b0b82ffe1e7f (patch)
tree01c0c657fa634cf80331ee494ab1550284211c19
parentf50569864dc07a6e24b118a044b1938911beaeaf (diff)
downloadrake-compiler-e2b7baede7ab30e8f8fe8e233b15b0b82ffe1e7f.tar.gz
Replace rake-compiler-dev-box in favour of rake-compiler-dock
[Rake-compiler-dev-box](https://github.com/tjschuck/rake-compiler-dev-box) is no longer maintained by it's author. Although there are several forks, each adding changes for a given target project, it is generally more extensive to set up and to integrate. Vagrant images are built on the users computer and are not versioned. Moreover the vagrant images are mutable, so that every build can make persistent changes to the box. In the end this makes each rake-compiler-dev-box rather unique. [Rake-compiler-dock](https://github.com/larskanis/rake-compiler-dock) comes as a gem and solves these issues by using Docker instead of Vagrant. That makes rake-compiler-dock faster and more reliable. It also provides a simple API that let's the user integrate the cross build into the Rakefile of the given project. In addition, it is also usable on Windows. Although JRuby was included in the first step, it didn't make much sense. JRuby can easily be installed native on each target platform. So now, rake-compiler-dock focuses on Windows binary gems only. This fits to the given README section, too.
-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