summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-02-06 21:31:16 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-02-06 21:31:16 +0900
commit7df178085341a5a4845d391ef7ec8317da3cc0ec (patch)
treecc3aa72a1b81d6195db874568c85d097e3e7e9b8
parentd5609f3207ee8b98dc1e2032cd31a23380ad5402 (diff)
downloadmsgpack-python-7df178085341a5a4845d391ef7ec8317da3cc0ec.tar.gz
ruby: makegem.sh
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 66ca276..6ca10d6 100644
--- a/README
+++ b/README
@@ -19,12 +19,12 @@ Binary-based efficient data interchange format.
$ make
$ sudo make install
- To install Ruby binding, run ./gengem.sh script on ruby/ directory and install
+ To install Ruby binding, run ./makegem.sh script on ruby/ directory and install
generated gem package.
$ cd ruby
- $ ./gengem.sh
- $ gem install gem/pkg/msgpack-*.gem
+ $ ./makegem.sh
+ $ gem install msgpack-*.gem
*Usage
@@ -54,7 +54,7 @@ Binary-based efficient data interchange format.
API Document is available at http://msgpack.sourceforge.jp/.
-Copyright (C) 2008-2009 FURUHASHI Sadayuki
+Copyright (C) 2008-2010 FURUHASHI Sadayuki
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.