Skip to content

Commit

Permalink
Added gravatar gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kisonecat committed Jan 7, 2013
1 parent 6943896 commit 28e69de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ gem 'merit'

# I like ambry for storing some static data
gem 'ambry'

# Use gravatar's on profile pages
gem 'gravatar_image_tag'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ GEM
railties (>= 3.0.0)
faraday (0.8.4)
multipart-post (~> 1.1)
gravatar_image_tag (1.1.3)
hashie (1.2.0)
highline (1.6.15)
hike (1.2.1)
Expand Down Expand Up @@ -196,6 +197,7 @@ DEPENDENCIES
coffee-rails (~> 3.2.1)
devise
factory_girl_rails
gravatar_image_tag
jquery-rails
json
less-rails
Expand Down

0 comments on commit 28e69de

Please sign in to comment.