Skip to content

Instantly share code, notes, and snippets.

View martio's full-sized avatar

Marcin Lewandowski martio

View GitHub Profile
#!/usr/bin/env ruby
require 'yaml'
if ARGV.size < 1
puts "Usage: github-test.rb my-project.gemspec"
exit
end
require 'rubygems/specification'
data = File.read(ARGV[0])