cure_acts_as_versioned 0.6.2 → 0.6.3

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.
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'cure_acts_as_versioned'
16
- s.version = '0.6.2'
17
- s.date = '2014-01-26'
16
+ s.version = '0.6.3'
17
+ s.date = '2014-03-26'
18
18
  s.rubyforge_project = 'acts_as_versioned'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -180,7 +180,6 @@ module ActiveRecord #:nodoc:
180
180
  self.version_association_options = {
181
181
  :class_name => "#{self.to_s}::#{versioned_class_name}",
182
182
  :foreign_key => versioned_foreign_key,
183
- :dependent => :delete_all
184
183
  }.merge(options[:association_options] || {})
185
184
 
186
185
  if block_given?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cure_acts_as_versioned
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 2
10
- version: 0.6.2
9
+ - 3
10
+ version: 0.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ward Vandewege
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-01-26 00:00:00 Z
18
+ date: 2014-03-26 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: activerecord