public
Description: An update of Scott Raymond's insanely easy flickr library
Clone URL: git://github.com/ctagg/flickr.git
First step in updating to standard gem format (as per newgem created gems)
Chris Taggart (author)
Mon May 12 03:00:24 -0700 2008
commit  ac318ba401f5a676b324a16e7fb5b11951abed10
tree    6b6bdf18784e20c455a6e2d04ca7bc4f44bb32ea
parent  42a06b7f52274df76ee6725c1a1fbf7b8d95b9ce
...
18
19
20
21
 
22
23
24
...
18
19
20
 
21
22
23
24
0
@@ -18,7 +18,7 @@ Rake::RDocTask.new { |rdoc|
0
 spec = Gem::Specification.new do |s|
0
   s.add_dependency('xml-simple', '>= 1.0.7')
0
   s.name = 'flickr'
0
- s.version = "1.0.2"
0
+ s.version = "1.0.4"
0
   s.platform = Gem::Platform::RUBY
0
   s.summary = "An insanely easy interface to the Flickr photo-sharing service. By Scott Raymond. Maintainer: Patrick Plattes"
0
   s.requirements << 'Flickr developers API key'

Comments

    No one has commented yet.