(別マシンでリトライ)Ruby TwitterAPIのインストール

もう一度、まっさらな環境でやったらすんなり入った。
昨夜のがんばりは、なんだったんでしょうか...

まず、JSONを入れる。

C:\Documents and Settings\hisashi>gem install json
Successfully installed json, version 1.1.9
Installing ri documentation for json-1.1.9-x86-mswin32...
Installing RDoc documentation for json-1.1.9-x86-mswin32...


次にtwitterAPIをインスコ

C:\Documents and Settings\hisashi>gem install twitter
Successfully installed twitter4r, version 0.3.1
Installing ri documentation for twitter4r-0.3.1...
Installing RDoc documentation for twitter4r-0.3.1...


ついでなのでtwitter4rもインスコ

C:\Documents and Settings\hisashi>
C:\Documents and Settings\hisashi>
C:\Documents and Settings\hisashi>gem install twitter4r
Successfully installed twitter4r, version 0.3.1
Installing ri documentation for twitter4r-0.3.1...
Installing RDoc documentation for twitter4r-0.3.1...



参考までに環境情報を。

C:\Documents and Settings\hisashi>gem environment
RubyGems Environment:
- VERSION: 0.9.2 (0.9.2)
- INSTALLATION DIRECTORY: c:/ruby/lib/ruby/gems/1.8
- GEM PATH:
- c:/ruby/lib/ruby/gems/1.8
- REMOTE SOURCES:
- http://gems.rubyforge.org



C:\Documents and Settings\hisashi>gem list

LOCAL GEMS ***

actionmailer (1.3.3)
Service layer for easy email delivery and testing.

actionpack (1.13.3)
Web-flow and rendering framework putting the VC in MVC.

actionwebservice (1.2.3)
Web service support for Action Pack.

activerecord (1.15.3)
Implements the ActiveRecord pattern for ORM.

activesupport (1.4.2)
Support and utility classes used by the Rails framework.

fxri (0.3.6)
Graphical interface to the RI documentation, with search engine.

fxruby (1.6.6)
FXRuby is the Ruby binding to the FOX GUI toolkit.

hpricot (0.4)
a swift, liberal HTML parser with a fantastic library

json (1.1.9)
A JSON implementation as a Ruby extension

log4r (1.0.5)
Log4r is a comprehensive and flexible logging library for Ruby.

rails (1.2.3)
Web-application framework with template engine, control-flow layer,
and ORM.

rake (0.7.2)
Ruby based make-like utility.

sources (0.0.1)
This package provides download sources for remote gem installation

twitter4r (0.3.1)
A clean Twitter client API in pure Ruby. Will include Twitter
add-ons also in Ruby.

win32-clipboard (0.4.1)
A package for interacting with the Windows clipboard

win32-dir (0.3.1)
Extra constants and methods for the Dir class on Windows.

win32-eventlog (0.4.3)
Interface for the MS Windows Event Log.

win32-file (0.5.3)
Extra or redefined methods for the File class on Windows.

win32-file-stat (1.2.3)
A File::Stat class tailored to MS Windows

win32-process (0.5.1)
Adds fork, wait, wait2, waitpid, waitpid2 and a special kill method

win32-sapi (0.1.3)
An interface to the MS SAPI (Sound API) library.

win32-sound (0.4.0)
A package for playing with sound on Windows.

windows-pr (0.6.2)
Windows functions and constants predefined via Win32API