dependent_protect 0.0.5 → 0.0.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.
@@ -13,7 +13,7 @@ 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 = 'dependent_protect'
16
- s.version = '0.0.5'
16
+ s.version = '0.0.6'
17
17
  s.date = '2012-07-15'
18
18
  s.rubyforge_project = 'dependent_protect'
19
19
 
@@ -4,7 +4,7 @@ require 'active_record'
4
4
  require 'dependent_protect/delete_restriction_error'
5
5
 
6
6
  module DependentProtect
7
- VERSION = '0.0.5'
7
+ VERSION = '0.0.6'
8
8
 
9
9
  def self.included(base)
10
10
  super
@@ -1,5 +1,3 @@
1
- require 'active_record/associations'
2
-
3
1
  module ActiveRecord
4
2
  # This error is raised when trying to destroy a parent instance in N:1 or 1:1 associations
5
3
  # (has_many, has_one) when there is at least 1 child associated instance.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependent_protect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -69,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  segments:
71
71
  - 0
72
- hash: -4507460947827537024
72
+ hash: -3875297986743191015
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  none: false
75
75
  requirements: