passages 2.2.0 → 3.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9e519e3fae79a01e8262ce492909a986540f44b6628ccb08a79e975f5d6ae1b
4
- data.tar.gz: 197ee583126231a45a0f7123ec291cca20509e20999421923d6903a149bc0108
3
+ metadata.gz: b5cec78946494fdc9d3a624cb7dba705becb79f1251e0819543060b188677f71
4
+ data.tar.gz: 87c3abd13986edeea7221d8b99ac9a85b4a9f7f1b6e744c48cab92372781d468
5
5
  SHA512:
6
- metadata.gz: 46b7dc73e6e4843cb567d11d1f649e5bdc9f6e44a22fa1c44c7e3917a3972e1e0cd268befca45331323e09954f8919d7b292f1254e2597792fed6bf06f432f1d
7
- data.tar.gz: 4b6ff8dfe335d8679a997141a0314a0fed5993b7cc6d02227a6ea70d3deac3f579116a2a8a217898bffc109fd2476025091ded74e251b86e7a0916e742e827c0
6
+ metadata.gz: 69bce6148be98f32c1fcefacb52b78ffb3c6880c073d2304c9fa47b48083576a766ecd3040dfab73733ef5096b7b7431f86c490b3b3d70b76db155680214ece9
7
+ data.tar.gz: 21e56c99be87f0704c9f797bd582930d7bdf4cec529f7c3515f1a2d5472f74613fea588ab08022beb1cc966e560d8a3b643ec15ba90ac72e763bb3fe3dbcf5b1
@@ -1,110 +1,125 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- passages (2.1.0)
5
- rails (~> 5.0)
4
+ passages (2.2.0)
5
+ rails (~> 6.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (5.2.0)
11
- actionpack (= 5.2.0)
10
+ actioncable (6.0.3.4)
11
+ actionpack (= 6.0.3.4)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.0)
15
- actionpack (= 5.2.0)
16
- actionview (= 5.2.0)
17
- activejob (= 5.2.0)
14
+ actionmailbox (6.0.3.4)
15
+ actionpack (= 6.0.3.4)
16
+ activejob (= 6.0.3.4)
17
+ activerecord (= 6.0.3.4)
18
+ activestorage (= 6.0.3.4)
19
+ activesupport (= 6.0.3.4)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.0.3.4)
22
+ actionpack (= 6.0.3.4)
23
+ actionview (= 6.0.3.4)
24
+ activejob (= 6.0.3.4)
18
25
  mail (~> 2.5, >= 2.5.4)
19
26
  rails-dom-testing (~> 2.0)
20
- actionpack (5.2.0)
21
- actionview (= 5.2.0)
22
- activesupport (= 5.2.0)
23
- rack (~> 2.0)
27
+ actionpack (6.0.3.4)
28
+ actionview (= 6.0.3.4)
29
+ activesupport (= 6.0.3.4)
30
+ rack (~> 2.0, >= 2.0.8)
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.0)
28
- activesupport (= 5.2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
+ actiontext (6.0.3.4)
35
+ actionpack (= 6.0.3.4)
36
+ activerecord (= 6.0.3.4)
37
+ activestorage (= 6.0.3.4)
38
+ activesupport (= 6.0.3.4)
39
+ nokogiri (>= 1.8.5)
40
+ actionview (6.0.3.4)
41
+ activesupport (= 6.0.3.4)
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.0)
34
- activesupport (= 5.2.0)
45
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
+ activejob (6.0.3.4)
47
+ activesupport (= 6.0.3.4)
35
48
  globalid (>= 0.3.6)
36
- activemodel (5.2.0)
37
- activesupport (= 5.2.0)
38
- activerecord (5.2.0)
39
- activemodel (= 5.2.0)
40
- activesupport (= 5.2.0)
41
- arel (>= 9.0)
42
- activestorage (5.2.0)
43
- actionpack (= 5.2.0)
44
- activerecord (= 5.2.0)
49
+ activemodel (6.0.3.4)
50
+ activesupport (= 6.0.3.4)
51
+ activerecord (6.0.3.4)
52
+ activemodel (= 6.0.3.4)
53
+ activesupport (= 6.0.3.4)
54
+ activestorage (6.0.3.4)
55
+ actionpack (= 6.0.3.4)
56
+ activejob (= 6.0.3.4)
57
+ activerecord (= 6.0.3.4)
45
58
  marcel (~> 0.3.1)
46
- activesupport (5.2.0)
59
+ activesupport (6.0.3.4)
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
- arel (9.0.0)
64
+ zeitwerk (~> 2.2, >= 2.2.2)
52
65
  ast (2.4.0)
53
- builder (3.2.3)
54
- concurrent-ruby (1.1.4)
55
- crass (1.0.4)
66
+ builder (3.2.4)
67
+ concurrent-ruby (1.1.7)
68
+ crass (1.0.6)
56
69
  diff-lcs (1.3)
57
- erubi (1.8.0)
70
+ erubi (1.9.0)
58
71
  globalid (0.4.2)
59
72
  activesupport (>= 4.2.0)
60
- i18n (1.5.2)
73
+ i18n (1.8.5)
61
74
  concurrent-ruby (~> 1.0)
62
- loofah (2.2.3)
75
+ loofah (2.7.0)
63
76
  crass (~> 1.0.2)
64
77
  nokogiri (>= 1.5.9)
65
- mail (2.7.0)
78
+ mail (2.7.1)
66
79
  mini_mime (>= 0.1.1)
67
80
  marcel (0.3.3)
68
81
  mimemagic (~> 0.3.2)
69
- method_source (0.9.0)
70
- mimemagic (0.3.3)
71
- mini_mime (1.0.0)
82
+ method_source (1.0.0)
83
+ mimemagic (0.3.5)
84
+ mini_mime (1.0.2)
72
85
  mini_portile2 (2.4.0)
73
- minitest (5.11.3)
74
- nio4r (2.3.1)
75
- nokogiri (1.10.1)
86
+ minitest (5.14.2)
87
+ nio4r (2.5.4)
88
+ nokogiri (1.10.10)
76
89
  mini_portile2 (~> 2.4.0)
77
90
  parallel (1.12.1)
78
91
  parser (2.5.1.0)
79
92
  ast (~> 2.4.0)
80
93
  powerpack (0.1.2)
81
- rack (2.0.6)
94
+ rack (2.2.3)
82
95
  rack-test (1.1.0)
83
96
  rack (>= 1.0, < 3)
84
- rails (5.2.0)
85
- actioncable (= 5.2.0)
86
- actionmailer (= 5.2.0)
87
- actionpack (= 5.2.0)
88
- actionview (= 5.2.0)
89
- activejob (= 5.2.0)
90
- activemodel (= 5.2.0)
91
- activerecord (= 5.2.0)
92
- activestorage (= 5.2.0)
93
- activesupport (= 5.2.0)
97
+ rails (6.0.3.4)
98
+ actioncable (= 6.0.3.4)
99
+ actionmailbox (= 6.0.3.4)
100
+ actionmailer (= 6.0.3.4)
101
+ actionpack (= 6.0.3.4)
102
+ actiontext (= 6.0.3.4)
103
+ actionview (= 6.0.3.4)
104
+ activejob (= 6.0.3.4)
105
+ activemodel (= 6.0.3.4)
106
+ activerecord (= 6.0.3.4)
107
+ activestorage (= 6.0.3.4)
108
+ activesupport (= 6.0.3.4)
94
109
  bundler (>= 1.3.0)
95
- railties (= 5.2.0)
110
+ railties (= 6.0.3.4)
96
111
  sprockets-rails (>= 2.0.0)
97
112
  rails-dom-testing (2.0.3)
98
113
  activesupport (>= 4.2.0)
99
114
  nokogiri (>= 1.6)
100
- rails-html-sanitizer (1.0.4)
101
- loofah (~> 2.2, >= 2.2.2)
102
- railties (5.2.0)
103
- actionpack (= 5.2.0)
104
- activesupport (= 5.2.0)
115
+ rails-html-sanitizer (1.3.0)
116
+ loofah (~> 2.3)
117
+ railties (6.0.3.4)
118
+ actionpack (= 6.0.3.4)
119
+ activesupport (= 6.0.3.4)
105
120
  method_source
106
121
  rake (>= 0.8.7)
107
- thor (>= 0.18.1, < 2.0)
122
+ thor (>= 0.20.3, < 2.0)
108
123
  rainbow (2.2.2)
109
124
  rake
110
125
  rake (12.3.1)
@@ -129,21 +144,22 @@ GEM
129
144
  ruby-progressbar (~> 1.7)
130
145
  unicode-display_width (~> 1.0, >= 1.0.1)
131
146
  ruby-progressbar (1.9.0)
132
- sprockets (3.7.2)
147
+ sprockets (4.0.2)
133
148
  concurrent-ruby (~> 1.0)
134
149
  rack (> 1, < 3)
135
- sprockets-rails (3.2.1)
150
+ sprockets-rails (3.2.2)
136
151
  actionpack (>= 4.0)
137
152
  activesupport (>= 4.0)
138
153
  sprockets (>= 3.0.0)
139
- thor (0.20.0)
154
+ thor (1.0.1)
140
155
  thread_safe (0.3.6)
141
- tzinfo (1.2.5)
156
+ tzinfo (1.2.7)
142
157
  thread_safe (~> 0.1)
143
158
  unicode-display_width (1.4.0)
144
- websocket-driver (0.7.0)
159
+ websocket-driver (0.7.3)
145
160
  websocket-extensions (>= 0.1.0)
146
- websocket-extensions (0.1.3)
161
+ websocket-extensions (0.1.5)
162
+ zeitwerk (2.4.0)
147
163
 
148
164
  PLATFORMS
149
165
  ruby
@@ -154,4 +170,4 @@ DEPENDENCIES
154
170
  rubocop (= 0.49.0)
155
171
 
156
172
  BUNDLED WITH
157
- 1.16.6
173
+ 1.17.3
@@ -8,7 +8,7 @@ module Passages
8
8
  # Necessary for rake assets:precompile in a main application
9
9
  # to compile this Engine's assets as well
10
10
  initializer 'passages.assets.precompile' do |app|
11
- app.config.assets.precompile += %w[application.css application.js]
11
+ app.config.assets.precompile += %w[passages/application.css passages/application.js]
12
12
  end
13
13
 
14
14
  # Optionally mount the /passages route at an applications top
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
  s.test_files = s.files.grep(%r{^spec/})
22
22
 
23
23
  s.required_ruby_version = '>= 2.2.2'
24
- s.add_dependency 'rails', '~> 5.0'
24
+ s.add_dependency 'rails', '~> 6.0'
25
25
 
26
26
  s.add_development_dependency 'rspec', '~> 3.2'
27
27
  s.add_development_dependency 'rubocop', '0.49.0'
data/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Passages
2
- MAJOR = 2
3
- MINOR = 2
2
+ MAJOR = 3
3
+ MINOR = 0
4
4
  TINY = 0
5
5
 
6
6
  VERSION = [MAJOR, MINOR, TINY].join('.').freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: passages
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Yesbeck
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-16 00:00:00.000000000 Z
11
+ date: 2020-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '5.0'
19
+ version: '6.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '5.0'
26
+ version: '6.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -110,7 +110,7 @@ homepage: https://github.com/yez/passages
110
110
  licenses:
111
111
  - MIT
112
112
  metadata: {}
113
- post_install_message:
113
+ post_install_message:
114
114
  rdoc_options: []
115
115
  require_paths:
116
116
  - lib
@@ -126,9 +126,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubyforge_project:
130
- rubygems_version: 2.7.8
131
- signing_key:
129
+ rubygems_version: 3.0.4
130
+ signing_key:
132
131
  specification_version: 4
133
132
  summary: Display and search capabilities for Ruby on Rails routes
134
133
  test_files: