Sha256: 05bf0df1df8f78147c86eff1da2767458d57804d6cf78effc2a10bacebefe27c
Contents?: true
Size: 932 Bytes
Versions: 1
Compression:
Stored size: 932 Bytes
Contents
# Rakefile require 'rubygems' require 'rake' require 'echoe' # gem management Echoe.new('koala', '0.7.2') do |p| p.summary = "A lightweight, flexible library for Facebook with support for the Graph API, the old REST API, realtime updates, and OAuth validation." p.description = "Koala is a lightweight, flexible Ruby SDK for Facebook. It allows read/write access to the social graph via the Graph API and the older REST API, 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." p.url = "http://github.com/arsduo/koala" p.author = ["Alex Koppel", "Chris Baclig", "Rafi Jacoby", "Context Optional"] p.email = "alex@alexkoppel.com" p.ignore_pattern = ["tmp/*", "script/*", "pkg/*"] p.development_dependencies = [] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
koala-0.7.2 | Rakefile |