plyom_user 0.1.6 → 0.1.7

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: 7a5ea5ac65bd16d049fee9c58044a44573fed131
4
- data.tar.gz: eafc1f78b40aa8f423c0d74feee05ac14fcfdc3c
3
+ metadata.gz: 5db23af1eb0c73a7375d373ef7bc6d07478fa2f8
4
+ data.tar.gz: 707c40870452a45469aa2c3f43005575800de49c
5
5
  SHA512:
6
- metadata.gz: 928ea2723a7fc08d4ee3988b40706c4bf5a1f8167162d75e8dd3d7b951541c19d64d5c43c7ae9d1eec609c25dc4e693ed832cd8ca78fac8cc3a665d4db524486
7
- data.tar.gz: d4daad0312b3e5af14af6a900197ae962d46bba4a32032be57e2358e2344a7397692b994b4b0852d4f7b73991a7e6a8d572d10e230faabb92add02113fb1defa
6
+ metadata.gz: 4a18bfeff8399a8c5811879e276faf724ae22801336af18358ce5d74fa9fc543b2659bccb793ed572e32ddc977013dbeab8b27838613e3306dc3778298dbca6e
7
+ data.tar.gz: 9943f08b7d177fc7abce3df9d39ede31de056e9c7f1725697f73f32b513e342a854996400245de5f6c760413c04720a5af011dd0a660b8832c32f4eb0e2d3362
data/lib/plyom_user.rb CHANGED
@@ -4,7 +4,7 @@ require "json"
4
4
 
5
5
  module Plyom
6
6
  class PlyomUser
7
- class_attribute :id, :name, :email, :username, :password, :password_confirmation, :password_digest, :password_reset_token, :status, :token, :created_at, :updated_at
7
+ class_attribute :id, :name, :email, :username, :password, :password_confirmation, :password_digest, :password_reset_token, :password_reset_sent_at, :status, :token, :created_at, :updated_at
8
8
 
9
9
  def initialize(params={})
10
10
  params.each { |var, val| public_send("#{var}=", val) }
@@ -1,3 +1,3 @@
1
1
  module PlyomUser
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plyom_user
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Pileggi