Parsistence 0.3.6 → 0.3.7

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.
@@ -25,6 +25,10 @@ module Parsistence
25
25
  self.PFObject = value
26
26
  end
27
27
 
28
+ def password=(value)
29
+ self.PFUser.password = value
30
+ end
31
+
28
32
  module ClassMethods
29
33
  include Parsistence::Model::ClassMethods
30
34
 
@@ -1,3 +1,3 @@
1
1
  module Parsistence
2
- VERSION = "0.3.6"
2
+ VERSION = "0.3.7"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Parsistence
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 6
10
- version: 0.3.6
9
+ - 7
10
+ version: 0.3.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jamon Holmgren