queue_classic_admin 0.2.2 → 0.2.3

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: af95fec31c551ee622afcd21173a788c7e093716
4
- data.tar.gz: 8f85b826302294507b1a5caff71540e26787d5c6
3
+ metadata.gz: 562ddd3e157e869c607829fbf6716d98bfed061b
4
+ data.tar.gz: 5f6399390a7481f3a95435da3e2119331f0d6320
5
5
  SHA512:
6
- metadata.gz: 5f5241615b90d16507a74435600b498076c336805468d5ef8edf4c14e48a27fe7bca574e33a02c9d9c77636e5a0138a823c3d2a4d48df98eab4fd4f1004dd653
7
- data.tar.gz: 22ce862ea78f2bc6cbaa98b0506e7af5abe5f86d719e0fd7e854cdbb84054d9f0dec287779121e53115f869641cb300db4adc591a6ec0591af3cb4b4dc3a885c
6
+ metadata.gz: 3d8b648aea9c4d8c6c48c145851cbcce6e659217991e5f788c0d366d2012fae2ec339f9c2e30cd3fb5d86a39b06577af41c99f421c339506b9551f4513389ad3
7
+ data.tar.gz: 1a12b240b7179a638a0e804e6009cba117f2f4ade4aadadae4ecf787246f7e273ea10ea085a93e295d863371356170ff8eef80f92c5e99b4e0fac0c1181123dd
@@ -16,12 +16,12 @@ module QueueClassicAdmin
16
16
  end
17
17
 
18
18
  def self.custom_bulk_actions
19
- @@custom_actions ||= {}
19
+ @@custom_bulk_actions ||= {}
20
20
  end
21
21
 
22
22
  def self.add_custom_bulk_action(name, &block)
23
23
  action = CustomAction.new(name, &block)
24
- custom_actions[action.slug] = action
24
+ custom_bulk_actions[action.slug] = action
25
25
  end
26
26
  end
27
27
 
@@ -1,3 +1,3 @@
1
1
  module QueueClassicAdmin
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: queue_classic_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Mathieu