Skip to content

Instantly share code, notes, and snippets.

@ao-kenji
Last active January 4, 2016 19:29
Show Gist options
  • Save ao-kenji/8667879 to your computer and use it in GitHub Desktop.
Save ao-kenji/8667879 to your computer and use it in GitHub Desktop.
Ruby gems to use Tw (Twitter client on Ruby; http://shokai.github.io/tw/ ) on OpenBSD/m88k. This is "just work" set.
#!/bin/sh
# pkgsrc reference
gem19 install args_parser -v 0.2.0 # misc/ruby-args_parser
gem19 install parallel -v 0.8.2 # misc/ruby-parallel
gem19 install rainbow -v 1.1.4 # misc/ruby-rainbow
gem19 install hashie -v 1.2.0 # misc/ruby-hashie
gem19 install oauth -v 0.4.7 # security/ruby-oauth
gem19 install yajl-ruby -v 1.1.0 # textproc/ruby-yajl
gem19 install userstream -v 1.3.0 # net/ruby-userstream
gem19 install multipart-post -v 1.2.0 # www/ruby-multipart-post
gem19 install faraday -v 0.8.8 # www/ruby-faraday
gem19 install twitter -v 4.6.2 # net/ruby-twitter
gem19 install tw -v 0.5.2 # net/ruby-tw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment