arbre 1.2.0.rc1 → 1.2.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: a26ff9d3e868b1f1c08f77a044351362d4b8239636afcc940b1fcc42b3bd7d00
4
- data.tar.gz: 90c0f8a6c3ec0a95aae9353ee3b2e2a8bdfc935592b960898b6601ede8ec1fe1
3
+ metadata.gz: 9702ea598ff503038115048f407b05a69f1cf441cb061b33ca2586197b6fa6a9
4
+ data.tar.gz: 3c5ce4c57dd03b32fe470aad04075d1daa9e7f195fa2bae26e562bc85bd1767b
5
5
  SHA512:
6
- metadata.gz: 3c134d1ac5746e033c65797d6331940548e02dbad9ffdcb72c7e7a5c45b998bac863c3e027a2a4d70ff81be817e389009f0b2a9d41eb12477515732c33a09041
7
- data.tar.gz: 225425baf0aa11f5a262be40a6bae5b3a6b6bedf131048ee2eaf1884dd1d051e94aee264706e16d13cc5bced136e5ff98725727fe8c3a02bbda7939b49f4f788
6
+ metadata.gz: fed97f8796827e8d807b8878cee2a55d32c05c1d8d730b49b77ced63fd94ad8aae8812dd8f79f2ee7981ea7a732b60de5bc70b5711d3c3b25ccfc0575eb8ee5f
7
+ data.tar.gz: fdc92e7b702113922416fe6b3ac0c4d669d34e8068e176aa87a47d65025bb379c462fad30b17b6a8e1d36e5b76d9434916056b34139611ccdf31ba457651b27f
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Master (unreleased)
4
4
 
5
+ ## 1.2.0 [☰](https://github.com/activeadmin/arbre/compare/v1.2.0.rc1...v1.2.0)
6
+
7
+ _No changes_.
8
+
5
9
  ## 1.2.0.rc1 [☰](https://github.com/activeadmin/arbre/compare/v1.1.1...v1.2.0.rc1)
6
10
 
7
11
  * Fix deprecation warning about single arity template handlers on Rails 6. [#110][] by [@aramvisser][]
@@ -1,49 +1,49 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- arbre (1.2.0.rc1)
4
+ arbre (1.2.0)
5
5
  activesupport (>= 3.0.0)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- actioncable (5.2.2.1)
11
- actionpack (= 5.2.2.1)
10
+ actioncable (5.2.3)
11
+ actionpack (= 5.2.3)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.2.1)
15
- actionpack (= 5.2.2.1)
16
- actionview (= 5.2.2.1)
17
- activejob (= 5.2.2.1)
14
+ actionmailer (5.2.3)
15
+ actionpack (= 5.2.3)
16
+ actionview (= 5.2.3)
17
+ activejob (= 5.2.3)
18
18
  mail (~> 2.5, >= 2.5.4)
19
19
  rails-dom-testing (~> 2.0)
20
- actionpack (5.2.2.1)
21
- actionview (= 5.2.2.1)
22
- activesupport (= 5.2.2.1)
20
+ actionpack (5.2.3)
21
+ actionview (= 5.2.3)
22
+ activesupport (= 5.2.3)
23
23
  rack (~> 2.0)
24
24
  rack-test (>= 0.6.3)
25
25
  rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.2.1)
28
- activesupport (= 5.2.2.1)
27
+ actionview (5.2.3)
28
+ activesupport (= 5.2.3)
29
29
  builder (~> 3.1)
30
30
  erubi (~> 1.4)
31
31
  rails-dom-testing (~> 2.0)
32
32
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.2.2.1)
34
- activesupport (= 5.2.2.1)
33
+ activejob (5.2.3)
34
+ activesupport (= 5.2.3)
35
35
  globalid (>= 0.3.6)
36
- activemodel (5.2.2.1)
37
- activesupport (= 5.2.2.1)
38
- activerecord (5.2.2.1)
39
- activemodel (= 5.2.2.1)
40
- activesupport (= 5.2.2.1)
36
+ activemodel (5.2.3)
37
+ activesupport (= 5.2.3)
38
+ activerecord (5.2.3)
39
+ activemodel (= 5.2.3)
40
+ activesupport (= 5.2.3)
41
41
  arel (>= 9.0)
42
- activestorage (5.2.2.1)
43
- actionpack (= 5.2.2.1)
44
- activerecord (= 5.2.2.1)
42
+ activestorage (5.2.3)
43
+ actionpack (= 5.2.3)
44
+ activerecord (= 5.2.3)
45
45
  marcel (~> 0.3.1)
46
- activesupport (5.2.2.1)
46
+ activesupport (5.2.3)
47
47
  concurrent-ruby (~> 1.0, >= 1.0.2)
48
48
  i18n (>= 0.7, < 2)
49
49
  minitest (~> 5.1)
@@ -80,6 +80,7 @@ GEM
80
80
  activesupport (>= 4.2.0)
81
81
  i18n (1.6.0)
82
82
  concurrent-ruby (~> 1.0)
83
+ jar-dependencies (0.4.0)
83
84
  jaro_winkler (1.5.2)
84
85
  jaro_winkler (1.5.2-java)
85
86
  loofah (2.2.3)
@@ -98,15 +99,14 @@ GEM
98
99
  netrc (0.11.0)
99
100
  nio4r (2.3.1)
100
101
  nio4r (2.3.1-java)
101
- nokogiri (1.10.1)
102
+ nokogiri (1.10.2)
102
103
  mini_portile2 (~> 2.4.0)
103
- nokogiri (1.10.1-java)
104
+ nokogiri (1.10.2-java)
104
105
  octokit (4.13.0)
105
106
  sawyer (~> 0.8.0, >= 0.5.3)
106
- parallel (1.13.0)
107
+ parallel (1.14.0)
107
108
  parser (2.6.0.0)
108
109
  ast (~> 2.4.0)
109
- powerpack (0.1.2)
110
110
  pry (0.12.2)
111
111
  coderay (~> 1.1.0)
112
112
  method_source (~> 0.9.0)
@@ -114,31 +114,34 @@ GEM
114
114
  coderay (~> 1.1.0)
115
115
  method_source (~> 0.9.0)
116
116
  spoon (~> 0.0)
117
+ psych (3.1.0)
118
+ psych (3.1.0-java)
119
+ jar-dependencies (>= 0.1.7)
117
120
  public_suffix (3.0.3)
118
121
  rack (2.0.6)
119
122
  rack-test (1.1.0)
120
123
  rack (>= 1.0, < 3)
121
- rails (5.2.2.1)
122
- actioncable (= 5.2.2.1)
123
- actionmailer (= 5.2.2.1)
124
- actionpack (= 5.2.2.1)
125
- actionview (= 5.2.2.1)
126
- activejob (= 5.2.2.1)
127
- activemodel (= 5.2.2.1)
128
- activerecord (= 5.2.2.1)
129
- activestorage (= 5.2.2.1)
130
- activesupport (= 5.2.2.1)
124
+ rails (5.2.3)
125
+ actioncable (= 5.2.3)
126
+ actionmailer (= 5.2.3)
127
+ actionpack (= 5.2.3)
128
+ actionview (= 5.2.3)
129
+ activejob (= 5.2.3)
130
+ activemodel (= 5.2.3)
131
+ activerecord (= 5.2.3)
132
+ activestorage (= 5.2.3)
133
+ activesupport (= 5.2.3)
131
134
  bundler (>= 1.3.0)
132
- railties (= 5.2.2.1)
135
+ railties (= 5.2.3)
133
136
  sprockets-rails (>= 2.0.0)
134
137
  rails-dom-testing (2.0.3)
135
138
  activesupport (>= 4.2.0)
136
139
  nokogiri (>= 1.6)
137
140
  rails-html-sanitizer (1.0.4)
138
141
  loofah (~> 2.2, >= 2.2.2)
139
- railties (5.2.2.1)
140
- actionpack (= 5.2.2.1)
141
- activesupport (= 5.2.2.1)
142
+ railties (5.2.3)
143
+ actionpack (= 5.2.3)
144
+ activesupport (= 5.2.3)
142
145
  method_source
143
146
  rake (>= 0.8.7)
144
147
  thor (>= 0.19.0, < 2.0)
@@ -166,14 +169,14 @@ GEM
166
169
  rspec-mocks (~> 3.8.0)
167
170
  rspec-support (~> 3.8.0)
168
171
  rspec-support (3.8.0)
169
- rubocop (0.64.0)
172
+ rubocop (0.66.0)
170
173
  jaro_winkler (~> 1.5.1)
171
174
  parallel (~> 1.10)
172
175
  parser (>= 2.5, != 2.5.1.1)
173
- powerpack (~> 0.1)
176
+ psych (>= 3.1.0)
174
177
  rainbow (>= 2.2.2, < 4.0)
175
178
  ruby-progressbar (~> 1.7)
176
- unicode-display_width (~> 1.4.0)
179
+ unicode-display_width (>= 1.4.0, < 1.6)
177
180
  ruby-progressbar (1.10.0)
178
181
  sawyer (0.8.1)
179
182
  addressable (>= 2.3.5, < 2.6)
@@ -192,7 +195,7 @@ GEM
192
195
  thread_safe (0.3.6-java)
193
196
  tzinfo (1.2.5)
194
197
  thread_safe (~> 0.1)
195
- unicode-display_width (1.4.1)
198
+ unicode-display_width (1.5.0)
196
199
  websocket-driver (0.7.0)
197
200
  websocket-extensions (>= 0.1.0)
198
201
  websocket-driver (0.7.0-java)
@@ -1,3 +1,3 @@
1
1
  module Arbre
2
- VERSION = "1.2.0.rc1"
2
+ VERSION = "1.2.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.2.0.rc1
4
+ version: 1.2.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: 2019-03-24 00:00:00.000000000 Z
11
+ date: 2019-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -117,9 +117,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  version: '2.3'
118
118
  required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  requirements:
120
- - - ">"
120
+ - - ">="
121
121
  - !ruby/object:Gem::Version
122
- version: 1.3.1
122
+ version: '0'
123
123
  requirements: []
124
124
  rubygems_version: 3.0.3
125
125
  signing_key: