active_scaffold_batch 3.4.1 → 3.4.2

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
  SHA256:
3
- metadata.gz: 7fd7d3f73ca9f5aa3536fc21dac45fcf446ed1d9098ea90b149ce337eaee9969
4
- data.tar.gz: 1c4483c123f87cbcc54c1c78affb926c3176bf8b81e2a2e1ac518941942db47b
3
+ metadata.gz: e97b6539b36b30f97c3780c9fdfa94dcdb076ee23ceb1b64da6a1ad09176c04f
4
+ data.tar.gz: 790ade1bd0fcf0ac4135fe4e1325642d8c584bedfb1b82fc98f63d9352de757f
5
5
  SHA512:
6
- metadata.gz: 69ea5cd8c6b0c230025752636da9c4d228fe21d7efae492e0900081a88a82cfb86f00396c0255300471e79ce6d02ac13f9f69f23f7dffdbdddff32e8089d5d05
7
- data.tar.gz: 852766696c6203c232d9e3d47c27ed521655f5d2b3c266a3c6e80a8942cdf5af2f53598f86d89347632e495d81c4c93137a642c345af6cc2788a84ed9acff621
6
+ metadata.gz: e4395875f141ffe26e45002feb80b1065df93c8b1f846534278f5a2615167e38e1d4c969e37f399c9505d91b7dca4d7cdd73ea9f334a2f129ca5cdf064c63943
7
+ data.tar.gz: ed183e4ecbade61dbe349763cb27b364541d983cfe0b07b123d26dbc013ca4b5ad57fc0f650ef372512d08d637f777db62a69f3904c420a3e7758227593c992b
@@ -3,11 +3,7 @@ module ActiveScaffold::Config
3
3
  self.crud_type = :delete
4
4
 
5
5
  def initialize(core_config)
6
- @core = core_config
7
-
8
- # start with the ActionLink defined globally
9
- @link = self.class.link.map(&:clone) unless self.class.link.nil?
10
- @action_group = self.class.action_group.clone if self.class.action_group
6
+ super
11
7
  @action_group ||= 'collection.batch.destroy'
12
8
  @process_mode = self.class.process_mode
13
9
  end
@@ -2,7 +2,7 @@ module ActiveScaffoldBatch
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 4
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_scaffold_batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1
4
+ version: 3.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Cambra
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-03-25 00:00:00.000000000 Z
12
+ date: 2019-06-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.7.8
113
+ rubygems_version: 2.7.9
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Batch Processing for ActiveScaffold