Alfred Workflow - Python. If you want to write complicated workflow, sometimes it is easier to use Python library for that.
Books I read
Programming Ruby 1.9 & 2.0. My first book on Ruby, found it very valuable. For sure recommend it as your first book to learn about Ruby, good example, easy to read.
Metaprogramming Ruby 2: Program Like the Ruby Pros. Second book about Ruby. For sure recommend to learn more about it, best practices, hardcore examples. Mostly will be suitable for authors of frameworks.
Working with Ruby Threads. Just a refresh from what you have learned from System Programming course and some examples of how to work with Threads in Ruby.