deferred_associations 0.5.0 → 0.5.1
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/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ begin
|
|
|
15
15
|
can check inside before_save filters, if the association was altered."
|
|
16
16
|
gem.homepage = "http://github.com/MartinKoerner/deferred_associations"
|
|
17
17
|
gem.email = "martin.koerner@objectfab.de"
|
|
18
|
-
gem.authors = ["Martin
|
|
18
|
+
gem.authors = ["Martin Koerner", "Tyler Rick", "Alessio Caiazza"]
|
|
19
19
|
gem.add_dependency('activerecord')
|
|
20
20
|
gem.add_development_dependency('rspec')
|
|
21
21
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.1
|
metadata
CHANGED