property_sets 0.4.3 → 0.4.4

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.3
1
+ 0.4.4
@@ -51,16 +51,10 @@ module PropertySets
51
51
  owner_class_instance.update_attribute(:updated_at, Time.now)
52
52
  end
53
53
  end
54
-
55
- def reset_owner_association
56
- owner_class_instance.send(self.class.owner_assoc).reload
57
- end
58
54
  end
59
55
 
60
56
  module ClassMethods
61
57
  def self.extended(base)
62
- base.after_create :reset_owner_association
63
- base.after_destroy :reset_owner_association
64
58
  base.validate :validate_format_of_name
65
59
  base.before_create :coerce_value
66
60
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{property_sets}
8
- s.version = "0.4.3"
8
+ s.version = "0.4.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Morten Primdahl"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: property_sets
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 3
10
- version: 0.4.3
9
+ - 4
10
+ version: 0.4.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Morten Primdahl