Skip to content

Commit

Permalink
moved project from ruby-flickr -> flickr-fu
Browse files Browse the repository at this point in the history
  • Loading branch information
benwyrosdick committed Apr 9, 2008
1 parent 8edb824 commit 07dd077
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .gemified
@@ -1,11 +1,11 @@
---
:rubyforge_project: ruby-flickr
:rubyforge_project: flickr-fu
:author: Ben Wyrosdick
:name: ruby-flickr
:name: flickr-fu
:summary: Provides a ruby interface to flickr via the REST api
:has_rdoc: true
:dependencies:
- xml-magic
:email: ben@commonthread.com
:version: 0.1.2
:homepage: http://www.commonthread.com/projects/ruby-flickr/rdoc/
:has_rdoc: true
:version: 0.1.3
:homepage: http://www.commonthread.com/projects/flickr-fu/rdoc
8 changes: 4 additions & 4 deletions README
@@ -1,4 +1,4 @@
= ruby-flickr
= flickr-fu

== Getting Started

Expand All @@ -10,11 +10,11 @@ http://www.flickr.com/services/api/misc.api_keys.html

RDoc Documentation can be found here:

http://www.commonthread.com/projects/ruby-flickr/rdoc/
http://www.commonthread.com/projects/flickr-fu/rdoc/

== Authorization Example

require 'ruby_flickr'
require 'flickr_fu'

flickr = Flickr.new('flickr.yml')

Expand All @@ -29,7 +29,7 @@ http://www.commonthread.com/projects/ruby-flickr/rdoc/

== Search Example

require 'ruby_flickr'
require 'flickr_fu'

flickr = Flickr.new('flickr.yml')

Expand Down
File renamed without changes.

0 comments on commit 07dd077

Please sign in to comment.