Skip to content

Commit 079eb17

Browse files
committed
Bumped gem version.
1 parent 9eb6c52 commit 079eb17

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'rake'
44
require 'echoe'
55

66
# gem management
7-
Echoe.new('koala', '0.7.4') do |p|
7+
Echoe.new('koala', '0.8.0') do |p|
88
p.summary = "A lightweight, flexible library for Facebook with support for the Graph API, the old REST API, realtime updates, and OAuth validation."
99
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."
1010
p.url = "http://github.com/arsduo/koala"

koala.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Gem::Specification.new do |s|
44
s.name = %q{koala}
5-
s.version = "0.7.4"
5+
s.version = "0.8.0"
66

77
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
88
s.authors = ["Alex Koppel, Chris Baclig, Rafi Jacoby, Context Optional"]
9-
s.date = %q{2010-06-24}
9+
s.date = %q{2010-06-27}
1010
s.description = %q{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.}
1111
s.email = %q{[email protected]}
1212
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "lib/koala.rb", "lib/koala/graph_api.rb", "lib/koala/http_services.rb", "lib/koala/realtime_updates.rb", "lib/koala/rest_api.rb"]

spec/facebook_data.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55

66
# You must supply this value yourself to test the GraphAPI class.
77
# Your OAuth token should have publish_stream and read_stream permissions.
8-
oauth_token: 119908831367602|2.yluAH7g12_ocFAHxhWWVZQ__.3600.1277661600-2905623|Yd5GFTBYpF8hTUAB6VyyCcIf9WQ.
8+
oauth_token:
99

1010
# for testing the OAuth class
1111
# baseline app
1212
oauth_test_data:
1313
# You must supply this value yourself, since they will expire.
14-
code: 2.yluAH7g12_ocFAHxhWWVZQ__.3600.1277661600-2905623|yPK7PPsRNCx3I0tJ6rgPd8oyN4I.
14+
code:
1515
# easiest way to get session keys: use multiple test accounts with the Javascript login at http://oauth.twoalex.com
16-
session_key: 2.yluAH7g12_ocFAHxhWWVZQ__.3600.1277661600-2905623
16+
session_key:
1717
multiple_session_keys:
18-
- 2.yluAH7g12_ocFAHxhWWVZQ__.3600.1277661600-2905623
19-
- 2.yluAH7g12_ocFAHxhWWVZQ__.3600.1277661600-2905623
18+
-
19+
-
2020

2121
# These values will work out of the box
2222
app_id: 119908831367602

0 commit comments

Comments
 (0)