active_admin_scoped_collection_actions 0.2.1 → 0.3.0

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: a65b49d4828e78148e804d19a9b15bfaa9071027
4
- data.tar.gz: ec99d5cd551fc53b4908a3fecdc0fcedce8446e0
3
+ metadata.gz: 4b87fd7456e7f917832a9ea4d8b73f993e124bac
4
+ data.tar.gz: 4b98ec7ee0f328f86dc1795bf17a87dacfb8d422
5
5
  SHA512:
6
- metadata.gz: 83339dcb013111f69603215ee092e1e326b688ba6ecdc7daa1710719548a651777c70c7b4edc97ac037698b4e9bcfa17e1eb954322b0dc38682f4f6d1b02abf7
7
- data.tar.gz: c06b050bc9577e7d6bb1e1831968926c246e73f64748d24b743531aa77fb118b22e4a706e8beeeea1e1c72f52c1c5e3187846d3628627e04b65351307478e4f6
6
+ metadata.gz: 42ddc87df82ee526c5f0e4fc5a060a80ad521a78d620ac8092927c0091da76a38aa72cf15091fc82dbc06549e7e060d3b8898809092ea1be765d20f6e2a2d8a9
7
+ data.tar.gz: 2df3652049e6ef6be8ee88110fe55933d7bb173701b903503c528d489f661bd0a28d5377fcdc70a91e5cfc1f600f2688c8fc79efbad56963c88c9ee7d30f8a2c
data/README.md CHANGED
@@ -17,6 +17,9 @@ This gem give you ability to perform various batch actions on any filtered (or s
17
17
  Add this line to your application's Gemfile:
18
18
 
19
19
  ```ruby
20
+ # last version
21
+ gem 'active_admin_scoped_collection_actions'
22
+ # master branch
20
23
  gem 'active_admin_scoped_collection_actions', github: 'activeadmin-plugins/active_admin_scoped_collection_actions'
21
24
  ```
22
25
 
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminScopedCollectionActions
2
- VERSION = "0.2.1"
2
+ VERSION = "0.3.0"
3
3
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  $(document).ready ->
4
4
 
5
- $('.scoped_collection_action_button').click (e) ->
5
+ $(document).on 'click', '.scoped_collection_action_button', (e) ->
6
6
  e.preventDefault()
7
7
  fields = JSON.parse( $(this).attr('data') )
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_admin_scoped_collection_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gena M.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-21 00:00:00.000000000 Z
11
+ date: 2017-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler