summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKouhei Sutou <kou@cozmixng.org>2015-01-26 10:04:05 +0900
committerKouhei Sutou <kou@cozmixng.org>2015-01-26 10:04:05 +0900
commitaf0ec1b7d3d3d997e56ec746676d82bc0c113e07 (patch)
treef4d29fe0b12fa91b0cb02dfaf4b097a84f45abad
parent0463a5b05bdc5744d4b9da3fa8f755d5cc7180e9 (diff)
parentfbdc1165fbde31187a304e2ebb5db9f8ecad8d73 (diff)
downloadrake-compiler-af0ec1b7d3d3d997e56ec746676d82bc0c113e07.tar.gz
Merge pull request #103 from mockdeep/patch-3
More minor typos in readme Patch by Robert Fletcher. Thanks!!!
-rw-r--r--README.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rdoc b/README.rdoc
index 4d6e25f..dddd58c 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -330,7 +330,7 @@ Cross compiling is still very simple:
rake cross compile
-And now, building gems for your Windows users is just 5 more letters:
+And now, building gems for your Windows users is just 6 more letters:
rake cross native gem
@@ -366,7 +366,7 @@ NOTE: building "fat" gems is currently only supported by rake-compiler when
cross compiling from a Linux or OSX host. Patches are welcome if building
"fat" gems from Windows hosts is desired, or natively for your platform :-)
-Now is up to you to make your gem load the proper binary at runtime:
+Now it's up to you to make your gem load the proper binary at runtime:
begin
RUBY_VERSION =~ /(\d+.\d+)/