suhovius-acts_as_list 0.7.3.s → 0.7.4.s

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 463a344d91c0f7c13d93a506304b39b75f17718d
4
- data.tar.gz: 5948a40519ad68537487da490981e7c7b11ef29d
3
+ metadata.gz: 71f0de92a7ea87c6e46a4d51c3dbd2bf15a904ea
4
+ data.tar.gz: 6f6a0046ffd494f103ca170c0f294cb1eef70c4f
5
5
  SHA512:
6
- metadata.gz: 274f2e0391d7f7f1c99255128f3744c70c0cf002c6e57cb0104601d3e8871d00e4dc017190e4fad9f18e4bfe682818b03e54579e67c366aa7020ee0c7ce43452
7
- data.tar.gz: 46ff3b02ffe1e7bac5ee7a5101a5e0361d2327b76f4d4cb65287f7f3f9c5f63c958c0f83ee8b30d4b72eebe3c9dbde0fb4d1fae108e48dd959e2d25ee47233f9
6
+ metadata.gz: ec0fe8303cd56a4c8760f2c933800958c55a928eda10d4a97b40b6c6f9510592e5241878a292e894578a1384efbb127cbc7ae7db3dda57525eee036ba9e7e6a0
7
+ data.tar.gz: 30d26b9ff72fbfa6336c3acd1ef90bf317f119bbdf15f15ec69875d5f3df39dbc74d072b28600762059475a436a4b982078846e807d6d6b5a1d8a177f2ebee84
@@ -129,15 +129,6 @@ module ActiveRecord
129
129
  end
130
130
 
131
131
  end
132
-
133
- def destroy_dependent_association_without_acts_as_list_callbacks(associaton_name)
134
- after_destroy do |record|
135
- self.send(associaton_name).each do |associated_record|
136
- associated_record.skip_acts_as_list_destroy_callbacks! if associated_record.respond_to?(:skip_acts_as_list_destroy_callbacks!)
137
- associated_record.destroy
138
- end
139
- end
140
- end
141
132
  end
142
133
 
143
134
  # All the methods available to a record that has had <tt>acts_as_list</tt> specified. Each method works
@@ -1,7 +1,7 @@
1
1
  module ActiveRecord
2
2
  module Acts
3
3
  module List
4
- VERSION = '0.7.3.s'
4
+ VERSION = '0.7.4.s'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: suhovius-acts_as_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3.s
4
+ version: 0.7.4.s
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-04-14 00:00:00.000000000 Z
14
+ date: 2016-04-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activerecord