activeadmin 1.4.2 → 1.4.3

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.

Potentially problematic release.


This version of activeadmin might be problematic. Click here for more details.

metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Bell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-26 00:00:00.000000000 Z
11
+ date: 2018-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arbre
@@ -278,7 +278,6 @@ files:
278
278
  - app/views/layouts/active_admin.html.arb
279
279
  - app/views/layouts/active_admin_logged_out.html.erb
280
280
  - bin/install_chromedriver.sh
281
- - codecov.yml
282
281
  - config/i18n-tasks.yml
283
282
  - config/locales/ar.yml
284
283
  - config/locales/bg.yml
@@ -551,6 +550,7 @@ files:
551
550
  - tasks/gemfiles.rake
552
551
  - tasks/lint.rake
553
552
  - tasks/local.rake
553
+ - tasks/release.rake
554
554
  - tasks/test.rake
555
555
  - vendor/assets/javascripts/jquery-ui/data.js
556
556
  - vendor/assets/javascripts/jquery-ui/disable-selection.js
@@ -1,25 +0,0 @@
1
- ---
2
-
3
- codecov:
4
- notify:
5
- require_ci_to_pass: true
6
-
7
- comment: off
8
-
9
- coverage:
10
- precision: 2
11
-
12
- range:
13
- - 70.0
14
- - 100.0
15
-
16
- round: down
17
-
18
- status:
19
- changes: false
20
-
21
- patch: true
22
-
23
- project:
24
- default:
25
- threshold: 1%