-
Notifications
You must be signed in to change notification settings - Fork 85
/
vimeo.gemspec
250 lines (245 loc) · 11 KB
/
vimeo.gemspec
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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: vimeo 1.5.4 ruby lib
Gem::Specification.new do |s|
s.name = "vimeo"
s.version = "1.5.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Matt Hooks"]
s.date = "2014-04-23"
s.description = "A full featured Ruby implementation of the Vimeo API."
s.email = "[email protected]"
s.extra_rdoc_files = [
"CHANGELOG.rdoc",
"LICENSE"
]
s.files = [
".travis.yml",
"CHANGELOG.rdoc",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.markdown",
"Rakefile",
"VERSION.yml",
"init.rb",
"lib/vimeo.rb",
"lib/vimeo/advanced.rb",
"lib/vimeo/advanced/album.rb",
"lib/vimeo/advanced/base.rb",
"lib/vimeo/advanced/channel.rb",
"lib/vimeo/advanced/contact.rb",
"lib/vimeo/advanced/group.rb",
"lib/vimeo/advanced/group_events.rb",
"lib/vimeo/advanced/group_forums.rb",
"lib/vimeo/advanced/person.rb",
"lib/vimeo/advanced/simple_upload.rb",
"lib/vimeo/advanced/simple_upload/chunk.rb",
"lib/vimeo/advanced/simple_upload/task.rb",
"lib/vimeo/advanced/test.rb",
"lib/vimeo/advanced/upload.rb",
"lib/vimeo/advanced/video.rb",
"lib/vimeo/advanced/video_embed.rb",
"lib/vimeo/simple.rb",
"lib/vimeo/simple/activity.rb",
"lib/vimeo/simple/album.rb",
"lib/vimeo/simple/base.rb",
"lib/vimeo/simple/channel.rb",
"lib/vimeo/simple/group.rb",
"lib/vimeo/simple/user.rb",
"lib/vimeo/simple/video.rb",
"test/fixtures/advanced/album/add_to_watch_later.json",
"test/fixtures/advanced/album/add_video.json",
"test/fixtures/advanced/album/create.json",
"test/fixtures/advanced/album/delete.json",
"test/fixtures/advanced/album/get_all.json",
"test/fixtures/advanced/album/get_videos.json",
"test/fixtures/advanced/album/get_watch_later.json",
"test/fixtures/advanced/album/remove_from_watch_later.json",
"test/fixtures/advanced/album/remove_video.json",
"test/fixtures/advanced/album/set_description.json",
"test/fixtures/advanced/album/set_password.json",
"test/fixtures/advanced/album/set_title.json",
"test/fixtures/advanced/auth/access_token.txt",
"test/fixtures/advanced/auth/check_access_token.json",
"test/fixtures/advanced/auth/check_token.json",
"test/fixtures/advanced/auth/get_frob.json",
"test/fixtures/advanced/auth/get_token.json",
"test/fixtures/advanced/auth/request_token.txt",
"test/fixtures/advanced/channel/add_video.json",
"test/fixtures/advanced/channel/get_all.json",
"test/fixtures/advanced/channel/get_info.json",
"test/fixtures/advanced/channel/get_moderators.json",
"test/fixtures/advanced/channel/get_subscribers.json",
"test/fixtures/advanced/channel/get_videos.json",
"test/fixtures/advanced/channel/remove_video.json",
"test/fixtures/advanced/channel/subscribe.json",
"test/fixtures/advanced/channel/unsubscribe.json",
"test/fixtures/advanced/contact/get_all.json",
"test/fixtures/advanced/contact/get_mutual.json",
"test/fixtures/advanced/contact/get_online.json",
"test/fixtures/advanced/contact/get_who_added.json",
"test/fixtures/advanced/group/add_video.json",
"test/fixtures/advanced/group/get_all.json",
"test/fixtures/advanced/group/get_files.json",
"test/fixtures/advanced/group/get_info.json",
"test/fixtures/advanced/group/get_members.json",
"test/fixtures/advanced/group/get_moderators.json",
"test/fixtures/advanced/group/get_video_comments.json",
"test/fixtures/advanced/group/get_videos.json",
"test/fixtures/advanced/group/join.json",
"test/fixtures/advanced/group/leave.json",
"test/fixtures/advanced/group_events/get_month.json",
"test/fixtures/advanced/group_events/get_past.json",
"test/fixtures/advanced/group_events/get_upcoming.json",
"test/fixtures/advanced/group_forums/get_topic_comments.json",
"test/fixtures/advanced/group_forums/get_topics.json",
"test/fixtures/advanced/person/add_contact.json",
"test/fixtures/advanced/person/add_subscription.json",
"test/fixtures/advanced/person/find_by_email.json",
"test/fixtures/advanced/person/get_hd_embeds.json",
"test/fixtures/advanced/person/get_info.json",
"test/fixtures/advanced/person/get_portrait_urls.json",
"test/fixtures/advanced/person/remove_contact.json",
"test/fixtures/advanced/person/remove_subscription.json",
"test/fixtures/advanced/test/echo.json",
"test/fixtures/advanced/test/login.json",
"test/fixtures/advanced/test/null.json",
"test/fixtures/advanced/upload/complete.json",
"test/fixtures/advanced/upload/get_quota.json",
"test/fixtures/advanced/upload/get_ticket.json",
"test/fixtures/advanced/upload/sample_iTunes.mov",
"test/fixtures/advanced/upload/verify_chunks.json",
"test/fixtures/advanced/video/add_cast.json",
"test/fixtures/advanced/video/add_comment.json",
"test/fixtures/advanced/video/add_photos.json",
"test/fixtures/advanced/video/add_tags.json",
"test/fixtures/advanced/video/clear_tags.json",
"test/fixtures/advanced/video/delete.json",
"test/fixtures/advanced/video/delete_comment.json",
"test/fixtures/advanced/video/edit_comment.json",
"test/fixtures/advanced/video/get_all.json",
"test/fixtures/advanced/video/get_appears_in.json",
"test/fixtures/advanced/video/get_by_tag.json",
"test/fixtures/advanced/video/get_cast.json",
"test/fixtures/advanced/video/get_collections.json",
"test/fixtures/advanced/video/get_comments_list.json",
"test/fixtures/advanced/video/get_contacts_liked.json",
"test/fixtures/advanced/video/get_contacts_uploaded.json",
"test/fixtures/advanced/video/get_info.json",
"test/fixtures/advanced/video/get_likes.json",
"test/fixtures/advanced/video/get_subscriptions.json",
"test/fixtures/advanced/video/get_thumbnail_urls.json",
"test/fixtures/advanced/video/get_uploaded.json",
"test/fixtures/advanced/video/remove_cast.json",
"test/fixtures/advanced/video/remove_tag.json",
"test/fixtures/advanced/video/search.json",
"test/fixtures/advanced/video/set_description.json",
"test/fixtures/advanced/video/set_like.json",
"test/fixtures/advanced/video/set_preset.json",
"test/fixtures/advanced/video/set_privacy.json",
"test/fixtures/advanced/video/set_title.json",
"test/fixtures/advanced/video_embed/get_presets.json",
"test/fixtures/advanced/video_embed/set_preset.json",
"test/fixtures/advanced/video_embed/set_privacy.json",
"test/fixtures/simple/activity/contacts_did.json",
"test/fixtures/simple/activity/everyone_did.json",
"test/fixtures/simple/activity/happened_to_contacts.json",
"test/fixtures/simple/activity/happened_to_user.json",
"test/fixtures/simple/activity/user_did.json",
"test/fixtures/simple/album/info.json",
"test/fixtures/simple/album/videos.json",
"test/fixtures/simple/channel/info.json",
"test/fixtures/simple/channel/videos.json",
"test/fixtures/simple/group/info.json",
"test/fixtures/simple/group/users.json",
"test/fixtures/simple/group/videos.json",
"test/fixtures/simple/user/albums.json",
"test/fixtures/simple/user/all_videos.json",
"test/fixtures/simple/user/appears_in.json",
"test/fixtures/simple/user/channels.json",
"test/fixtures/simple/user/contacts_like.json",
"test/fixtures/simple/user/contacts_videos.json",
"test/fixtures/simple/user/groups.json",
"test/fixtures/simple/user/info.json",
"test/fixtures/simple/user/likes.json",
"test/fixtures/simple/user/subscriptions.json",
"test/fixtures/simple/user/videos.json",
"test/fixtures/simple/video/info.json",
"test/test_helper.rb",
"test/vimeo/advanced/album_test.rb",
"test/vimeo/advanced/auth_test.rb",
"test/vimeo/advanced/base_test.rb",
"test/vimeo/advanced/channels_test.rb",
"test/vimeo/advanced/contacts_test.rb",
"test/vimeo/advanced/group_events_test.rb",
"test/vimeo/advanced/group_forums_test.rb",
"test/vimeo/advanced/groups_test.rb",
"test/vimeo/advanced/person_test.rb",
"test/vimeo/advanced/test_test.rb",
"test/vimeo/advanced/upload_test.rb",
"test/vimeo/advanced/videos_embed_test.rb",
"test/vimeo/advanced/videos_test.rb",
"test/vimeo/advanced_test.rb",
"test/vimeo/simple/activity_test.rb",
"test/vimeo/simple/album_test.rb",
"test/vimeo/simple/channel_test.rb",
"test/vimeo/simple/group_test.rb",
"test/vimeo/simple/user_test.rb",
"test/vimeo/simple/video_test.rb",
"test/vimeo/simple_test.rb",
"test/vimeo_test.rb",
"vimeo.gemspec"
]
s.homepage = "http://github.com/matthooks/vimeo"
s.rdoc_options = ["--main", "README.rdoc", "--inline-source", "--charset=UTF-8"]
s.rubyforge_project = "vimeo"
s.rubygems_version = "2.2.0"
s.summary = "A full featured Ruby implementation of the Vimeo API."
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<httparty>, [">= 0.4.5"])
s.add_runtime_dependency(%q<httpclient>, [">= 2.1.5.2"])
s.add_runtime_dependency(%q<json>, [">= 1.1.9"])
s.add_runtime_dependency(%q<multipart-post>, [">= 1.0.1"])
s.add_runtime_dependency(%q<oauth>, [">= 0.4.3"])
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
s.add_development_dependency(%q<rake>, ["= 0.9.6"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
s.add_development_dependency(%q<jeweler>, ["~> 2.0.1"])
s.add_development_dependency(%q<shoulda>, [">= 2.11.3"])
s.add_development_dependency(%q<fakeweb>, [">= 1.2.6"])
s.add_development_dependency(%q<ruby-prof>, [">= 0.9.2"])
else
s.add_dependency(%q<httparty>, [">= 0.4.5"])
s.add_dependency(%q<httpclient>, [">= 2.1.5.2"])
s.add_dependency(%q<json>, [">= 1.1.9"])
s.add_dependency(%q<multipart-post>, [">= 1.0.1"])
s.add_dependency(%q<oauth>, [">= 0.4.3"])
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<rake>, ["= 0.9.6"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<jeweler>, ["~> 2.0.1"])
s.add_dependency(%q<shoulda>, [">= 2.11.3"])
s.add_dependency(%q<fakeweb>, [">= 1.2.6"])
s.add_dependency(%q<ruby-prof>, [">= 0.9.2"])
end
else
s.add_dependency(%q<httparty>, [">= 0.4.5"])
s.add_dependency(%q<httpclient>, [">= 2.1.5.2"])
s.add_dependency(%q<json>, [">= 1.1.9"])
s.add_dependency(%q<multipart-post>, [">= 1.0.1"])
s.add_dependency(%q<oauth>, [">= 0.4.3"])
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<rake>, ["= 0.9.6"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<jeweler>, ["~> 2.0.1"])
s.add_dependency(%q<shoulda>, [">= 2.11.3"])
s.add_dependency(%q<fakeweb>, [">= 1.2.6"])
s.add_dependency(%q<ruby-prof>, [">= 0.9.2"])
end
end