Skip to content

Commit

Permalink
Fix merge and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmangino committed Oct 5, 2010
1 parent 9cb6336 commit 2043723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/mogli/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ class User < Profile
define_properties :first_name, :last_name, :link, :about, :birthday, :gender,
:email, :website, :timezone, :updated_time, :verified, :political,
:relationship_status, :locale, :religion, :quotes

>>>>>>> ce16930... Added religion and quotes to User

def self.recognize?(hash)
!hash.has_key?("category")
end
Expand Down
2 changes: 1 addition & 1 deletion mogli.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'mogli'
s.version = '0.0.13'
s.version = '0.0.14'
s.summary = "Open Graph Library for Ruby"
s.description = %{Simple library for accessing the facebook Open Graph API}
s.files = Dir['lib/**/*.rb']
Expand Down

0 comments on commit 2043723

Please sign in to comment.