arbre 1.6.0 → 1.7.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/arbre/version.rb +1 -1
- metadata +2 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07b4de63d2e89a8ce69753438867bb05800ddc812b83bb630369dfbaec3df59d
|
|
4
|
+
data.tar.gz: 8299e5287279509ec6578db4686114852e92ed0d386ceeeed22cbd7d1170fc02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c01bb198d89bf938f853b2e0a4a674625cae8dfbd0fc56ed5fcc8bee974f92b451af63fd10b927c4ea61fcb88e6e78c81be8d2d3d8fe732347ca4b076b223c9
|
|
7
|
+
data.tar.gz: 020135f9ed8db3a1d085e623250fb33e90d98591960d0ef68251f81e8ec9a93d82c42daff18b539a5884d1a431819a678a8cd046327fb0815b43504069d46d7f
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## Master (unreleased)
|
|
4
4
|
|
|
5
|
+
## 1.7.0 [☰](https://github.com/activeadmin/arbre/compare/v1.6.0...v1.7.0)
|
|
6
|
+
|
|
7
|
+
* Remove upper bound dependency limits from gemspec. [#539][] by [@javierjulio][]
|
|
8
|
+
* Allow ActiveSupport 7.1. [#537][] by [@tomascco][]
|
|
9
|
+
|
|
5
10
|
## 1.6.0 [☰](https://github.com/activeadmin/arbre/compare/v1.5.0...v1.6.0)
|
|
6
11
|
|
|
7
12
|
* Drop support for Ruby 2.6. [#345][] by [@alejandroperea][]
|
|
@@ -120,6 +125,8 @@ Initial release and extraction from Active Admin
|
|
|
120
125
|
[#345]: https://github.com/activeadmin/arbre/pull/345
|
|
121
126
|
[#451]: https://github.com/activeadmin/arbre/pull/451
|
|
122
127
|
[#456]: https://github.com/activeadmin/arbre/pull/456
|
|
128
|
+
[#537]: https://github.com/activeadmin/arbre/pull/537
|
|
129
|
+
[#539]: https://github.com/activeadmin/arbre/pull/539
|
|
123
130
|
|
|
124
131
|
[@aramvisser]: https://github.com/aramvisser
|
|
125
132
|
[@LTe]: https://github.com/LTe
|
|
@@ -141,3 +148,5 @@ Initial release and extraction from Active Admin
|
|
|
141
148
|
[@mynnx]: https://github.com/mynnx
|
|
142
149
|
[@Ikariusrb]: https://github.com/Ikariusrb
|
|
143
150
|
[@ngan]: https://github.com/ngan
|
|
151
|
+
[@tomascco]: https://github.com/tomascco
|
|
152
|
+
[@javierjulio]: https://github.com/javierjulio
|
data/lib/arbre/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arbre
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Greg Bell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -17,9 +17,6 @@ dependencies:
|
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 3.0.0
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '7.1'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -27,9 +24,6 @@ dependencies:
|
|
|
27
24
|
- - ">="
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: 3.0.0
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '7.1'
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: ruby2_keywords
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -37,9 +31,6 @@ dependencies:
|
|
|
37
31
|
- - ">="
|
|
38
32
|
- !ruby/object:Gem::Version
|
|
39
33
|
version: 0.0.2
|
|
40
|
-
- - "<"
|
|
41
|
-
- !ruby/object:Gem::Version
|
|
42
|
-
version: '1.0'
|
|
43
34
|
type: :runtime
|
|
44
35
|
prerelease: false
|
|
45
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -47,9 +38,6 @@ dependencies:
|
|
|
47
38
|
- - ">="
|
|
48
39
|
- !ruby/object:Gem::Version
|
|
49
40
|
version: 0.0.2
|
|
50
|
-
- - "<"
|
|
51
|
-
- !ruby/object:Gem::Version
|
|
52
|
-
version: '1.0'
|
|
53
41
|
description: Arbre makes it easy to generate HTML directly in Ruby
|
|
54
42
|
email:
|
|
55
43
|
- gregdbell@gmail.com
|