activeadmin 2.0.0.rc1 → 2.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14a99000e6e2ff1c9906d21efa9a26ae64b41f7f1c07176351e139b571193791
4
- data.tar.gz: 12a8dc13422e8167019ffb0c7027e3480d2077859cf9fd6689a6f380dea170ca
3
+ metadata.gz: 6287ab37b0fd3d36481883d28e163a9c3ade42cf5302bbeb6ea144e33cc077a5
4
+ data.tar.gz: 39df303d047bc56a71a3c2a5604922ccda42616d42ab2504e8506a2f239c6a24
5
5
  SHA512:
6
- metadata.gz: 1e1bd4db42b3a3d9f9a1f47a60012b56436ec8397b80b663f5b137903b88392a4ccadc2773ea79263c1c7681812a10adcaaafd3d3078c0371ad763dcd7b23c06
7
- data.tar.gz: d3eeabf0022b5d0472c752cf85f155af8520507fd93656db441456fb4afec662a2411bea6a864cd59d1b979f92bcde93c6cf594eb2d5e892d288fef82e6f3c24
6
+ metadata.gz: 41bdadca2f4621c62cfd2332c70e3759d13ac7b355fc165e4f43afcf4a9f3a3fbfe47aaf0504532428981c6c7e362cea9d4c31469942b804834f51c96a5e5eb2
7
+ data.tar.gz: 1acdec633e759e664ac7713e4a4006fa303d96b5a12a46e80ac94eda7bec022d534e68b81bb966c75750ab466fdbeaab1063a77bb3572b3380b197237eb7eba2
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.0.0.rc2 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0.rc1..v2.0.0.rc2)
6
+
7
+ ### Enhancements
8
+
9
+ #### Minor
10
+
11
+ * Require arbre `~> 1.2, >= 1.2.1` [#5726] by [@ionut998], and [#5738] by [@deivid-rodriguez]
12
+
5
13
  ## 2.0.0.rc1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.3..v2.0.0.rc1)
6
14
 
7
15
  ### Enhancements
@@ -416,6 +424,8 @@ Please check [0-6-stable] for previous changes.
416
424
  [#5650]: https://github.com/activeadmin/activeadmin/pull/5650
417
425
  [#5590]: https://github.com/activeadmin/activeadmin/pull/5590
418
426
  [#5662]: https://github.com/activeadmin/activeadmin/pull/5662
427
+ [#5726]: https://github.com/activeadmin/activeadmin/pull/5726
428
+ [#5738]: https://github.com/activeadmin/activeadmin/pull/5738
419
429
 
420
430
  [@5t111111]: https://github.com/5t111111
421
431
  [@aarek]: https://github.com/aarek
@@ -442,6 +452,7 @@ Please check [0-6-stable] for previous changes.
442
452
  [@glebtv]: https://github.com/glebtv
443
453
  [@gonzedge]: https://github.com/gonzedge
444
454
  [@innparusu95]: https://github.com/innparusu95
455
+ [@ionut998]: https://github.com/ionut998
445
456
  [@jasl]: https://github.com/jasl
446
457
  [@javierjulio]: https://github.com/javierjulio
447
458
  [@jawa]: https://github.com/jawa
@@ -1,3 +1,3 @@
1
1
  module ActiveAdmin
2
- VERSION = '2.0.0.rc1'
2
+ VERSION = '2.0.0.rc2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc1
4
+ version: 2.0.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Maresh
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2019-03-23 00:00:00.000000000 Z
18
+ date: 2019-04-13 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: arbre
@@ -23,20 +23,20 @@ dependencies:
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.1'
26
+ version: '1.2'
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 1.1.1
29
+ version: 1.2.1
30
30
  type: :runtime
31
31
  prerelease: false
32
32
  version_requirements: !ruby/object:Gem::Requirement
33
33
  requirements:
34
34
  - - "~>"
35
35
  - !ruby/object:Gem::Version
36
- version: '1.1'
36
+ version: '1.2'
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: 1.1.1
39
+ version: 1.2.1
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: formtastic
42
42
  requirement: !ruby/object:Gem::Requirement