arbre 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c192e41b4dd924bcd01ee41b718ba77d3bc140bb0cc8da0c98c36f9fc8a4e4c
4
- data.tar.gz: 5c25837e426eb3e02937e5bbd6acfb0dc44ed17d693fef7482596b53397f0c4a
3
+ metadata.gz: c3372e73956d615bd5690efe4c862f4e9bb312aaa8e12117caada56cbc0a1f69
4
+ data.tar.gz: f6649676ae291d3d745ad53b4eb7fd932b921560af92d4a1065c1178ad8ff1c6
5
5
  SHA512:
6
- metadata.gz: 700578cfd7370e84e888e361d30f74a640a011d9614e2b93530af7278ac8ac3772a6f72a0ac9a3b7e8f9f9defb4a8524b365e1cb9f17cdf46c5c0bce5f7b717b
7
- data.tar.gz: 18da81bc8e4ca14c50cc7b99da96be67e1f52307a010d97aad017f872bc11a1ca747b8a66827a92b65b538680476c087a4bd0c5dbc1a121bdb830401fc104f1e
6
+ metadata.gz: 5a510c2925f63a88a75f20c0de6d9adac67da0f8c615cbe25c1debd8b5c7f48830de8a89d947780c76f1f762a91e37c63bf118f2db1a52c218f9a2a174f91021
7
+ data.tar.gz: 01347d69439526f887b81f35bf1c241d873790fe9220cd55839954df551134abfb065afea2b4c952b89447930b175e23e426329dde7ad2fc010ecec9c77c8257
@@ -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
- [![Travis CI ][travis_badge]][travis]
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
- [travis_badge]: http://img.shields.io/travis/activeadmin/arbre/master.svg
37
- [travis]: https://travis-ci.org/activeadmin/arbre
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
 
@@ -1,3 +1,3 @@
1
1
  module Arbre
2
- VERSION = "1.3.0"
2
+ VERSION = "1.4.0"
3
3
  end
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.3.0
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-09-04 00:00:00.000000000 Z
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.1'
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.1'
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.rc.1
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