Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fb-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'fb/core/version'
Gem::Specification.new do |spec|
spec.name = 'fb-core'
spec.version = Fb::Core::VERSION
spec.authors = ['Claudio Baccigalupo']
spec.email = ['claudio@fullscreen.net']
spec.authors = ['Claudio Baccigalupo', 'Aaron Dao']
spec.email = ['claudio@fullscreen.net', 'hdao61@gmail.com']

spec.summary = %q{Ruby client to interact with Facebook Graph API.}
spec.description = %q{Fb::Core provides methods to interact with User and
Expand Down