tree_support 0.1.7 → 0.1.8

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: a7797157069c7f57939c4580221e0fc8c0483244166e86d91e094029b58f8917
4
- data.tar.gz: f7ffbf8cdf143ac689e585d57de779ae1fb08a7608b609e7f7fc4bd69f069bcd
3
+ metadata.gz: 86f8f6f091e4c0c97f45e7df4069c33df3d0d2dd32b939601f8cec7d1cf67d85
4
+ data.tar.gz: e92d7692b51ea6a1d05816d01fd5b6d0cc70a1294d1d6919973512d6a3400148
5
5
  SHA512:
6
- metadata.gz: 07a55a59219684b3f047578d9c5a9d76493302860c43280c6a2883fb000f1bfff21a7f027ca3b5a939dea76c1d4588b9b10b657f4bf87a2afc9b5c4df5e95b14
7
- data.tar.gz: 393e8c1ebe95c676a4e67ac7fcdf19c03122e7a10bb2cd4b076790c227a1511b990ce124cd10be4b9524c7d4fcca48087962f0705c53065c6eef5c7f68a7dad5
6
+ metadata.gz: 58d4a14a2fe20daa03c18d3341be8432e45af2905e29bda7fe8ec8c49a10589803ac381592893f9d69ec390a7319e5ad8f0fa060a47aa65a9c0dc3227bdcbb0c
7
+ data.tar.gz: 3dcd4db10cbe4f28abc6cb42b0c1c532e79c0bff768efd7320d128c7bae88c1bae0bf51236f17602a23a6ef2824d1ee582ce94919d2e9ff1bfa26749b60a3647
@@ -1,129 +1,145 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- tree_support (0.1.5)
4
+ tree_support (0.1.7)
5
5
  activesupport
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (5.2.1)
11
- actionpack (= 5.2.1)
10
+ actioncable (6.0.1)
11
+ actionpack (= 6.0.1)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.1)
15
- actionpack (= 5.2.1)
16
- actionview (= 5.2.1)
17
- activejob (= 5.2.1)
14
+ actionmailbox (6.0.1)
15
+ actionpack (= 6.0.1)
16
+ activejob (= 6.0.1)
17
+ activerecord (= 6.0.1)
18
+ activestorage (= 6.0.1)
19
+ activesupport (= 6.0.1)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.0.1)
22
+ actionpack (= 6.0.1)
23
+ actionview (= 6.0.1)
24
+ activejob (= 6.0.1)
18
25
  mail (~> 2.5, >= 2.5.4)
19
26
  rails-dom-testing (~> 2.0)
20
- actionpack (5.2.1)
21
- actionview (= 5.2.1)
22
- activesupport (= 5.2.1)
27
+ actionpack (6.0.1)
28
+ actionview (= 6.0.1)
29
+ activesupport (= 6.0.1)
23
30
  rack (~> 2.0)
24
31
  rack-test (>= 0.6.3)
25
32
  rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.1)
28
- activesupport (= 5.2.1)
33
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
+ actiontext (6.0.1)
35
+ actionpack (= 6.0.1)
36
+ activerecord (= 6.0.1)
37
+ activestorage (= 6.0.1)
38
+ activesupport (= 6.0.1)
39
+ nokogiri (>= 1.8.5)
40
+ actionview (6.0.1)
41
+ activesupport (= 6.0.1)
29
42
  builder (~> 3.1)
30
43
  erubi (~> 1.4)
31
44
  rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.2.1)
34
- activesupport (= 5.2.1)
45
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
+ activejob (6.0.1)
47
+ activesupport (= 6.0.1)
35
48
  globalid (>= 0.3.6)
36
- activemodel (5.2.1)
37
- activesupport (= 5.2.1)
38
- activerecord (5.2.1)
39
- activemodel (= 5.2.1)
40
- activesupport (= 5.2.1)
41
- arel (>= 9.0)
42
- activestorage (5.2.1)
43
- actionpack (= 5.2.1)
44
- activerecord (= 5.2.1)
49
+ activemodel (6.0.1)
50
+ activesupport (= 6.0.1)
51
+ activerecord (6.0.1)
52
+ activemodel (= 6.0.1)
53
+ activesupport (= 6.0.1)
54
+ activestorage (6.0.1)
55
+ actionpack (= 6.0.1)
56
+ activejob (= 6.0.1)
57
+ activerecord (= 6.0.1)
45
58
  marcel (~> 0.3.1)
46
- activesupport (5.2.1)
59
+ activesupport (6.0.1)
47
60
  concurrent-ruby (~> 1.0, >= 1.0.2)
48
61
  i18n (>= 0.7, < 2)
49
62
  minitest (~> 5.1)
50
63
  tzinfo (~> 1.1)
51
- acts_as_list (0.9.16)
52
- activerecord (>= 3.0)
53
- acts_as_tree (2.8.0)
64
+ zeitwerk (~> 2.2)
65
+ acts_as_list (1.0.0)
66
+ activerecord (>= 4.2)
67
+ acts_as_tree (2.9.0)
54
68
  activerecord (>= 3.0.0)
55
- arel (9.0.0)
56
69
  builder (3.2.3)
57
- byebug (10.0.2)
58
- concurrent-ruby (1.0.5)
59
- crass (1.0.4)
60
- erubi (1.7.1)
61
- globalid (0.4.1)
70
+ byebug (11.0.1)
71
+ concurrent-ruby (1.1.5)
72
+ crass (1.0.5)
73
+ erubi (1.9.0)
74
+ globalid (0.4.2)
62
75
  activesupport (>= 4.2.0)
63
76
  gviz (0.3.5)
64
77
  thor
65
- i18n (1.1.0)
78
+ i18n (1.7.0)
66
79
  concurrent-ruby (~> 1.0)
67
- loofah (2.2.2)
80
+ loofah (2.4.0)
68
81
  crass (~> 1.0.2)
69
82
  nokogiri (>= 1.5.9)
70
- mail (2.7.0)
83
+ mail (2.7.1)
71
84
  mini_mime (>= 0.1.1)
72
85
  marcel (0.3.3)
73
86
  mimemagic (~> 0.3.2)
74
- memory_record (0.0.14)
87
+ memory_record (0.0.17)
75
88
  activesupport
76
- method_source (0.9.0)
77
- mimemagic (0.3.2)
78
- mini_mime (1.0.1)
79
- mini_portile2 (2.3.0)
80
- minitest (5.11.3)
81
- nio4r (2.3.1)
82
- nokogiri (1.8.4)
83
- mini_portile2 (~> 2.3.0)
84
- rack (2.0.5)
89
+ method_source (0.9.2)
90
+ mimemagic (0.3.3)
91
+ mini_mime (1.0.2)
92
+ mini_portile2 (2.4.0)
93
+ minitest (5.13.0)
94
+ nio4r (2.5.2)
95
+ nokogiri (1.10.5)
96
+ mini_portile2 (~> 2.4.0)
97
+ rack (2.0.7)
85
98
  rack-test (1.1.0)
86
99
  rack (>= 1.0, < 3)
87
- rails (5.2.1)
88
- actioncable (= 5.2.1)
89
- actionmailer (= 5.2.1)
90
- actionpack (= 5.2.1)
91
- actionview (= 5.2.1)
92
- activejob (= 5.2.1)
93
- activemodel (= 5.2.1)
94
- activerecord (= 5.2.1)
95
- activestorage (= 5.2.1)
96
- activesupport (= 5.2.1)
100
+ rails (6.0.1)
101
+ actioncable (= 6.0.1)
102
+ actionmailbox (= 6.0.1)
103
+ actionmailer (= 6.0.1)
104
+ actionpack (= 6.0.1)
105
+ actiontext (= 6.0.1)
106
+ actionview (= 6.0.1)
107
+ activejob (= 6.0.1)
108
+ activemodel (= 6.0.1)
109
+ activerecord (= 6.0.1)
110
+ activestorage (= 6.0.1)
111
+ activesupport (= 6.0.1)
97
112
  bundler (>= 1.3.0)
98
- railties (= 5.2.1)
113
+ railties (= 6.0.1)
99
114
  sprockets-rails (>= 2.0.0)
100
115
  rails-dom-testing (2.0.3)
101
116
  activesupport (>= 4.2.0)
102
117
  nokogiri (>= 1.6)
103
- rails-html-sanitizer (1.0.4)
104
- loofah (~> 2.2, >= 2.2.2)
105
- railties (5.2.1)
106
- actionpack (= 5.2.1)
107
- activesupport (= 5.2.1)
118
+ rails-html-sanitizer (1.3.0)
119
+ loofah (~> 2.3)
120
+ railties (6.0.1)
121
+ actionpack (= 6.0.1)
122
+ activesupport (= 6.0.1)
108
123
  method_source
109
124
  rake (>= 0.8.7)
110
- thor (>= 0.19.0, < 2.0)
111
- rake (12.3.1)
112
- sprockets (3.7.2)
125
+ thor (>= 0.20.3, < 2.0)
126
+ rake (13.0.1)
127
+ sprockets (4.0.0)
113
128
  concurrent-ruby (~> 1.0)
114
129
  rack (> 1, < 3)
115
130
  sprockets-rails (3.2.1)
116
131
  actionpack (>= 4.0)
117
132
  activesupport (>= 4.0)
118
133
  sprockets (>= 3.0.0)
119
- sqlite3 (1.3.13)
120
- thor (0.20.0)
134
+ sqlite3 (1.4.1)
135
+ thor (0.20.3)
121
136
  thread_safe (0.3.6)
122
137
  tzinfo (1.2.5)
123
138
  thread_safe (~> 0.1)
124
- websocket-driver (0.7.0)
139
+ websocket-driver (0.7.1)
125
140
  websocket-extensions (>= 0.1.0)
126
- websocket-extensions (0.1.3)
141
+ websocket-extensions (0.1.4)
142
+ zeitwerk (2.2.1)
127
143
 
128
144
  PLATFORMS
129
145
  ruby
@@ -140,4 +156,4 @@ DEPENDENCIES
140
156
  tree_support!
141
157
 
142
158
  BUNDLED WITH
143
- 1.16.2
159
+ 1.17.2
@@ -1,3 +1,3 @@
1
1
  module TreeSupport
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tree_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - akicho8