email_to_face 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/email_to_face.gemspec +1 -1
- data/lib/email_to_face/version.rb +1 -1
- metadata +4 -4
data/email_to_face.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.email = ["jatescher@gmail.com"]
|
10
10
|
s.homepage = "https://github.com/jtescher/EmailToFace"
|
11
11
|
s.summary = %q{ Email to user image tool }
|
12
|
-
s.description = %q{ A way to simply obtain a facebook
|
12
|
+
s.description = %q{ A way to simply obtain a facebook or gravatar image from an email. }
|
13
13
|
|
14
14
|
s.rubyforge_project = "email_to_face"
|
15
15
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: email_to_face
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Julian Tescher
|
@@ -60,7 +60,7 @@ dependencies:
|
|
60
60
|
version: "0"
|
61
61
|
type: :runtime
|
62
62
|
version_requirements: *id003
|
63
|
-
description: " A way to simply obtain a facebook
|
63
|
+
description: " A way to simply obtain a facebook or gravatar image from an email. "
|
64
64
|
email:
|
65
65
|
- jatescher@gmail.com
|
66
66
|
executables: []
|