ember-cli-gravatar
ember-cli-gravatar copied to clipboard
An Ember component for gravatar image tags
`ember-cli-gravatar` appears to be publishing it's `.node_modules.ember-try` folder which is quite large in size. Is it possible to exclude this folder when publishing? I'm using `v3.10.2`. 
Prevents a deprecation warning for babel
Console logs an OPTIONS request to gravatar which responds with a 405. 'has' always returns true.
Hello, It looks like there's an error when running in Fastboot. The [md5 shim](https://github.com/johnotander/ember-cli-gravatar/blob/master/vendor/ember-cli-gravatar/md5-shim.js#L7) throws an error that md5 is not defined on line 7. This creates an infinite loop...
This method was added so I could easily get the URL for a Gravatar in a JS context
```app@component:has-gravatar::ember4165>.hasGravatar = [object Boolean]``` Something new after upgrade project to the latest ```Ember 2.12.0``` It doesn't break functionality
Hi guys, I'd like to use an image with a relative path as the default image like so: `defaultImage="img/brand-logo.png"` But it just gets appended to the gravatar URL. Any thoughts?
Also, add some styling
I just noticed that whenever I run my test suite that network requests are going out for Gravatar images. Specifically, I have a component integration test that renders a template...