flickrie 0.4.1 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +5 -0
- data/README.md +6 -4
- data/Rakefile +9 -8
- data/api_methods.md +297 -0
- data/doc/Flickrie.html +364 -0
- data/doc/Flickrie/.DS_Store +0 -0
- data/doc/Flickrie/ApiMethods.html +1692 -0
- data/doc/Flickrie/Client.html +914 -0
- data/doc/Flickrie/Error.html +187 -0
- data/doc/Flickrie/Instance.html +344 -0
- data/doc/Flickrie/License.html +288 -0
- data/doc/Flickrie/Location.html +233 -0
- data/doc/Flickrie/Media.html +1689 -0
- data/doc/Flickrie/Media/ClassMethods.html +509 -0
- data/doc/Flickrie/Media/Count.html +314 -0
- data/doc/Flickrie/Media/Exif.html +276 -0
- data/doc/Flickrie/Media/Note.html +362 -0
- data/doc/Flickrie/Media/Tag.html +425 -0
- data/doc/Flickrie/Media/Ticket.html +425 -0
- data/doc/Flickrie/Media/Visibility.html +359 -0
- data/doc/Flickrie/MediaCount.html +314 -0
- data/doc/Flickrie/OAuth.html +334 -0
- data/doc/Flickrie/OAuth/AccessToken.html +187 -0
- data/doc/Flickrie/OAuth/Error.html +187 -0
- data/doc/Flickrie/OAuth/ParseResponseParams.html +187 -0
- data/doc/Flickrie/OAuth/RequestToken.html +241 -0
- data/doc/Flickrie/OAuth/StatusCheck.html +235 -0
- data/doc/Flickrie/OAuth/Token.html +227 -0
- data/doc/Flickrie/OAuthStatusCheck.html +236 -0
- data/doc/Flickrie/Photo.html +913 -0
- data/doc/Flickrie/Set.html +998 -0
- data/doc/Flickrie/StatusCheck.html +235 -0
- data/doc/Flickrie/UploadClient.html +284 -0
- data/doc/Flickrie/UploadStatusCheck.html +235 -0
- data/doc/Flickrie/User.html +875 -0
- data/doc/Flickrie/Video.html +601 -0
- data/doc/Gemfile.html +163 -0
- data/doc/LICENSE.html +165 -0
- data/doc/Rakefile.html +168 -0
- data/doc/created.rid +25 -0
- data/doc/images/add.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +140 -0
- data/doc/js/darkfish.js +153 -0
- data/doc/js/jquery.js +18 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +94 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/rdoc.css +543 -0
- data/doc/table_of_contents.html +642 -0
- data/flickrie.gemspec +7 -6
- data/lib/flickrie/api_methods.rb +26 -1
- data/lib/flickrie/client.rb +8 -0
- data/lib/flickrie/media.rb +24 -0
- data/lib/flickrie/media/exif.rb +18 -0
- data/lib/flickrie/media_count.rb +28 -0
- data/lib/flickrie/version.rb +1 -1
- data/test/license_test.rb +0 -1
- data/test/location_test.rb +0 -1
- data/test/media_count_test.rb +17 -0
- data/test/media_test.rb +0 -1
- data/test/oauth_test.rb +1 -2
- data/test/photo_test.rb +13 -1
- data/test/set_test.rb +0 -1
- data/test/test.rb +1 -1
- data/test/user_test.rb +0 -1
- data/test/video_test.rb +12 -1
- metadata +87 -13
data/doc/Gemfile.html
ADDED
@@ -0,0 +1,163 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>Gemfile - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body class="file">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="project-metadata">
|
47
|
+
<nav id="fileindex-section" class="section project-section">
|
48
|
+
<h3 class="section-header">Pages</h3>
|
49
|
+
|
50
|
+
<ul>
|
51
|
+
|
52
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
53
|
+
|
54
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a>
|
55
|
+
|
56
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
57
|
+
|
58
|
+
</ul>
|
59
|
+
</nav>
|
60
|
+
|
61
|
+
<nav id="classindex-section" class="section project-section">
|
62
|
+
<h3 class="section-header">Class and Module Index</h3>
|
63
|
+
|
64
|
+
<ul class="link-list">
|
65
|
+
|
66
|
+
<li><a href="./Flickrie.html">Flickrie</a>
|
67
|
+
|
68
|
+
<li><a href="./Flickrie/ApiMethods.html">Flickrie::ApiMethods</a>
|
69
|
+
|
70
|
+
<li><a href="./Flickrie/Client.html">Flickrie::Client</a>
|
71
|
+
|
72
|
+
<li><a href="./Flickrie/Error.html">Flickrie::Error</a>
|
73
|
+
|
74
|
+
<li><a href="./Flickrie/Instance.html">Flickrie::Instance</a>
|
75
|
+
|
76
|
+
<li><a href="./Flickrie/License.html">Flickrie::License</a>
|
77
|
+
|
78
|
+
<li><a href="./Flickrie/Location.html">Flickrie::Location</a>
|
79
|
+
|
80
|
+
<li><a href="./Flickrie/Media.html">Flickrie::Media</a>
|
81
|
+
|
82
|
+
<li><a href="./Flickrie/Media/ClassMethods.html">Flickrie::Media::ClassMethods</a>
|
83
|
+
|
84
|
+
<li><a href="./Flickrie/Media/Exif.html">Flickrie::Media::Exif</a>
|
85
|
+
|
86
|
+
<li><a href="./Flickrie/Media/Note.html">Flickrie::Media::Note</a>
|
87
|
+
|
88
|
+
<li><a href="./Flickrie/Media/Tag.html">Flickrie::Media::Tag</a>
|
89
|
+
|
90
|
+
<li><a href="./Flickrie/Media/Ticket.html">Flickrie::Media::Ticket</a>
|
91
|
+
|
92
|
+
<li><a href="./Flickrie/Media/Visibility.html">Flickrie::Media::Visibility</a>
|
93
|
+
|
94
|
+
<li><a href="./Flickrie/MediaCount.html">Flickrie::MediaCount</a>
|
95
|
+
|
96
|
+
<li><a href="./Flickrie/OAuth.html">Flickrie::OAuth</a>
|
97
|
+
|
98
|
+
<li><a href="./Flickrie/OAuth/AccessToken.html">Flickrie::OAuth::AccessToken</a>
|
99
|
+
|
100
|
+
<li><a href="./Flickrie/OAuth/Error.html">Flickrie::OAuth::Error</a>
|
101
|
+
|
102
|
+
<li><a href="./Flickrie/OAuth/ParseResponseParams.html">Flickrie::OAuth::ParseResponseParams</a>
|
103
|
+
|
104
|
+
<li><a href="./Flickrie/OAuth/RequestToken.html">Flickrie::OAuth::RequestToken</a>
|
105
|
+
|
106
|
+
<li><a href="./Flickrie/OAuth/StatusCheck.html">Flickrie::OAuth::StatusCheck</a>
|
107
|
+
|
108
|
+
<li><a href="./Flickrie/OAuth/Token.html">Flickrie::OAuth::Token</a>
|
109
|
+
|
110
|
+
<li><a href="./Flickrie/OAuthStatusCheck.html">Flickrie::OAuthStatusCheck</a>
|
111
|
+
|
112
|
+
<li><a href="./Flickrie/Photo.html">Flickrie::Photo</a>
|
113
|
+
|
114
|
+
<li><a href="./Flickrie/Set.html">Flickrie::Set</a>
|
115
|
+
|
116
|
+
<li><a href="./Flickrie/StatusCheck.html">Flickrie::StatusCheck</a>
|
117
|
+
|
118
|
+
<li><a href="./Flickrie/UploadClient.html">Flickrie::UploadClient</a>
|
119
|
+
|
120
|
+
<li><a href="./Flickrie/UploadStatusCheck.html">Flickrie::UploadStatusCheck</a>
|
121
|
+
|
122
|
+
<li><a href="./Flickrie/User.html">Flickrie::User</a>
|
123
|
+
|
124
|
+
<li><a href="./Flickrie/Video.html">Flickrie::Video</a>
|
125
|
+
|
126
|
+
</ul>
|
127
|
+
</nav>
|
128
|
+
|
129
|
+
</div>
|
130
|
+
</nav>
|
131
|
+
|
132
|
+
<div id="documentation" class="description">
|
133
|
+
|
134
|
+
<p>source :rubygems</p>
|
135
|
+
|
136
|
+
<p>gemspec</p>
|
137
|
+
|
138
|
+
<p>group :development, :test do</p>
|
139
|
+
|
140
|
+
<pre class="ruby"><span class="ruby-identifier">gem</span> <span class="ruby-string">"activesupport"</span>
|
141
|
+
<span class="ruby-identifier">gem</span> <span class="ruby-string">"flickrie"</span>, :<span class="ruby-identifier">path</span> =<span class="ruby-operator">></span> <span class="ruby-string">"~/Projects/flickrie"</span>
|
142
|
+
<span class="ruby-identifier">gem</span> <span class="ruby-string">"pry"</span>
|
143
|
+
<span class="ruby-identifier">gem</span> <span class="ruby-string">"debugger"</span>
|
144
|
+
</pre>
|
145
|
+
|
146
|
+
<p>end</p>
|
147
|
+
|
148
|
+
<p>group :test do</p>
|
149
|
+
|
150
|
+
<pre>gem "turn"</pre>
|
151
|
+
|
152
|
+
<p>end</p>
|
153
|
+
|
154
|
+
</div>
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
<footer id="validator-badges">
|
159
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
160
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
161
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
162
|
+
</footer>
|
163
|
+
|
data/doc/LICENSE.html
ADDED
@@ -0,0 +1,165 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>LICENSE - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body class="file">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="project-metadata">
|
47
|
+
<nav id="fileindex-section" class="section project-section">
|
48
|
+
<h3 class="section-header">Pages</h3>
|
49
|
+
|
50
|
+
<ul>
|
51
|
+
|
52
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
53
|
+
|
54
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a>
|
55
|
+
|
56
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
57
|
+
|
58
|
+
</ul>
|
59
|
+
</nav>
|
60
|
+
|
61
|
+
<nav id="classindex-section" class="section project-section">
|
62
|
+
<h3 class="section-header">Class and Module Index</h3>
|
63
|
+
|
64
|
+
<ul class="link-list">
|
65
|
+
|
66
|
+
<li><a href="./Flickrie.html">Flickrie</a>
|
67
|
+
|
68
|
+
<li><a href="./Flickrie/ApiMethods.html">Flickrie::ApiMethods</a>
|
69
|
+
|
70
|
+
<li><a href="./Flickrie/Client.html">Flickrie::Client</a>
|
71
|
+
|
72
|
+
<li><a href="./Flickrie/Error.html">Flickrie::Error</a>
|
73
|
+
|
74
|
+
<li><a href="./Flickrie/Instance.html">Flickrie::Instance</a>
|
75
|
+
|
76
|
+
<li><a href="./Flickrie/License.html">Flickrie::License</a>
|
77
|
+
|
78
|
+
<li><a href="./Flickrie/Location.html">Flickrie::Location</a>
|
79
|
+
|
80
|
+
<li><a href="./Flickrie/Media.html">Flickrie::Media</a>
|
81
|
+
|
82
|
+
<li><a href="./Flickrie/Media/ClassMethods.html">Flickrie::Media::ClassMethods</a>
|
83
|
+
|
84
|
+
<li><a href="./Flickrie/Media/Exif.html">Flickrie::Media::Exif</a>
|
85
|
+
|
86
|
+
<li><a href="./Flickrie/Media/Note.html">Flickrie::Media::Note</a>
|
87
|
+
|
88
|
+
<li><a href="./Flickrie/Media/Tag.html">Flickrie::Media::Tag</a>
|
89
|
+
|
90
|
+
<li><a href="./Flickrie/Media/Ticket.html">Flickrie::Media::Ticket</a>
|
91
|
+
|
92
|
+
<li><a href="./Flickrie/Media/Visibility.html">Flickrie::Media::Visibility</a>
|
93
|
+
|
94
|
+
<li><a href="./Flickrie/MediaCount.html">Flickrie::MediaCount</a>
|
95
|
+
|
96
|
+
<li><a href="./Flickrie/OAuth.html">Flickrie::OAuth</a>
|
97
|
+
|
98
|
+
<li><a href="./Flickrie/OAuth/AccessToken.html">Flickrie::OAuth::AccessToken</a>
|
99
|
+
|
100
|
+
<li><a href="./Flickrie/OAuth/Error.html">Flickrie::OAuth::Error</a>
|
101
|
+
|
102
|
+
<li><a href="./Flickrie/OAuth/ParseResponseParams.html">Flickrie::OAuth::ParseResponseParams</a>
|
103
|
+
|
104
|
+
<li><a href="./Flickrie/OAuth/RequestToken.html">Flickrie::OAuth::RequestToken</a>
|
105
|
+
|
106
|
+
<li><a href="./Flickrie/OAuth/StatusCheck.html">Flickrie::OAuth::StatusCheck</a>
|
107
|
+
|
108
|
+
<li><a href="./Flickrie/OAuth/Token.html">Flickrie::OAuth::Token</a>
|
109
|
+
|
110
|
+
<li><a href="./Flickrie/OAuthStatusCheck.html">Flickrie::OAuthStatusCheck</a>
|
111
|
+
|
112
|
+
<li><a href="./Flickrie/Photo.html">Flickrie::Photo</a>
|
113
|
+
|
114
|
+
<li><a href="./Flickrie/Set.html">Flickrie::Set</a>
|
115
|
+
|
116
|
+
<li><a href="./Flickrie/StatusCheck.html">Flickrie::StatusCheck</a>
|
117
|
+
|
118
|
+
<li><a href="./Flickrie/UploadClient.html">Flickrie::UploadClient</a>
|
119
|
+
|
120
|
+
<li><a href="./Flickrie/UploadStatusCheck.html">Flickrie::UploadStatusCheck</a>
|
121
|
+
|
122
|
+
<li><a href="./Flickrie/User.html">Flickrie::User</a>
|
123
|
+
|
124
|
+
<li><a href="./Flickrie/Video.html">Flickrie::Video</a>
|
125
|
+
|
126
|
+
</ul>
|
127
|
+
</nav>
|
128
|
+
|
129
|
+
</div>
|
130
|
+
</nav>
|
131
|
+
|
132
|
+
<div id="documentation" class="description">
|
133
|
+
|
134
|
+
<p>Copyright © 2012 Janko Marohnić</p>
|
135
|
+
|
136
|
+
<p>MIT License</p>
|
137
|
+
|
138
|
+
<p>Permission is hereby granted, free of charge, to any person obtaining a
|
139
|
+
copy of this software and associated documentation files (the “Software”),
|
140
|
+
to deal in the Software without restriction, including without limitation
|
141
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
142
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
143
|
+
Software is furnished to do so, subject to the following conditions:</p>
|
144
|
+
|
145
|
+
<p>The above copyright notice and this permission notice shall be included in
|
146
|
+
all copies or substantial portions of the Software.</p>
|
147
|
+
|
148
|
+
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
149
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
150
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
151
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
152
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
153
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
154
|
+
DEALINGS IN THE SOFTWARE.</p>
|
155
|
+
|
156
|
+
</div>
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
<footer id="validator-badges">
|
161
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
162
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
163
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
164
|
+
</footer>
|
165
|
+
|
data/doc/Rakefile.html
ADDED
@@ -0,0 +1,168 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>Rakefile - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body class="file">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="project-metadata">
|
47
|
+
<nav id="fileindex-section" class="section project-section">
|
48
|
+
<h3 class="section-header">Pages</h3>
|
49
|
+
|
50
|
+
<ul>
|
51
|
+
|
52
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
53
|
+
|
54
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a>
|
55
|
+
|
56
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
57
|
+
|
58
|
+
</ul>
|
59
|
+
</nav>
|
60
|
+
|
61
|
+
<nav id="classindex-section" class="section project-section">
|
62
|
+
<h3 class="section-header">Class and Module Index</h3>
|
63
|
+
|
64
|
+
<ul class="link-list">
|
65
|
+
|
66
|
+
<li><a href="./Flickrie.html">Flickrie</a>
|
67
|
+
|
68
|
+
<li><a href="./Flickrie/ApiMethods.html">Flickrie::ApiMethods</a>
|
69
|
+
|
70
|
+
<li><a href="./Flickrie/Client.html">Flickrie::Client</a>
|
71
|
+
|
72
|
+
<li><a href="./Flickrie/Error.html">Flickrie::Error</a>
|
73
|
+
|
74
|
+
<li><a href="./Flickrie/Instance.html">Flickrie::Instance</a>
|
75
|
+
|
76
|
+
<li><a href="./Flickrie/License.html">Flickrie::License</a>
|
77
|
+
|
78
|
+
<li><a href="./Flickrie/Location.html">Flickrie::Location</a>
|
79
|
+
|
80
|
+
<li><a href="./Flickrie/Media.html">Flickrie::Media</a>
|
81
|
+
|
82
|
+
<li><a href="./Flickrie/Media/ClassMethods.html">Flickrie::Media::ClassMethods</a>
|
83
|
+
|
84
|
+
<li><a href="./Flickrie/Media/Exif.html">Flickrie::Media::Exif</a>
|
85
|
+
|
86
|
+
<li><a href="./Flickrie/Media/Note.html">Flickrie::Media::Note</a>
|
87
|
+
|
88
|
+
<li><a href="./Flickrie/Media/Tag.html">Flickrie::Media::Tag</a>
|
89
|
+
|
90
|
+
<li><a href="./Flickrie/Media/Ticket.html">Flickrie::Media::Ticket</a>
|
91
|
+
|
92
|
+
<li><a href="./Flickrie/Media/Visibility.html">Flickrie::Media::Visibility</a>
|
93
|
+
|
94
|
+
<li><a href="./Flickrie/MediaCount.html">Flickrie::MediaCount</a>
|
95
|
+
|
96
|
+
<li><a href="./Flickrie/OAuth.html">Flickrie::OAuth</a>
|
97
|
+
|
98
|
+
<li><a href="./Flickrie/OAuth/AccessToken.html">Flickrie::OAuth::AccessToken</a>
|
99
|
+
|
100
|
+
<li><a href="./Flickrie/OAuth/Error.html">Flickrie::OAuth::Error</a>
|
101
|
+
|
102
|
+
<li><a href="./Flickrie/OAuth/ParseResponseParams.html">Flickrie::OAuth::ParseResponseParams</a>
|
103
|
+
|
104
|
+
<li><a href="./Flickrie/OAuth/RequestToken.html">Flickrie::OAuth::RequestToken</a>
|
105
|
+
|
106
|
+
<li><a href="./Flickrie/OAuth/StatusCheck.html">Flickrie::OAuth::StatusCheck</a>
|
107
|
+
|
108
|
+
<li><a href="./Flickrie/OAuth/Token.html">Flickrie::OAuth::Token</a>
|
109
|
+
|
110
|
+
<li><a href="./Flickrie/OAuthStatusCheck.html">Flickrie::OAuthStatusCheck</a>
|
111
|
+
|
112
|
+
<li><a href="./Flickrie/Photo.html">Flickrie::Photo</a>
|
113
|
+
|
114
|
+
<li><a href="./Flickrie/Set.html">Flickrie::Set</a>
|
115
|
+
|
116
|
+
<li><a href="./Flickrie/StatusCheck.html">Flickrie::StatusCheck</a>
|
117
|
+
|
118
|
+
<li><a href="./Flickrie/UploadClient.html">Flickrie::UploadClient</a>
|
119
|
+
|
120
|
+
<li><a href="./Flickrie/UploadStatusCheck.html">Flickrie::UploadStatusCheck</a>
|
121
|
+
|
122
|
+
<li><a href="./Flickrie/User.html">Flickrie::User</a>
|
123
|
+
|
124
|
+
<li><a href="./Flickrie/Video.html">Flickrie::Video</a>
|
125
|
+
|
126
|
+
</ul>
|
127
|
+
</nav>
|
128
|
+
|
129
|
+
</div>
|
130
|
+
</nav>
|
131
|
+
|
132
|
+
<div id="documentation" class="description">
|
133
|
+
|
134
|
+
<p>require ‘bundler’ Bundler::GemHelper.install_tasks</p>
|
135
|
+
|
136
|
+
<p>CURRENT_DIR = File.expand_path(File.dirname(__FILE__))</p>
|
137
|
+
|
138
|
+
<p>task :test do</p>
|
139
|
+
|
140
|
+
<pre class="ruby"><span class="ruby-constant">Dir</span>[<span class="ruby-node">"#{CURRENT_DIR}/test /*_test.rb"</span>].<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">test</span><span class="ruby-operator">|</span>
|
141
|
+
<span class="ruby-identifier">system</span> <span class="ruby-node">"turn -Ilib -Itest #{test}"</span>
|
142
|
+
<span class="ruby-keyword">end</span>
|
143
|
+
</pre>
|
144
|
+
|
145
|
+
<p>end</p>
|
146
|
+
|
147
|
+
<p>namespace :test do</p>
|
148
|
+
|
149
|
+
<pre class="ruby"><span class="ruby-identifier">test_rbs</span> = <span class="ruby-constant">Dir</span>[<span class="ruby-node">"#{CURRENT_DIR}/test/*_test.rb"</span>]
|
150
|
+
<span class="ruby-identifier">test_rbs</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">t</span><span class="ruby-operator">|</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">t</span>).<span class="ruby-identifier">chomp</span>(<span class="ruby-string">'_test.rb'</span>) }.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">test_name</span><span class="ruby-operator">|</span>
|
151
|
+
<span class="ruby-identifier">task</span>(<span class="ruby-identifier">test_name</span>.<span class="ruby-identifier">to_sym</span>) <span class="ruby-keyword">do</span>
|
152
|
+
<span class="ruby-identifier">system</span> <span class="ruby-node">"turn -Ilib -Itest test/#{test_name}_test.rb"</span>
|
153
|
+
<span class="ruby-keyword">end</span>
|
154
|
+
<span class="ruby-keyword">end</span>
|
155
|
+
</pre>
|
156
|
+
|
157
|
+
<p>end</p>
|
158
|
+
|
159
|
+
</div>
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
<footer id="validator-badges">
|
164
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
165
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
166
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
167
|
+
</footer>
|
168
|
+
|