uifaces 0.0.1 → 0.0.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.
data/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  A simple library to generate a url of photo of a face, for use in development,
4
4
  design, and testing of your local projects.
5
5
 
6
+ Generates urls that point to the awesome [uiFaces](http://uifaces.com) by @calebogden
7
+
6
8
  ## Installation
7
9
 
8
10
  Add this line to your application's Gemfile:
@@ -65,5 +67,5 @@ end
65
67
 
66
68
 
67
69
  ## Credits
68
- Big shoutout to @calebogden for building (uiFaces)[http://uifaces.com]
70
+ Big shoutout to @calebogden for building [uiFaces](http://uifaces.com).
69
71
  Library written by @jakeonrails
@@ -1,3 +1,3 @@
1
1
  module UIFaces
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jakeonrails@gmail.com"]
11
11
  spec.description = %q{Get profile images from uifaces.com, by @calebogden}
12
12
  spec.summary = %q{Get profile images from uifaces.com, by @calebogden}
13
- spec.homepage = "http://github.com/jakeonrails/uifaces"
13
+ spec.homepage = "http://jakeonrails.github.io/uifaces"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uifaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -58,7 +58,7 @@ files:
58
58
  - lib/uifaces.rb
59
59
  - lib/uifaces/version.rb
60
60
  - uifaces.gemspec
61
- homepage: http://github.com/jakeonrails/uifaces
61
+ homepage: http://jakeonrails.github.io/uifaces
62
62
  licenses:
63
63
  - MIT
64
64
  post_install_message: