プラグインの関係上3.3.8(最新版)にすることに。
さて、動かない。
とりま、
Ragi-no-MacBook-Pro:~ Ragi$ bundle install -bash: bundle: command not found
bundleコマンドがないようなのでgemからインストール
Ragi-no-MacBook-Pro:~ Ragi$ sudo gem install bundler Fetching: bundler-1.11.2.gem (100%) Successfully installed bundler-1.11.2 Parsing documentation for bundler-1.11.2 Installing ri documentation for bundler-1.11.2 1 gem installed Ragi-no-MacBook-Pro:~ Ragi$ bundle install Could not locate Gemfile or .bundle/ directory
/ * おおっと! */
ディレクトリを作ればいいわけですがさっぱりなので、ておくれブログ
Winux/Lindows |最新Mikutter3.1で始めるておくれ最新Ruby(rbenv on LMDE 2回目)さん参照。
rbenvで対応rubyを入れる。 その上でシステムのrubyを対応したものに変える $ rbenv global $RUBY_VERSION $ rbenv rehash とか、パス通してシェルに入り直す $ export PATH="$HOME/.rbenv/bin:$PATH" $ eval "$(rbenv init -)" とか、環境変数(~.bashrcとかに export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)" を書いておくとかして、なんとかruby -vしたら対応Verが実行される状態を作って、 $ cd mikutter $ bundle install --path vendor/bundle $ ruby mikutter.rb で起動できるはず!!
Ragi-no-MacBook-Pro:~ Ragi$ rbenv global $RUBY_VERSION system Ragi-no-MacBook-Pro:~ Ragi$ rbenv rehash Ragi-no-MacBook-Pro:~ Ragi$ export PATH="$HOME/.rbenv/bin:$PATH" Ragi-no-MacBook-Pro:~ Ragi$ eval "$(rbenv init -)" Ragi-no-MacBook-Pro:~ Ragi$ ruby -v ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin13] Ragi-no-MacBook-Pro:~ Ragi$ cd mikutter3.3.8/ Ragi-no-MacBook-Pro:mikutter3.3.8 Ragi$ bu builtin bundle bundler bunzip2 Ragi-no-MacBook-Pro:mikutter3.3.8 Ragi$ bun bundle bundler bunzip2 Ragi-no-MacBook-Pro:mikutter3.3.8 Ragi$ bun bundle bundler bunzip2 Ragi-no-MacBook-Pro:mikutter3.3.8 Ragi$ bundle install --path vendor/bundle Fetching gem metadata from https://rubygems.org/............ Fetching version metadata from https://rubygems.org/.. Fetching dependency metadata from https://rubygems.org/.. Resolving dependencies... Rubygems 2.0.14 is not threadsafe, so your gems will be installed one at a time. Upgrade to Rubygems 2.1.0 or higher to enable parallel gem installation. Installing rake 10.5.0 Installing addressable 2.4.0 Installing pkg-config 1.1.7 Installing safe_yaml 1.0.4 Installing delayer 0.0.2 Installing locale 2.1.2 Installing text 1.3.1 Installing hashdiff 0.3.0 Installing httpclient 2.7.1 Installing instance_storage 1.0.0 Installing json_pure 1.8.3 Installing memoist 0.14.0 Installing metaclass 0.0.4 Installing mini_portile2 2.0.0 Installing moneta 0.8.0 Installing oauth 0.4.7 Installing power_assert 0.2.7 Installing ruby-hmac 0.4.0 Installing totoridipjp 0.1.0 Installing unf_ext 0.0.7.2 with native extensions Installing typed-array 0.1.2 Installing watch 0.1.0 Using bundler 1.11.2 Installing glib2 3.0.7 with native extensions Installing cairo 1.14.3 with native extensions Installing crack 0.4.3 Installing delayer-deferred 1.0.3 Installing gettext 3.0.9 Installing pluggaloid 1.0.2 Installing mocha 0.14.0 Installing nokogiri 1.6.7.2 with native extensions Installing test-unit 3.1.8 Installing unf 0.1.4 Installing atk 3.0.7 with native extensions Installing gdk_pixbuf2 3.0.7 with native extensions Installing pango 3.0.7 with native extensions Installing webmock 1.24.2 Installing twitter-text 1.13.4 Installing gtk2 3.0.7 with native extensions Bundle complete! 21 Gemfile dependencies, 39 gems now installed. Bundled gems are installed into ./vendor/bundle. Ragi-no-MacBook-Pro:mikutter3.3.8 Ragi$ ruby mikutter.rb
アッパレ!
3.0.0も動きます。
ターミナルで動かしてるだけなのでウィンドウ増やせばこんなんもできるよ、と
3.3.8でプラグイン動くかなー?