gravatar-api 0.1.5 → 0.1.6

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: 54053312ed31ac52e5943fda70586d910a31a2df
4
- data.tar.gz: 83f6f336e5761909aa8d22de32aff551272b3403
3
+ metadata.gz: 5ea875a42a9a1d62bef5e452a2b73807b8fd7eaf
4
+ data.tar.gz: d360b2ccf4f7268495b5e8765f375f7e418b3ba2
5
5
  SHA512:
6
- metadata.gz: 4263e9cc6a11e75942b2128273565205b2c12369c1018747feb474fe9ffc3e822ddfcf54386a12fabde2c278ceff9c06971281bd8a1568b8446bea226660e5e3
7
- data.tar.gz: 696d2cffde2dafd7d59744a465537f647f15b30b80131aa35049fd2b2b8f4a2997c810da3239a231f6f4be205506865ff9727be10b51c1c48db682e3fc4b69a8
6
+ metadata.gz: f5204a3841dec142bbb5c6749f88c4555564d0e165c8a03bec966de3ff6c4289eacae5eec54409c4b64f8802a2bccb5d0589f2fbebba634c1b7b4d274a400122
7
+ data.tar.gz: ec00883fccc6bbd30d29ce36ed9e7ce2b276bc59acfbbcb88311f02654d159e72fd44ca82f313c21bf29c506e5673d36de13271a1419385d940470de023d7495
@@ -1,5 +1,5 @@
1
1
  require 'gravatar-api/version'
2
- require 'gravatar-api/get'
2
+ require 'gravatar-api/url'
3
3
  require 'gravatar-api/hash'
4
4
 
5
5
  class Gravatar
@@ -14,4 +14,5 @@ class Gravatar
14
14
  hash = Digest::MD5.hexdigest(@@email)
15
15
  return hash
16
16
  end
17
+ alias :hash :hash!
17
18
  end
File without changes
@@ -1 +1 @@
1
- VERSION = "0.1.5"
1
+ VERSION = "0.1.6"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravatar-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Herrick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-17 00:00:00.000000000 Z
11
+ date: 2013-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -64,8 +64,8 @@ files:
64
64
  - Rakefile
65
65
  - gravatar-api.gemspec
66
66
  - lib/gravatar-api.rb
67
- - lib/gravatar-api/get.rb
68
67
  - lib/gravatar-api/hash.rb
68
+ - lib/gravatar-api/url.rb
69
69
  - lib/gravatar-api/version.rb
70
70
  homepage: https://github.com/JesseHerrick/gravatar-api
71
71
  licenses: