activeadmin-async_panel 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 +5 -5
- data/.ruby-version +1 -0
- data/.travis.yml +1 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +41 -41
- data/README.md +2 -2
- data/lib/active_admin/async_panel/version.rb +1 -1
- metadata +16 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 35c8a26c0a51d58a1cad63b3ad9cbb2a44a5cf1121fc499e6ab7ef51da3e845d
|
4
|
+
data.tar.gz: c14590b597fd077cc020922ff44dfb3ee03865567267dc3e28b7471442ca911a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd925810ab869a08af5f26c2e0a102fc8a835ae20c19bb52257cb3f61d3d81764a5a0d97f3e013b46aba0caee6085e6c0a6bf5865285d27c8e87763502001b0d
|
7
|
+
data.tar.gz: dfe7fff7bf647ebc0b5e4d6c1e578cabe5a81afb7966018b41e882cdc7b96bbc24514c431ce055930384ba61805e21af98bd901f228daefca5697bf42df9854d
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.6.1
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,28 +1,28 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
activeadmin-async_panel (0.2.
|
4
|
+
activeadmin-async_panel (0.2.3)
|
5
5
|
activeadmin (>= 1.0)
|
6
6
|
coffee-rails (>= 4.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionmailer (4.2.
|
12
|
-
actionpack (= 4.2.
|
13
|
-
actionview (= 4.2.
|
14
|
-
activejob (= 4.2.
|
11
|
+
actionmailer (4.2.11)
|
12
|
+
actionpack (= 4.2.11)
|
13
|
+
actionview (= 4.2.11)
|
14
|
+
activejob (= 4.2.11)
|
15
15
|
mail (~> 2.5, >= 2.5.4)
|
16
16
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
17
|
-
actionpack (4.2.
|
18
|
-
actionview (= 4.2.
|
19
|
-
activesupport (= 4.2.
|
17
|
+
actionpack (4.2.11)
|
18
|
+
actionview (= 4.2.11)
|
19
|
+
activesupport (= 4.2.11)
|
20
20
|
rack (~> 1.6)
|
21
21
|
rack-test (~> 0.6.2)
|
22
22
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
23
23
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
24
|
-
actionview (4.2.
|
25
|
-
activesupport (= 4.2.
|
24
|
+
actionview (4.2.11)
|
25
|
+
activesupport (= 4.2.11)
|
26
26
|
builder (~> 3.1)
|
27
27
|
erubis (~> 2.7.0)
|
28
28
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
@@ -39,17 +39,17 @@ GEM
|
|
39
39
|
ransack (>= 1.8.7)
|
40
40
|
sass (~> 3.1)
|
41
41
|
sprockets (< 4.1)
|
42
|
-
activejob (4.2.
|
43
|
-
activesupport (= 4.2.
|
42
|
+
activejob (4.2.11)
|
43
|
+
activesupport (= 4.2.11)
|
44
44
|
globalid (>= 0.3.0)
|
45
|
-
activemodel (4.2.
|
46
|
-
activesupport (= 4.2.
|
45
|
+
activemodel (4.2.11)
|
46
|
+
activesupport (= 4.2.11)
|
47
47
|
builder (~> 3.1)
|
48
|
-
activerecord (4.2.
|
49
|
-
activemodel (= 4.2.
|
50
|
-
activesupport (= 4.2.
|
48
|
+
activerecord (4.2.11)
|
49
|
+
activemodel (= 4.2.11)
|
50
|
+
activesupport (= 4.2.11)
|
51
51
|
arel (~> 6.0)
|
52
|
-
activesupport (4.2.
|
52
|
+
activesupport (4.2.11)
|
53
53
|
i18n (~> 0.7)
|
54
54
|
minitest (~> 5.1)
|
55
55
|
thread_safe (~> 0.3, >= 0.3.4)
|
@@ -76,7 +76,7 @@ GEM
|
|
76
76
|
coffee-script-source
|
77
77
|
execjs
|
78
78
|
coffee-script-source (1.12.2)
|
79
|
-
concurrent-ruby (1.
|
79
|
+
concurrent-ruby (1.1.4)
|
80
80
|
crass (1.0.4)
|
81
81
|
database_cleaner (1.5.3)
|
82
82
|
diff-lcs (1.2.5)
|
@@ -92,7 +92,7 @@ GEM
|
|
92
92
|
formtastic (3.1.5)
|
93
93
|
actionpack (>= 3.2.13)
|
94
94
|
formtastic_i18n (0.6.0)
|
95
|
-
globalid (0.4.
|
95
|
+
globalid (0.4.2)
|
96
96
|
activesupport (>= 4.2.0)
|
97
97
|
has_scope (0.7.2)
|
98
98
|
actionpack (>= 4.1)
|
@@ -125,35 +125,35 @@ GEM
|
|
125
125
|
kaminari-core (1.1.1)
|
126
126
|
launchy (2.4.3)
|
127
127
|
addressable (~> 2.3)
|
128
|
-
loofah (2.2.
|
128
|
+
loofah (2.2.3)
|
129
129
|
crass (~> 1.0.2)
|
130
130
|
nokogiri (>= 1.5.9)
|
131
|
-
mail (2.7.
|
131
|
+
mail (2.7.1)
|
132
132
|
mini_mime (>= 0.1.1)
|
133
133
|
mime-types (2.99.1)
|
134
134
|
mini_mime (1.0.1)
|
135
|
-
mini_portile2 (2.
|
135
|
+
mini_portile2 (2.4.0)
|
136
136
|
minitest (5.11.3)
|
137
|
-
nokogiri (1.
|
138
|
-
mini_portile2 (~> 2.
|
137
|
+
nokogiri (1.10.1)
|
138
|
+
mini_portile2 (~> 2.4.0)
|
139
139
|
phantomjs (2.1.1.0)
|
140
140
|
poltergeist (1.10.0)
|
141
141
|
capybara (~> 2.1)
|
142
142
|
cliver (~> 0.3.1)
|
143
143
|
websocket-driver (>= 0.2.0)
|
144
|
-
rack (1.6.
|
144
|
+
rack (1.6.11)
|
145
145
|
rack-test (0.6.3)
|
146
146
|
rack (>= 1.0)
|
147
|
-
rails (4.2.
|
148
|
-
actionmailer (= 4.2.
|
149
|
-
actionpack (= 4.2.
|
150
|
-
actionview (= 4.2.
|
151
|
-
activejob (= 4.2.
|
152
|
-
activemodel (= 4.2.
|
153
|
-
activerecord (= 4.2.
|
154
|
-
activesupport (= 4.2.
|
147
|
+
rails (4.2.11)
|
148
|
+
actionmailer (= 4.2.11)
|
149
|
+
actionpack (= 4.2.11)
|
150
|
+
actionview (= 4.2.11)
|
151
|
+
activejob (= 4.2.11)
|
152
|
+
activemodel (= 4.2.11)
|
153
|
+
activerecord (= 4.2.11)
|
154
|
+
activesupport (= 4.2.11)
|
155
155
|
bundler (>= 1.3.0, < 2.0)
|
156
|
-
railties (= 4.2.
|
156
|
+
railties (= 4.2.11)
|
157
157
|
sprockets-rails
|
158
158
|
rails-deprecated_sanitizer (1.0.3)
|
159
159
|
activesupport (>= 4.2.0.alpha)
|
@@ -163,9 +163,9 @@ GEM
|
|
163
163
|
rails-deprecated_sanitizer (>= 1.0.1)
|
164
164
|
rails-html-sanitizer (1.0.4)
|
165
165
|
loofah (~> 2.2, >= 2.2.2)
|
166
|
-
railties (4.2.
|
167
|
-
actionpack (= 4.2.
|
168
|
-
activesupport (= 4.2.
|
166
|
+
railties (4.2.11)
|
167
|
+
actionpack (= 4.2.11)
|
168
|
+
activesupport (= 4.2.11)
|
169
169
|
rake (>= 0.8.7)
|
170
170
|
thor (>= 0.18.1, < 2.0)
|
171
171
|
rake (10.5.0)
|
@@ -222,7 +222,7 @@ GEM
|
|
222
222
|
temping (3.3.0)
|
223
223
|
activerecord (>= 3.1)
|
224
224
|
activesupport (>= 3.1)
|
225
|
-
thor (0.20.
|
225
|
+
thor (0.20.3)
|
226
226
|
thread_safe (0.3.6)
|
227
227
|
tzinfo (1.2.5)
|
228
228
|
thread_safe (~> 0.1)
|
@@ -246,7 +246,7 @@ DEPENDENCIES
|
|
246
246
|
launchy (~> 2.4.3)
|
247
247
|
phantomjs (~> 2.1.1)
|
248
248
|
poltergeist (~> 1.10.0)
|
249
|
-
rails (>= 4.2.
|
249
|
+
rails (>= 4.2.11)
|
250
250
|
rake (~> 10.0)
|
251
251
|
rspec (~> 3.3, >= 3.3.0)
|
252
252
|
rspec-rails (~> 3.3)
|
@@ -254,4 +254,4 @@ DEPENDENCIES
|
|
254
254
|
temping (~> 3.3, >= 3.3.0)
|
255
255
|
|
256
256
|
BUNDLED WITH
|
257
|
-
1.
|
257
|
+
1.17.2
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
# ActiveAdmin::AsyncPanel
|
7
7
|
|
8
|
-
<img src="https://
|
8
|
+
<img src="https://user-images.githubusercontent.com/987021/53288017-a1c15400-3794-11e9-9f05-78bae72cfc60.gif" width="466" alt="ActiveAdmin Async Panel control"/>
|
9
9
|
|
10
10
|
This gem allows you to create ActiveAdmin panels with content loaded dynamically via AJAX requests.
|
11
11
|
|
@@ -79,7 +79,7 @@ Note that in step 2 you can pass template variables with `@`, but inside `arb` t
|
|
79
79
|
|
80
80
|
## Development
|
81
81
|
|
82
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake
|
82
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
83
83
|
|
84
84
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
85
85
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activeadmin-async_panel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Emelyanov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activeadmin
|
@@ -70,22 +70,22 @@ dependencies:
|
|
70
70
|
name: rspec
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- - "~>"
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: '3.3'
|
76
73
|
- - ">="
|
77
74
|
- !ruby/object:Gem::Version
|
78
75
|
version: 3.3.0
|
76
|
+
- - "~>"
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: '3.3'
|
79
79
|
type: :development
|
80
80
|
prerelease: false
|
81
81
|
version_requirements: !ruby/object:Gem::Requirement
|
82
82
|
requirements:
|
83
|
-
- - "~>"
|
84
|
-
- !ruby/object:Gem::Version
|
85
|
-
version: '3.3'
|
86
83
|
- - ">="
|
87
84
|
- !ruby/object:Gem::Version
|
88
85
|
version: 3.3.0
|
86
|
+
- - "~>"
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '3.3'
|
89
89
|
- !ruby/object:Gem::Dependency
|
90
90
|
name: rspec-rails
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
@@ -138,22 +138,22 @@ dependencies:
|
|
138
138
|
name: temping
|
139
139
|
requirement: !ruby/object:Gem::Requirement
|
140
140
|
requirements:
|
141
|
-
- - "~>"
|
142
|
-
- !ruby/object:Gem::Version
|
143
|
-
version: '3.3'
|
144
141
|
- - ">="
|
145
142
|
- !ruby/object:Gem::Version
|
146
143
|
version: 3.3.0
|
144
|
+
- - "~>"
|
145
|
+
- !ruby/object:Gem::Version
|
146
|
+
version: '3.3'
|
147
147
|
type: :development
|
148
148
|
prerelease: false
|
149
149
|
version_requirements: !ruby/object:Gem::Requirement
|
150
150
|
requirements:
|
151
|
-
- - "~>"
|
152
|
-
- !ruby/object:Gem::Version
|
153
|
-
version: '3.3'
|
154
151
|
- - ">="
|
155
152
|
- !ruby/object:Gem::Version
|
156
153
|
version: 3.3.0
|
154
|
+
- - "~>"
|
155
|
+
- !ruby/object:Gem::Version
|
156
|
+
version: '3.3'
|
157
157
|
- !ruby/object:Gem::Dependency
|
158
158
|
name: codeclimate-test-reporter
|
159
159
|
requirement: !ruby/object:Gem::Requirement
|
@@ -262,6 +262,7 @@ extra_rdoc_files: []
|
|
262
262
|
files:
|
263
263
|
- ".gitignore"
|
264
264
|
- ".rspec"
|
265
|
+
- ".ruby-version"
|
265
266
|
- ".travis.yml"
|
266
267
|
- CODE_OF_CONDUCT.md
|
267
268
|
- Gemfile
|
@@ -298,8 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
298
299
|
- !ruby/object:Gem::Version
|
299
300
|
version: '0'
|
300
301
|
requirements: []
|
301
|
-
|
302
|
-
rubygems_version: 2.6.14
|
302
|
+
rubygems_version: 3.0.1
|
303
303
|
signing_key:
|
304
304
|
specification_version: 4
|
305
305
|
summary: AJAX-powered async panels for ActiveAdmin
|