flickr.rb 1.1.0

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,99 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: flickr.rb
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 1
8
+ - 0
9
+ version: 1.1.0
10
+ platform: ruby
11
+ authors:
12
+ - Scott Raymond, Patrick Plattes, Rafal Piekarski
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-05-16 00:00:00 +02:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: xml-simple
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 1
29
+ - 0
30
+ - 7
31
+ version: 1.0.7
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ description:
35
+ email: ravbaker@gmail.com
36
+ executables: []
37
+
38
+ extensions: []
39
+
40
+ extra_rdoc_files: []
41
+
42
+ files:
43
+ - Changelog.txt
44
+ - flickr.gemspec
45
+ - init.rb
46
+ - lib/flickr.rb
47
+ - LICENSE
48
+ - Manifest.txt
49
+ - Rakefile
50
+ - rdoc/classes/Flickr/Config.html
51
+ - rdoc/classes/Flickr/Group.html
52
+ - rdoc/classes/Flickr/Photo.html
53
+ - rdoc/classes/Flickr/PhotoCollection.html
54
+ - rdoc/classes/Flickr/Photoset.html
55
+ - rdoc/classes/Flickr/User.html
56
+ - rdoc/classes/Flickr.html
57
+ - rdoc/created.rid
58
+ - rdoc/files/lib/flickr_rb.html
59
+ - rdoc/files/README_txt.html
60
+ - rdoc/fr_class_index.html
61
+ - rdoc/fr_file_index.html
62
+ - rdoc/fr_method_index.html
63
+ - rdoc/index.html
64
+ - rdoc/rdoc-style.css
65
+ - README.txt
66
+ - test/flickr_test.rb
67
+ - TODO
68
+ has_rdoc: true
69
+ homepage: http://github.com/RaVbaker/flickr/
70
+ licenses: []
71
+
72
+ post_install_message:
73
+ rdoc_options: []
74
+
75
+ require_paths:
76
+ - lib
77
+ required_ruby_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ segments:
82
+ - 0
83
+ version: "0"
84
+ required_rubygems_version: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ segments:
89
+ - 0
90
+ version: "0"
91
+ requirements:
92
+ - Flickr developers API key
93
+ rubyforge_project: flickr
94
+ rubygems_version: 1.3.6
95
+ signing_key:
96
+ specification_version: 3
97
+ summary: "An insanely easy interface to the Flickr photo-sharing service. Also available as a Rails plugin! By Scott Raymond. Maintainer: Patrick Plattes, Rafal Piekarski"
98
+ test_files: []
99
+