arbre 1.3.0 → 1.4.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 +5 -0
- data/README.md +3 -3
- data/lib/arbre/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3372e73956d615bd5690efe4c862f4e9bb312aaa8e12117caada56cbc0a1f69
|
4
|
+
data.tar.gz: f6649676ae291d3d745ad53b4eb7fd932b921560af92d4a1065c1178ad8ff1c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a510c2925f63a88a75f20c0de6d9adac67da0f8c615cbe25c1debd8b5c7f48830de8a89d947780c76f1f762a91e37c63bf118f2db1a52c218f9a2a174f91021
|
7
|
+
data.tar.gz: 01347d69439526f887b81f35bf1c241d873790fe9220cd55839954df551134abfb065afea2b4c952b89447930b175e23e426329dde7ad2fc010ecec9c77c8257
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
## Master (unreleased)
|
4
4
|
|
5
|
+
## 1.4.0 [☰](https://github.com/activeadmin/arbre/compare/v1.3.0...v1.4.0)
|
6
|
+
|
7
|
+
* Allow activesupport 6.1 prereleases. [#242][] by [@deivid-rodriguez][]
|
8
|
+
|
5
9
|
## 1.3.0 [☰](https://github.com/activeadmin/arbre/compare/v1.2.1...v1.3.0)
|
6
10
|
|
7
11
|
* Drop ruby 2.3 support. [#152][] by [@deivid-rodriguez][]
|
@@ -93,6 +97,7 @@ Initial release and extraction from Active Admin
|
|
93
97
|
[#177]: https://github.com/activeadmin/arbre/pull/177
|
94
98
|
[#202]: https://github.com/activeadmin/arbre/pull/202
|
95
99
|
[#205]: https://github.com/activeadmin/arbre/pull/205
|
100
|
+
[#242]: https://github.com/activeadmin/arbre/pull/242
|
96
101
|
|
97
102
|
[@aramvisser]: https://github.com/aramvisser
|
98
103
|
[@LTe]: https://github.com/LTe
|
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
[Arbre][docs] makes it easy to generate HTML directly in Ruby. This gem was extracted from [Active Admin](https://github.com/activeadmin/active_admin).
|
4
4
|
|
5
5
|
[![Version ][rubygems_badge]][rubygems]
|
6
|
-
[![
|
6
|
+
[![Github Actions ][actions_badge]][actions]
|
7
7
|
[![Tidelift ][tidelift_badge]][tidelift]
|
8
8
|
|
9
9
|
## Goals
|
@@ -33,8 +33,8 @@ Tidelift will coordinate the fix and disclosure.
|
|
33
33
|
|
34
34
|
[rubygems_badge]: http://img.shields.io/gem/v/arbre.svg
|
35
35
|
[rubygems]: https://rubygems.org/gems/arbre
|
36
|
-
[
|
37
|
-
[
|
36
|
+
[actions_badge]: https://github.com/activeadmin/arbre/workflows/ci/badge.svg
|
37
|
+
[actions]: https://github.com/activeadmin/arbre/actions
|
38
38
|
[tidelift_badge]: https://tidelift.com/badges/github/activeadmin/arbre
|
39
39
|
[tidelift]: https://tidelift.com/subscription/pkg/rubygems-arbre?utm_source=rubygems-arbre&utm_medium=referral&utm_campaign=readme
|
40
40
|
|
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.4.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: 2020-
|
11
|
+
date: 2020-12-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: 3.0.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '6.
|
22
|
+
version: '6.2'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: 3.0.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '6.
|
32
|
+
version: '6.2'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: ruby2_keywords
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
111
|
requirements: []
|
112
|
-
rubygems_version: 3.2.0
|
112
|
+
rubygems_version: 3.2.0
|
113
113
|
signing_key:
|
114
114
|
specification_version: 4
|
115
115
|
summary: An Object Oriented DOM Tree in Ruby
|