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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: de5b966e0912b6b0857dc8b667eb4cffc676aa1f
4
- data.tar.gz: fca0a38aac250890bbe1f72fc3fd02ddb0f4975f
2
+ SHA256:
3
+ metadata.gz: 35c8a26c0a51d58a1cad63b3ad9cbb2a44a5cf1121fc499e6ab7ef51da3e845d
4
+ data.tar.gz: c14590b597fd077cc020922ff44dfb3ee03865567267dc3e28b7471442ca911a
5
5
  SHA512:
6
- metadata.gz: 322fed6b17dca5859a01248481cdc0db0eaa8b1ac2e9fb28864dd429368f343c41f26a43ff65490e2eb46c8201b2a0fafcdc556154ab350c7d3e1feeb56d7414
7
- data.tar.gz: 9668894950253a720aa00bc1f29ce5773b132058f2563311ee60e911cdbb1f07fcbc8660783e387d961cccd561566953b727ba06438b3b486c7f178b5d497c1a
6
+ metadata.gz: dd925810ab869a08af5f26c2e0a102fc8a835ae20c19bb52257cb3f61d3d81764a5a0d97f3e013b46aba0caee6085e6c0a6bf5865285d27c8e87763502001b0d
7
+ data.tar.gz: dfe7fff7bf647ebc0b5e4d6c1e578cabe5a81afb7966018b41e882cdc7b96bbc24514c431ce055930384ba61805e21af98bd901f228daefca5697bf42df9854d
@@ -0,0 +1 @@
1
+ 2.6.1
@@ -5,6 +5,7 @@ rvm:
5
5
  - 2.3
6
6
  - 2.4
7
7
  - 2.5
8
+ - 2.6
8
9
  - ruby-head
9
10
 
10
11
  matrix:
data/Gemfile CHANGED
@@ -3,4 +3,4 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in activeadmin-async_panel.gemspec
4
4
  gemspec
5
5
 
6
- gem 'rails', '>= 4.2.10'
6
+ gem 'rails', '>= 4.2.11'
@@ -1,28 +1,28 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activeadmin-async_panel (0.2.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.10)
12
- actionpack (= 4.2.10)
13
- actionview (= 4.2.10)
14
- activejob (= 4.2.10)
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.10)
18
- actionview (= 4.2.10)
19
- activesupport (= 4.2.10)
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.10)
25
- activesupport (= 4.2.10)
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.10)
43
- activesupport (= 4.2.10)
42
+ activejob (4.2.11)
43
+ activesupport (= 4.2.11)
44
44
  globalid (>= 0.3.0)
45
- activemodel (4.2.10)
46
- activesupport (= 4.2.10)
45
+ activemodel (4.2.11)
46
+ activesupport (= 4.2.11)
47
47
  builder (~> 3.1)
48
- activerecord (4.2.10)
49
- activemodel (= 4.2.10)
50
- activesupport (= 4.2.10)
48
+ activerecord (4.2.11)
49
+ activemodel (= 4.2.11)
50
+ activesupport (= 4.2.11)
51
51
  arel (~> 6.0)
52
- activesupport (4.2.10)
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.0.5)
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.1)
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.2)
128
+ loofah (2.2.3)
129
129
  crass (~> 1.0.2)
130
130
  nokogiri (>= 1.5.9)
131
- mail (2.7.0)
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.3.0)
135
+ mini_portile2 (2.4.0)
136
136
  minitest (5.11.3)
137
- nokogiri (1.8.4)
138
- mini_portile2 (~> 2.3.0)
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.10)
144
+ rack (1.6.11)
145
145
  rack-test (0.6.3)
146
146
  rack (>= 1.0)
147
- rails (4.2.10)
148
- actionmailer (= 4.2.10)
149
- actionpack (= 4.2.10)
150
- actionview (= 4.2.10)
151
- activejob (= 4.2.10)
152
- activemodel (= 4.2.10)
153
- activerecord (= 4.2.10)
154
- activesupport (= 4.2.10)
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.10)
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.10)
167
- actionpack (= 4.2.10)
168
- activesupport (= 4.2.10)
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.0)
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.10)
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.16.0
257
+ 1.17.2
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  # ActiveAdmin::AsyncPanel
7
7
 
8
- <img src="https://s23.postimg.org/vq3bbntxn/async_panel.gif" width="360" alt="ActiveAdmin Async Panel control"/>
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 false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
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
 
@@ -1,5 +1,5 @@
1
1
  module ActiveAdmin
2
2
  module AsyncPanel
3
- VERSION = '0.2.2'
3
+ VERSION = '0.2.3'
4
4
  end
5
5
  end
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.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: 2018-09-01 00:00:00.000000000 Z
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
- rubyforge_project:
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