capybara_active_admin 0.3.1 → 0.3.2

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara_active_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Talakevich
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-15 00:00:00.000000000 Z
11
+ date: 2020-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -58,6 +58,11 @@ files:
58
58
  - bin/console
59
59
  - bin/setup
60
60
  - capybara_active_admin.gemspec
61
+ - deploy.sh
62
+ - docs/.vuepress/config.js
63
+ - docs/.vuepress/styles/index.styl
64
+ - docs/README.md
65
+ - docs/guide/README.md
61
66
  - lib/capybara/active_admin.rb
62
67
  - lib/capybara/active_admin/actions.rb
63
68
  - lib/capybara/active_admin/actions/attributes_table.rb
@@ -84,6 +89,8 @@ files:
84
89
  - lib/capybara/active_admin/util.rb
85
90
  - lib/capybara/active_admin/version.rb
86
91
  - lib/capybara_active_admin.rb
92
+ - package.json
93
+ - yarn.lock
87
94
  homepage: https://github.com/active_admin_plugins/capybara_active_admin
88
95
  licenses:
89
96
  - MIT