[Groonga-commit] ranguba/rroonga at e35530c [master] doc cross-compile: update Ruby 2.0.0 cross compile description

Back to archive index

cosmo0920 null+****@clear*****
Sat Sep 27 17:56:08 JST 2014


cosmo0920	2014-09-27 17:56:08 +0900 (Sat, 27 Sep 2014)

  New Revision: e35530c02e5b4c92f9e32bb912ce5b48c39b4f0e
  https://github.com/ranguba/rroonga/commit/e35530c02e5b4c92f9e32bb912ce5b48c39b4f0e

  Message:
    doc cross-compile: update Ruby 2.0.0 cross compile description
    
    Ruby 2.0.0-p576 has been released!!

  Modified files:
    doc/text/cross-compile.md

  Modified: doc/text/cross-compile.md (+5 -5)
===================================================================
--- doc/text/cross-compile.md    2014-09-27 17:26:57 +0900 (6dad4e8)
+++ doc/text/cross-compile.md    2014-09-27 17:56:08 +0900 (9f75991)
@@ -15,7 +15,7 @@ $ rbenv install 1.9.3-p547
 $ gem install rubygems-update
 $ update_rubygems
 $ gem install bundler
-$ rbenv install 2.0.0-p353
+$ rbenv install 2.0.0-p576
 $ gem install bundler
 $ rbenv install 2.1.3
 $ gem install bundler
@@ -26,7 +26,7 @@ $ gem install bundler
 ```bash
 $ rbenv local 1.9.3-p547
 $ bundle install [--path vendor/bundle]
-$ rbenv local 2.0.0-p353
+$ rbenv local 2.0.0-p576
 $ bundle install [--path vendor/bundle]
 $ rbenv local 2.1.3
 $ bundle install [--path vendor/bundle]
@@ -38,9 +38,9 @@ $ bundle install [--path vendor/bundle]
 $ rbenv local 1.9.3-p547
 $ bundle exec rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=1.9.3-p547 [EXTS=--without-extensions]
 $ bundle exec rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=1.9.3-p547 [EXTS=--without-extensions]
-$ rbenv local 2.0.0-p353
-$ bundle exec rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=2.0.0-p353 [EXTS=--without-extensions]
-$ bundle exec rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=2.0.0-p353 [EXTS=--without-extensions]
+$ rbenv local 2.0.0-p576
+$ bundle exec rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=2.0.0-p576 [EXTS=--without-extensions]
+$ bundle exec rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=2.0.0-p576 [EXTS=--without-extensions]
 [$ rbenv local 2.1.3]
 $ bundle exec rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=2.1.3 [EXTS=--without-extensions]
 $ bundle exec rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=2.1.3 [EXTS=--without-extensions]
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index