forked from nov/fb_graph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfb_graph.gemspec
More file actions
331 lines (326 loc) · 14.1 KB
/
fb_graph.gemspec
File metadata and controls
331 lines (326 loc) · 14.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{fb_graph}
s.version = "1.1.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["nov matake"]
s.date = %q{2010-12-13}
s.description = %q{A full-stack Facebook Graph API wrapper in Ruby.}
s.email = %q{nov@matake.jp}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"assets/fb_graph.ai",
"assets/fb_graph.png",
"fb_graph.gemspec",
"lib/fb_graph.rb",
"lib/fb_graph/album.rb",
"lib/fb_graph/application.rb",
"lib/fb_graph/auth.rb",
"lib/fb_graph/auth/cookie.rb",
"lib/fb_graph/checkin.rb",
"lib/fb_graph/collection.rb",
"lib/fb_graph/comment.rb",
"lib/fb_graph/comparison.rb",
"lib/fb_graph/connection.rb",
"lib/fb_graph/connections.rb",
"lib/fb_graph/connections/accounts.rb",
"lib/fb_graph/connections/activities.rb",
"lib/fb_graph/connections/albums.rb",
"lib/fb_graph/connections/attending.rb",
"lib/fb_graph/connections/books.rb",
"lib/fb_graph/connections/checkins.rb",
"lib/fb_graph/connections/comments.rb",
"lib/fb_graph/connections/declined.rb",
"lib/fb_graph/connections/events.rb",
"lib/fb_graph/connections/feed.rb",
"lib/fb_graph/connections/friends.rb",
"lib/fb_graph/connections/groups.rb",
"lib/fb_graph/connections/home.rb",
"lib/fb_graph/connections/insights.rb",
"lib/fb_graph/connections/interests.rb",
"lib/fb_graph/connections/invited.rb",
"lib/fb_graph/connections/likes.rb",
"lib/fb_graph/connections/links.rb",
"lib/fb_graph/connections/maybe.rb",
"lib/fb_graph/connections/members.rb",
"lib/fb_graph/connections/movies.rb",
"lib/fb_graph/connections/music.rb",
"lib/fb_graph/connections/noreply.rb",
"lib/fb_graph/connections/notes.rb",
"lib/fb_graph/connections/photos.rb",
"lib/fb_graph/connections/picture.rb",
"lib/fb_graph/connections/posts.rb",
"lib/fb_graph/connections/statuses.rb",
"lib/fb_graph/connections/subscriptions.rb",
"lib/fb_graph/connections/tagged.rb",
"lib/fb_graph/connections/television.rb",
"lib/fb_graph/connections/videos.rb",
"lib/fb_graph/education.rb",
"lib/fb_graph/event.rb",
"lib/fb_graph/group.rb",
"lib/fb_graph/insight.rb",
"lib/fb_graph/link.rb",
"lib/fb_graph/node.rb",
"lib/fb_graph/note.rb",
"lib/fb_graph/page.rb",
"lib/fb_graph/photo.rb",
"lib/fb_graph/post.rb",
"lib/fb_graph/searchable.rb",
"lib/fb_graph/searchable/result.rb",
"lib/fb_graph/status.rb",
"lib/fb_graph/subscription.rb",
"lib/fb_graph/tag.rb",
"lib/fb_graph/user.rb",
"lib/fb_graph/venue.rb",
"lib/fb_graph/video.rb",
"lib/fb_graph/work.rb",
"spec/fake_json/albums/photos/matake_private.json",
"spec/fake_json/albums/photos/post_with_valid_access_token.json",
"spec/fake_json/applications/subscriptions/fb_graph_private.json",
"spec/fake_json/checkins/search_private.json",
"spec/fake_json/checkins/search_public.json",
"spec/fake_json/events/attending/post_with_valid_access_token.json",
"spec/fake_json/events/attending/smartday_private.json",
"spec/fake_json/events/declined/post_with_valid_access_token.json",
"spec/fake_json/events/declined/smartday_private.json",
"spec/fake_json/events/invited/smartday_private.json",
"spec/fake_json/events/maybe/post_with_valid_access_token.json",
"spec/fake_json/events/maybe/smartday_private.json",
"spec/fake_json/events/noreply/smartday_private.json",
"spec/fake_json/groups/members/emacs_private.json",
"spec/fake_json/pages/checkins/gowalla_private.json",
"spec/fake_json/pages/checkins/gowalla_public.json",
"spec/fake_json/pages/insights/FbGraph_private.json",
"spec/fake_json/pages/insights/FbGraph_public.json",
"spec/fake_json/pages/insights/page_like_adds/FbGraph_private.json",
"spec/fake_json/pages/insights/page_like_adds/day/FbGraph_private.json",
"spec/fake_json/pages/notes/post_with_valid_access_token.json",
"spec/fake_json/pages/platform_private.json",
"spec/fake_json/pages/platform_public.json",
"spec/fake_json/pages/statuses/platform_private.json",
"spec/fake_json/pages/statuses/platform_public.json",
"spec/fake_json/posts/comments/post_with_invalid_access_token.json",
"spec/fake_json/posts/comments/post_with_valid_access_token.json",
"spec/fake_json/posts/comments/post_without_access_token.json",
"spec/fake_json/posts/likes/post_with_invalid_access_token.json",
"spec/fake_json/posts/likes/post_with_valid_access_token.json",
"spec/fake_json/posts/likes/post_without_access_token.json",
"spec/fake_json/posts/platform_private.json",
"spec/fake_json/posts/platform_public.json",
"spec/fake_json/users/accounts/matake_private.json",
"spec/fake_json/users/accounts/matake_private_with_manage_pages_permission.json",
"spec/fake_json/users/accounts/matake_public.json",
"spec/fake_json/users/activities/arjun_private.json",
"spec/fake_json/users/activities/arjun_public.json",
"spec/fake_json/users/albums/matake_private.json",
"spec/fake_json/users/albums/matake_public.json",
"spec/fake_json/users/albums/post_with_valid_access_token.json",
"spec/fake_json/users/arjun_private.json",
"spec/fake_json/users/arjun_public.json",
"spec/fake_json/users/books/matake_private.json",
"spec/fake_json/users/books/matake_public.json",
"spec/fake_json/users/checkins/mattt_private.json",
"spec/fake_json/users/checkins/mattt_public.json",
"spec/fake_json/users/events/matake_private.json",
"spec/fake_json/users/events/matake_public.json",
"spec/fake_json/users/events/post_with_valid_access_token.json",
"spec/fake_json/users/feed/arjun_private.json",
"spec/fake_json/users/feed/arjun_public.json",
"spec/fake_json/users/feed/post_with_invalid_access_token.json",
"spec/fake_json/users/feed/post_with_valid_access_token.json",
"spec/fake_json/users/feed/post_without_access_token.json",
"spec/fake_json/users/friends/arjun_private.json",
"spec/fake_json/users/friends/arjun_public.json",
"spec/fake_json/users/friends/me_private.json",
"spec/fake_json/users/friends/me_public.json",
"spec/fake_json/users/groups/matake_private.json",
"spec/fake_json/users/groups/matake_public.json",
"spec/fake_json/users/home/arjun_private.json",
"spec/fake_json/users/home/arjun_public.json",
"spec/fake_json/users/home/me_private.json",
"spec/fake_json/users/home/me_private_next.json",
"spec/fake_json/users/home/me_private_previous.json",
"spec/fake_json/users/home/me_public.json",
"spec/fake_json/users/interests/matake_private.json",
"spec/fake_json/users/likes/arjun_private.json",
"spec/fake_json/users/likes/arjun_public.json",
"spec/fake_json/users/links/matake_private.json",
"spec/fake_json/users/links/post_with_valid_access_token.json",
"spec/fake_json/users/me_private.json",
"spec/fake_json/users/me_public.json",
"spec/fake_json/users/movies/matake_private.json",
"spec/fake_json/users/music/matake_private.json",
"spec/fake_json/users/notes/matake_private.json",
"spec/fake_json/users/posts/arjun_private.json",
"spec/fake_json/users/posts/arjun_public.json",
"spec/fake_json/users/statuses/arjun_private.json",
"spec/fake_json/users/statuses/arjun_public.json",
"spec/fake_json/users/tagged/arjun_private.json",
"spec/fake_json/users/tagged/arjun_public.json",
"spec/fake_json/users/television/matake_private.json",
"spec/fake_json/users/videos/kirk_private.json",
"spec/fb_graph/album_spec.rb",
"spec/fb_graph/application_spec.rb",
"spec/fb_graph/auth_spec.rb",
"spec/fb_graph/checkin_spec.rb",
"spec/fb_graph/collection_spec.rb",
"spec/fb_graph/comment_spec.rb",
"spec/fb_graph/connection_spec.rb",
"spec/fb_graph/connections/accounts_spec.rb",
"spec/fb_graph/connections/activities_spec.rb",
"spec/fb_graph/connections/albums_spec.rb",
"spec/fb_graph/connections/attending_spec.rb",
"spec/fb_graph/connections/books_spec.rb",
"spec/fb_graph/connections/checkins_spec.rb",
"spec/fb_graph/connections/comments_spec.rb",
"spec/fb_graph/connections/declined_spec.rb",
"spec/fb_graph/connections/events_spec.rb",
"spec/fb_graph/connections/feed_spec.rb",
"spec/fb_graph/connections/friends_spec.rb",
"spec/fb_graph/connections/groups_spec.rb",
"spec/fb_graph/connections/home_spec.rb",
"spec/fb_graph/connections/insights_spec.rb",
"spec/fb_graph/connections/interests_spec.rb",
"spec/fb_graph/connections/invited_spec.rb",
"spec/fb_graph/connections/likes_spec.rb",
"spec/fb_graph/connections/links_spec.rb",
"spec/fb_graph/connections/maybe_spec.rb",
"spec/fb_graph/connections/members_spec.rb",
"spec/fb_graph/connections/movies_spec.rb",
"spec/fb_graph/connections/music_spec.rb",
"spec/fb_graph/connections/noreply_spec.rb",
"spec/fb_graph/connections/notes_spec.rb",
"spec/fb_graph/connections/photos_spec.rb",
"spec/fb_graph/connections/picture_spec.rb",
"spec/fb_graph/connections/posts_spec.rb",
"spec/fb_graph/connections/statuses_spec.rb",
"spec/fb_graph/connections/subscriptions_spec.rb",
"spec/fb_graph/connections/tagged_spec.rb",
"spec/fb_graph/connections/television_spec.rb",
"spec/fb_graph/connections/videos_spec.rb",
"spec/fb_graph/education_spec.rb",
"spec/fb_graph/event_spec.rb",
"spec/fb_graph/group_spec.rb",
"spec/fb_graph/insight_spec.rb",
"spec/fb_graph/link_spec.rb",
"spec/fb_graph/node_spec.rb",
"spec/fb_graph/note_spec.rb",
"spec/fb_graph/page_spec.rb",
"spec/fb_graph/photo_spec.rb",
"spec/fb_graph/post_spec.rb",
"spec/fb_graph/status_spec.rb",
"spec/fb_graph/subscription_spec.rb",
"spec/fb_graph/tag_spec.rb",
"spec/fb_graph/user_spec.rb",
"spec/fb_graph/venue_spec.rb",
"spec/fb_graph/video_spec.rb",
"spec/fb_graph/work_spec.rb",
"spec/helpers/fake_json_helper.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/nov/fb_graph}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{A full-stack Facebook Graph API wrapper in Ruby.}
s.test_files = [
"spec/fb_graph/album_spec.rb",
"spec/fb_graph/application_spec.rb",
"spec/fb_graph/auth_spec.rb",
"spec/fb_graph/checkin_spec.rb",
"spec/fb_graph/collection_spec.rb",
"spec/fb_graph/comment_spec.rb",
"spec/fb_graph/connection_spec.rb",
"spec/fb_graph/connections/accounts_spec.rb",
"spec/fb_graph/connections/activities_spec.rb",
"spec/fb_graph/connections/albums_spec.rb",
"spec/fb_graph/connections/attending_spec.rb",
"spec/fb_graph/connections/books_spec.rb",
"spec/fb_graph/connections/checkins_spec.rb",
"spec/fb_graph/connections/comments_spec.rb",
"spec/fb_graph/connections/declined_spec.rb",
"spec/fb_graph/connections/events_spec.rb",
"spec/fb_graph/connections/feed_spec.rb",
"spec/fb_graph/connections/friends_spec.rb",
"spec/fb_graph/connections/groups_spec.rb",
"spec/fb_graph/connections/home_spec.rb",
"spec/fb_graph/connections/insights_spec.rb",
"spec/fb_graph/connections/interests_spec.rb",
"spec/fb_graph/connections/invited_spec.rb",
"spec/fb_graph/connections/likes_spec.rb",
"spec/fb_graph/connections/links_spec.rb",
"spec/fb_graph/connections/maybe_spec.rb",
"spec/fb_graph/connections/members_spec.rb",
"spec/fb_graph/connections/movies_spec.rb",
"spec/fb_graph/connections/music_spec.rb",
"spec/fb_graph/connections/noreply_spec.rb",
"spec/fb_graph/connections/notes_spec.rb",
"spec/fb_graph/connections/photos_spec.rb",
"spec/fb_graph/connections/picture_spec.rb",
"spec/fb_graph/connections/posts_spec.rb",
"spec/fb_graph/connections/statuses_spec.rb",
"spec/fb_graph/connections/subscriptions_spec.rb",
"spec/fb_graph/connections/tagged_spec.rb",
"spec/fb_graph/connections/television_spec.rb",
"spec/fb_graph/connections/videos_spec.rb",
"spec/fb_graph/education_spec.rb",
"spec/fb_graph/event_spec.rb",
"spec/fb_graph/group_spec.rb",
"spec/fb_graph/insight_spec.rb",
"spec/fb_graph/link_spec.rb",
"spec/fb_graph/node_spec.rb",
"spec/fb_graph/note_spec.rb",
"spec/fb_graph/page_spec.rb",
"spec/fb_graph/photo_spec.rb",
"spec/fb_graph/post_spec.rb",
"spec/fb_graph/status_spec.rb",
"spec/fb_graph/subscription_spec.rb",
"spec/fb_graph/tag_spec.rb",
"spec/fb_graph/user_spec.rb",
"spec/fb_graph/venue_spec.rb",
"spec/fb_graph/video_spec.rb",
"spec/fb_graph/work_spec.rb",
"spec/helpers/fake_json_helper.rb",
"spec/spec_helper.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<json>, [">= 0"])
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
s.add_runtime_dependency(%q<rest-client>, [">= 1.4"])
s.add_runtime_dependency(%q<oauth2>, [">= 0.1.0"])
s.add_development_dependency(%q<rspec>, ["~> 1.3"])
s.add_development_dependency(%q<rcov>, [">= 0"])
s.add_development_dependency(%q<fakeweb>, [">= 1.3.0"])
else
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<rest-client>, [">= 1.4"])
s.add_dependency(%q<oauth2>, [">= 0.1.0"])
s.add_dependency(%q<rspec>, ["~> 1.3"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<fakeweb>, [">= 1.3.0"])
end
else
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<rest-client>, [">= 1.4"])
s.add_dependency(%q<oauth2>, [">= 0.1.0"])
s.add_dependency(%q<rspec>, ["~> 1.3"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<fakeweb>, [">= 1.3.0"])
end
end