Skip to content

Commit

Permalink
Add licenses to gemspec
Browse files Browse the repository at this point in the history
This should be enough to have it show up on rubygems.org
  • Loading branch information
coreyhaines committed May 30, 2014
1 parent bc0c75e commit 40f35ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions koala.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Gem::Specification.new do |gem|
gem.name = "koala"
gem.summary = "A lightweight, flexible library for Facebook with support for the Graph API, the REST API, realtime updates, and OAuth authentication."
gem.description = "Koala is a lightweight, flexible Ruby SDK for Facebook. It allows read/write access to the social graph via the Graph and REST APIs, as well as support for realtime updates and OAuth and Facebook Connect authentication. Koala is fully tested and supports Net::HTTP and Typhoeus connections out of the box and can accept custom modules for other services."
gem.licenses = ['MIT']
gem.homepage = "http://github.com/arsduo/koala"
gem.version = Koala::VERSION

Expand Down

0 comments on commit 40f35ba

Please sign in to comment.