prettyusers 0.0.3 → 0.0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbec417623fb18a6f0c54933b884f58a7cf079a9
4
- data.tar.gz: a32fe0013679eda80818be79b66ba2f91c58ab88
3
+ metadata.gz: f4ed15ec328631e72b273e855ab89502824b5236
4
+ data.tar.gz: 33f15975d2ea78fda943b7ab7fa2b7a583f428f8
5
5
  SHA512:
6
- metadata.gz: ead5735fd449f87068041b83278101fedd1aa8a6e62e33e01efca087afc8bfd9aac3a8cbf6ef3ff6e704c9ee24b5e13e5819ebee9a5017fa21c2ac10ae970a1c
7
- data.tar.gz: c699b6558981bc52e8f791d35afbe34e1c088ac32bb0955bd69b77d311cc9b5740f489cf13f4b981b2bc4b63b6c4f0b1ebbbb2cb1ac31c1f795d6b57af6e79bd
6
+ metadata.gz: 6c67363110687b6674f0196c1f69e3e08b5bc94b17270897ab9124414c2f73db26fd9ff5c16d8d008b4f5be44efc5a0d621e0418a571fd94e2d3718639e04af3
7
+ data.tar.gz: 04e9013dd542422cb42a1facf1db01a06c4e4a3bc59ab4f5e524f2eb9560a29e0d1260d27b6c7d4dc4dba1a1e14facb7a6eed83d17719e516838ed70f634c431
@@ -70,7 +70,7 @@ module Prettyusers
70
70
  response[:results].each do |u|
71
71
 
72
72
  r = u[:user] # minifying :)
73
- name = {:title =>r[:title], :firstname => r[:name][:first], :lastname => r[:name][:last]}
73
+ name = {:title =>r[:name][:title], :firstname => r[:name][:first], :lastname => r[:name][:last]}
74
74
  location = {:street => r[:location][:street], :city =>r[:location][:city], :state => r[:location][:state], :zip => r[:location][:zip]}
75
75
 
76
76
  u = User.new({:name => name,:username =>r[:username], :picture=>r[:picture],:gender => r[:gender],:location => location,:email => r[:email],:password =>r[:password], :md5_password =>r[:md5], :sha1_hash => r[:sha1], :phone => r[:phone], :cell => r[:cell], :SSN => r[:SSN]})
@@ -1,3 +1,3 @@
1
1
  module Prettyusers
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prettyusers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - El Mehdi Sakout