active_admin_paranoia 1.0.5 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51bde03892d147130aee0fa2f7abd7cc30610ce4
4
- data.tar.gz: 4c589c04cfb2b82cd9525be1c1e1c9d567dd5110
3
+ metadata.gz: 643c131416b6e840f2486a8171c25c8969ab2f6b
4
+ data.tar.gz: ada023db7b3559010420907b275addd0249e279d
5
5
  SHA512:
6
- metadata.gz: 9a53a23fa7d0484ccbba34ba9601ac465d6f0d409699413028efaf1f1c95159954ac642c25675ef3309e99a2a8039a685a637840a5b7a5404dac8c8d49a9866e
7
- data.tar.gz: a4a61f589697f3147849fdf09b814ae8a0060457cad1df947a7f17ae1a4c5b0444b7bd1858c749f9d4cdce44c1d7a5337fd1841807ec114864802150f6359484
6
+ metadata.gz: 028a2846219dfb8e7ce3af8b54ef73f5cf549c62fef2ca336502dff2c6e9daaeb220b2f3b306fea800b0133e09a5d6d1b8aff4b19bd8eaf91faf2818499cadd3
7
+ data.tar.gz: 42923abd59ba48abcad02525ab2781b2765f0f914937c65a54af5aa5a8d2e8200260da72d5008558496de6750d474ea74d72e7503c2a81988417f69a0f6bc298
@@ -8,7 +8,7 @@ module ActiveAdminParanoia
8
8
 
9
9
  def action_methods
10
10
  if params[:scope] == 'archived'
11
- %w(index)
11
+ %w(index batch_action)
12
12
  else
13
13
  super
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminParanoia
2
- VERSION = '1.0.5'
2
+ VERSION = '1.0.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_admin_paranoia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miah Raihan Mahmud Arman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-30 00:00:00.000000000 Z
11
+ date: 2015-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails