nxt_support 0.1.8 → 0.1.9

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: ab20cd7b4c00a599718f2264dc905ce4308d9d4fe4b972b3a8e362892e0f349e
4
- data.tar.gz: 38f2502b5a81e8cd8414cf42c98f84e8c21b2ae3e1cab66135f3b42fda72a0ae
3
+ metadata.gz: 49e1e0e7ded712c9afed6b38eb1f8fd55cbedf8d19e7cddb38d5cfca2dbe40ca
4
+ data.tar.gz: 2d5ba89926295a604a8d9ec0e4b2acc0fb3871523955d8821b6c2a28befeca08
5
5
  SHA512:
6
- metadata.gz: 1da8a6527d51c072f9356b9de520c41a29aad176d4890c5ab5644f73eb11313ff65e85501a5ab0ae71d7be855c983298518512cf254027e30973ed54d0150808
7
- data.tar.gz: 0c5b59bf5d5a6a0270fcf82fa8e88bb3b1ebb393b3049d14b497849245790c21013c9c9248b46980d6b5415e001e4fcacc34e544d2584f3e71839974d1cf9e21
6
+ metadata.gz: aeedfe831a032f44552ab22b5d8023742c3606b2764bc3532ec91cdbd218fad57830985199c68e6fe90dcccd0bb6ecfa333e5b67925a0d0dbb95f3fd70d93184
7
+ data.tar.gz: 268ead8c32f8c8e182ce11ce66d614f25b84d395352cf64a742c6cea587b71dc1af47625ba2b20227872c53c512e3e2617ae4451b982acd0b6c39f70cb51a5f5
@@ -1,3 +1,7 @@
1
+ # v0.1.9 2020-09-09
2
+
3
+ - Fix `NxtSupport::PreprocessAttributes` to use new `nxt_registry 0.3.0` interface
4
+
1
5
  # v0.1.8 2020-09-09
2
6
 
3
7
  - Added `NxtSupport::BirthDate`
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nxt_support (0.1.8)
4
+ nxt_support (0.1.9)
5
5
  nxt_init
6
6
  nxt_registry
7
7
  rails
@@ -9,56 +9,56 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (6.0.3.2)
13
- actionpack (= 6.0.3.2)
12
+ actioncable (6.0.3.3)
13
+ actionpack (= 6.0.3.3)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailbox (6.0.3.2)
17
- actionpack (= 6.0.3.2)
18
- activejob (= 6.0.3.2)
19
- activerecord (= 6.0.3.2)
20
- activestorage (= 6.0.3.2)
21
- activesupport (= 6.0.3.2)
16
+ actionmailbox (6.0.3.3)
17
+ actionpack (= 6.0.3.3)
18
+ activejob (= 6.0.3.3)
19
+ activerecord (= 6.0.3.3)
20
+ activestorage (= 6.0.3.3)
21
+ activesupport (= 6.0.3.3)
22
22
  mail (>= 2.7.1)
23
- actionmailer (6.0.3.2)
24
- actionpack (= 6.0.3.2)
25
- actionview (= 6.0.3.2)
26
- activejob (= 6.0.3.2)
23
+ actionmailer (6.0.3.3)
24
+ actionpack (= 6.0.3.3)
25
+ actionview (= 6.0.3.3)
26
+ activejob (= 6.0.3.3)
27
27
  mail (~> 2.5, >= 2.5.4)
28
28
  rails-dom-testing (~> 2.0)
29
- actionpack (6.0.3.2)
30
- actionview (= 6.0.3.2)
31
- activesupport (= 6.0.3.2)
29
+ actionpack (6.0.3.3)
30
+ actionview (= 6.0.3.3)
31
+ activesupport (= 6.0.3.3)
32
32
  rack (~> 2.0, >= 2.0.8)
33
33
  rack-test (>= 0.6.3)
34
34
  rails-dom-testing (~> 2.0)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.0.3.2)
37
- actionpack (= 6.0.3.2)
38
- activerecord (= 6.0.3.2)
39
- activestorage (= 6.0.3.2)
40
- activesupport (= 6.0.3.2)
36
+ actiontext (6.0.3.3)
37
+ actionpack (= 6.0.3.3)
38
+ activerecord (= 6.0.3.3)
39
+ activestorage (= 6.0.3.3)
40
+ activesupport (= 6.0.3.3)
41
41
  nokogiri (>= 1.8.5)
42
- actionview (6.0.3.2)
43
- activesupport (= 6.0.3.2)
42
+ actionview (6.0.3.3)
43
+ activesupport (= 6.0.3.3)
44
44
  builder (~> 3.1)
45
45
  erubi (~> 1.4)
46
46
  rails-dom-testing (~> 2.0)
47
47
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.0.3.2)
49
- activesupport (= 6.0.3.2)
48
+ activejob (6.0.3.3)
49
+ activesupport (= 6.0.3.3)
50
50
  globalid (>= 0.3.6)
51
- activemodel (6.0.3.2)
52
- activesupport (= 6.0.3.2)
53
- activerecord (6.0.3.2)
54
- activemodel (= 6.0.3.2)
55
- activesupport (= 6.0.3.2)
56
- activestorage (6.0.3.2)
57
- actionpack (= 6.0.3.2)
58
- activejob (= 6.0.3.2)
59
- activerecord (= 6.0.3.2)
51
+ activemodel (6.0.3.3)
52
+ activesupport (= 6.0.3.3)
53
+ activerecord (6.0.3.3)
54
+ activemodel (= 6.0.3.3)
55
+ activesupport (= 6.0.3.3)
56
+ activestorage (6.0.3.3)
57
+ actionpack (= 6.0.3.3)
58
+ activejob (= 6.0.3.3)
59
+ activerecord (= 6.0.3.3)
60
60
  marcel (~> 0.3.1)
61
- activesupport (6.0.3.2)
61
+ activesupport (6.0.3.3)
62
62
  concurrent-ruby (~> 1.0, >= 1.0.2)
63
63
  i18n (>= 0.7, < 2)
64
64
  minitest (~> 5.1)
@@ -86,12 +86,12 @@ GEM
86
86
  mini_mime (1.0.2)
87
87
  mini_portile2 (2.4.0)
88
88
  minitest (5.14.2)
89
- nio4r (2.5.3)
89
+ nio4r (2.5.4)
90
90
  nokogiri (1.10.10)
91
91
  mini_portile2 (~> 2.4.0)
92
92
  nxt_init (0.1.5)
93
93
  activesupport
94
- nxt_registry (0.2.1)
94
+ nxt_registry (0.3.0)
95
95
  activesupport
96
96
  pry (0.13.1)
97
97
  coderay (~> 1.1)
@@ -99,29 +99,29 @@ GEM
99
99
  rack (2.2.3)
100
100
  rack-test (1.1.0)
101
101
  rack (>= 1.0, < 3)
102
- rails (6.0.3.2)
103
- actioncable (= 6.0.3.2)
104
- actionmailbox (= 6.0.3.2)
105
- actionmailer (= 6.0.3.2)
106
- actionpack (= 6.0.3.2)
107
- actiontext (= 6.0.3.2)
108
- actionview (= 6.0.3.2)
109
- activejob (= 6.0.3.2)
110
- activemodel (= 6.0.3.2)
111
- activerecord (= 6.0.3.2)
112
- activestorage (= 6.0.3.2)
113
- activesupport (= 6.0.3.2)
102
+ rails (6.0.3.3)
103
+ actioncable (= 6.0.3.3)
104
+ actionmailbox (= 6.0.3.3)
105
+ actionmailer (= 6.0.3.3)
106
+ actionpack (= 6.0.3.3)
107
+ actiontext (= 6.0.3.3)
108
+ actionview (= 6.0.3.3)
109
+ activejob (= 6.0.3.3)
110
+ activemodel (= 6.0.3.3)
111
+ activerecord (= 6.0.3.3)
112
+ activestorage (= 6.0.3.3)
113
+ activesupport (= 6.0.3.3)
114
114
  bundler (>= 1.3.0)
115
- railties (= 6.0.3.2)
115
+ railties (= 6.0.3.3)
116
116
  sprockets-rails (>= 2.0.0)
117
117
  rails-dom-testing (2.0.3)
118
118
  activesupport (>= 4.2.0)
119
119
  nokogiri (>= 1.6)
120
120
  rails-html-sanitizer (1.3.0)
121
121
  loofah (~> 2.3)
122
- railties (6.0.3.2)
123
- actionpack (= 6.0.3.2)
124
- activesupport (= 6.0.3.2)
122
+ railties (6.0.3.3)
123
+ actionpack (= 6.0.3.3)
124
+ activesupport (= 6.0.3.3)
125
125
  method_source
126
126
  rake (>= 0.8.7)
127
127
  thor (>= 0.20.3, < 2.0)
@@ -144,7 +144,7 @@ GEM
144
144
  sprockets (4.0.2)
145
145
  concurrent-ruby (~> 1.0)
146
146
  rack (> 1, < 3)
147
- sprockets-rails (3.2.1)
147
+ sprockets-rails (3.2.2)
148
148
  actionpack (>= 4.0)
149
149
  activesupport (>= 4.0)
150
150
  sprockets (>= 3.0.0)
@@ -6,7 +6,7 @@ module NxtSupport
6
6
  extend NxtRegistry
7
7
 
8
8
  PREPROCESSORS = registry :type, callable: false do
9
- nested :preprocessors
9
+ level :preprocessors
10
10
  end
11
11
 
12
12
  attr_accessor :attributes, :preprocessors, :options
@@ -1,3 +1,3 @@
1
1
  module NxtSupport
2
- VERSION = "0.1.8".freeze
2
+ VERSION = "0.1.9".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nxt_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nils Sommer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-09-11 00:00:00.000000000 Z
12
+ date: 2020-09-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails