Skip to content

Instantly share code, notes, and snippets.

@robsyme
Created April 21, 2013 11:39
Show Gist options
  • Save robsyme/5429320 to your computer and use it in GitHub Desktop.
Save robsyme/5429320 to your computer and use it in GitHub Desktop.
require 'json'
require 'yaml'
require 'net/http'
require 'uri'
name = 'bio-logger'
fetch = `bundle exec gem specification -r #{name.strip}`
spec = YAML::load(fetch)
spec.respond_to? :ivars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment