Gem::Specification.new do |s| s.name = 'oauth2-client' s.version = '1.0.0' s.date = %q{2013-01-22} s.summary = "OAuth2 Ruby Client" s.description = "Create quick and dirty OAuth2 clients for many services. Google OAuth2 client included" s.authors = ["Kevin Mutyaba"] s.email = %q{tiabasnk@gmail.com} s.homepage = '' s.rubygems_version = %q{1.0.0} s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] end