I needed a Ruby library to perform basic create, read, update and delete operations on Gists. I looked, wasn't satisfied with what was there, and decided to roll my own. Here the result. ActiveGist is so named because it wraps GitHub Gist API with a class implementing the ActiveModel modules. So, it should be pretty familiar to anyone who ever used models in Ruby on Rails (but Rails is not a dependency of this project). More information: https://github.com/sinisterchipmunk/active-gist https://rubygems.org/gems/activegist