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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84c903737da9f5b2b5eba7551c4ae67dac9aa37d
4
- data.tar.gz: a75700377697e985558d55ef567e73418be13414
3
+ metadata.gz: 6b2964df3481ea53971403636afecf26bc52d49e
4
+ data.tar.gz: 4445c0b76c33e00fec2120334add06430c41aa71
5
5
  SHA512:
6
- metadata.gz: 81a89f0b55ce83827c2b110d96c61b9b15545353a1b36225d7c75b687668fe635228c6dd0c617f9e1d2bc8d8194ec61299342a860cdcf2797c1476caf94a9bb6
7
- data.tar.gz: f9ef03d266e16aec59fb5790ac15a83ccce2ef9fb69d9bf275faf2abbdbb4b141e0f7c6a94fbb2c9a5bcc747ac859571da4d2f47a47c14937cd983e713c56dc5
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.
@@ -5,7 +5,7 @@ module GravatarFor
5
5
  module ViewHelpers
6
6
  # Returns an HTML5 image tag to the Gravatar image for +email+.
7
7
  #
8
- # #### Options
8
+ # ==== Options
9
9
  #
10
10
  # You can add HTML attributes and modify Gravatar results using the
11
11
  # +options+
@@ -1,6 +1,6 @@
1
1
  module GravatarFor
2
2
  module Version
3
- MAJOR, MINOR, PATCH = 0, 1, 1
3
+ MAJOR, MINOR, PATCH = 0, 1, 2
4
4
  JOINED = [MAJOR, MINOR, PATCH].join('.')
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravatar_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Seitz