gravatar_for 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/gravatar_for/gravatar_for.rb +1 -1
- data/lib/gravatar_for/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b2964df3481ea53971403636afecf26bc52d49e
|
|
4
|
+
data.tar.gz: 4445c0b76c33e00fec2120334add06430c41aa71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ead87515b0c707adde7c6eb45f251fd368654f99ed2c63aa29e8b2d481f460a6e6aa0244124d571ce6eb1eed6be39c2ca406c98c40712459f1819b23e6e1632c
|
|
7
|
+
data.tar.gz: 04fd6657ab9b00078885fd4c85e2bcab36d14f04929ff2587f8a39d5243368a7615f5de912f34022a6e65c006e4bd50842065ea03537978ebfee0d1242fbedaa
|
data/README.md
CHANGED
|
@@ -13,5 +13,5 @@ Basic usage
|
|
|
13
13
|
<%= gravatar_for('user@example.com', class: 'gravatar') %>
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
Please check the documentation or read the source to what all can be applied
|
|
16
|
+
Please check the documentation or read the source to see what all can be applied
|
|
17
17
|
with this call.
|
data/lib/gravatar_for/version.rb
CHANGED