Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarmer committed May 25, 2010
1 parent 7385cac commit c8df35b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions facebook-graphclient.gemspec
@@ -1,14 +1,14 @@
spec = Gem::Specification.new do |s|
s.name = 'facebook-graphclient'
s.version = '0.1'
s.date = '2010-04-24'
s.version = '0.2'
s.date = '2010-05-24'
s.summary = "A simple library for Facebook's new Graph API"
s.description = "A bare-bones implementation of Facebook's new Graph API"

s.homepage = "http://github.com/jessefarmer/facebook-graphclient"

s.authors = ["Jesse Farmer"]
s.email = "jesse@20bits.com"
s.email = "jesse@bumbalabs.com"

s.add_dependency('yajl-ruby')
s.add_dependency('patron')
Expand Down

0 comments on commit c8df35b

Please sign in to comment.