markoa-r2flickr 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: markoa-r2flickr
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Marko Anastasov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-05-08 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: r2flickr is a fork of rflickr, a Ruby implementation of the Flickr API. It includes a faithful reproduction of the published API as well as method encapsulation to provide more useful object mappings. rflickr features result caching to improve performance.
17
+ email: marko.anastasov@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - LICENCE
26
+ - README
27
+ - lib/flickr/auth.rb
28
+ - lib/flickr/base.rb
29
+ - lib/flickr/blogs.rb
30
+ - lib/flickr/contacts.rb
31
+ - lib/flickr/favorites.rb
32
+ - lib/flickr/groups.rb
33
+ - lib/flickr/interestingness.rb
34
+ - lib/flickr/licenses.rb
35
+ - lib/flickr/notes.rb
36
+ - lib/flickr/people.rb
37
+ - lib/flickr/photos.rb
38
+ - lib/flickr/photosets.rb
39
+ - lib/flickr/pools.rb
40
+ - lib/flickr/reflection.rb
41
+ - lib/flickr/tags.rb
42
+ - lib/flickr/test.rb
43
+ - lib/flickr/transform.rb
44
+ - lib/flickr/upload.rb
45
+ - lib/flickr/urls.rb
46
+ - lib/flickr.rb
47
+ - examples/album_test.rb
48
+ - examples/comics-reorder.rb
49
+ - examples/loadr.rb
50
+ - examples/relatedness.rb
51
+ - examples/setdumpr.rb
52
+ has_rdoc: false
53
+ homepage: http://github.com/markoa/r2flickr/
54
+ post_install_message:
55
+ rdoc_options: []
56
+
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: "0"
70
+ version:
71
+ requirements: []
72
+
73
+ rubyforge_project:
74
+ rubygems_version: 1.2.0
75
+ signing_key:
76
+ specification_version: 2
77
+ summary: r2flickr is a ruby interface to the Flickr API
78
+ test_files: []
79
+