motion-gravatar 0.0.2 → 0.0.3
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.
- data/motion-gravatar.gemspec +2 -2
- metadata +2 -2
data/motion-gravatar.gemspec
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |gem|
|
|
2
2
|
gem.authors = ["Brian Pattison"]
|
|
3
3
|
gem.email = ["brian@brianpattison.com"]
|
|
4
|
-
gem.description = "Generate Gravatar URLs"
|
|
4
|
+
gem.description = "Generate Gravatar URLs in RubyMotion"
|
|
5
5
|
gem.summary = "Generate the URL for a user's Gravatar image by providing an email address, image size, and optional default image URL."
|
|
6
6
|
gem.homepage = "https://github.com/brianpattison/motion-gravatar"
|
|
7
7
|
|
|
8
8
|
gem.files = `git ls-files`.split($\)
|
|
9
9
|
gem.name = "motion-gravatar"
|
|
10
10
|
gem.require_paths = ["lib"]
|
|
11
|
-
gem.version = '0.0.
|
|
11
|
+
gem.version = '0.0.3'
|
|
12
12
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-gravatar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-06-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: Generate Gravatar URLs
|
|
14
|
+
description: Generate Gravatar URLs in RubyMotion
|
|
15
15
|
email:
|
|
16
16
|
- brian@brianpattison.com
|
|
17
17
|
executables: []
|