plyom_user 0.1.5 → 0.1.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 669547c59ee8ac43fd616cecd3ab43af1c906387
4
- data.tar.gz: 491d133b34a9dbc5e7c721b78832efae41935007
3
+ metadata.gz: 7a5ea5ac65bd16d049fee9c58044a44573fed131
4
+ data.tar.gz: eafc1f78b40aa8f423c0d74feee05ac14fcfdc3c
5
5
  SHA512:
6
- metadata.gz: 7cd5fa5afbdb12b73389abe6999bdabb27ebe7c4141a6b7d51168ea9bdca20b32a1b6d6c6aad977cdd668dd63281f69f9fa37874c5de876359ef2ff30f3e68ec
7
- data.tar.gz: 278a5a2d5fdef78b7bb43ecfb5f52563daf6147ecd4ed3750ec70a50b69e70738da4632b7b000772d8f86835f3b73e5c2dc9817cf2c7dcd1d6343fdc78704035
6
+ metadata.gz: 928ea2723a7fc08d4ee3988b40706c4bf5a1f8167162d75e8dd3d7b951541c19d64d5c43c7ae9d1eec609c25dc4e693ed832cd8ca78fac8cc3a665d4db524486
7
+ data.tar.gz: d4daad0312b3e5af14af6a900197ae962d46bba4a32032be57e2358e2344a7397692b994b4b0852d4f7b73991a7e6a8d572d10e230faabb92add02113fb1defa
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, :status, :token, :created_at, :updated_at
7
+ class_attribute :id, :name, :email, :username, :password, :password_confirmation, :password_digest, :password_reset_token, :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.5"
2
+ VERSION = "0.1.6"
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Pileggi