subdomain_router 1.0.1 → 1.0.2
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 +5 -5
- data/.ruby-version +1 -1
- data/Gemfile.lock +116 -112
- data/README.md +2 -0
- data/VERSION +1 -1
- data/subdomain_router.gemspec +12 -3
- metadata +12 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: beddf2d4b4cb474736fe40b722c3bbf965d40dbb6fd8318f5d1ab8111de3c22d
|
|
4
|
+
data.tar.gz: 265256f1fb39214e0296fd5027ddccb2893aa0b846b767a2f5b204eae4babad4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e29f380bfce2af2672c6860a3e200ec984369413b2709912a0603b12484c668c65b313db08f1c8edd33e67c149cdb40ed497d7f430d46179da8d9a94cefd79aa
|
|
7
|
+
data.tar.gz: d9a7b96516f27b6cfe59b7cec2009089705db66fd984b9aa61f0767e9892116a5552b79e3090f920eb8c9f23af1d54af67e50bd53f5ee4d1af5f423a853fdd02
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2.4.2
|
data/Gemfile.lock
CHANGED
|
@@ -1,160 +1,164 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: http://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
actioncable (5.
|
|
5
|
-
actionpack (= 5.
|
|
6
|
-
nio4r (~>
|
|
4
|
+
actioncable (5.1.4)
|
|
5
|
+
actionpack (= 5.1.4)
|
|
6
|
+
nio4r (~> 2.0)
|
|
7
7
|
websocket-driver (~> 0.6.1)
|
|
8
|
-
actionmailer (5.
|
|
9
|
-
actionpack (= 5.
|
|
10
|
-
actionview (= 5.
|
|
11
|
-
activejob (= 5.
|
|
8
|
+
actionmailer (5.1.4)
|
|
9
|
+
actionpack (= 5.1.4)
|
|
10
|
+
actionview (= 5.1.4)
|
|
11
|
+
activejob (= 5.1.4)
|
|
12
12
|
mail (~> 2.5, >= 2.5.4)
|
|
13
13
|
rails-dom-testing (~> 2.0)
|
|
14
|
-
actionpack (5.
|
|
15
|
-
actionview (= 5.
|
|
16
|
-
activesupport (= 5.
|
|
14
|
+
actionpack (5.1.4)
|
|
15
|
+
actionview (= 5.1.4)
|
|
16
|
+
activesupport (= 5.1.4)
|
|
17
17
|
rack (~> 2.0)
|
|
18
|
-
rack-test (
|
|
18
|
+
rack-test (>= 0.6.3)
|
|
19
19
|
rails-dom-testing (~> 2.0)
|
|
20
20
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
21
|
-
actionview (5.
|
|
22
|
-
activesupport (= 5.
|
|
21
|
+
actionview (5.1.4)
|
|
22
|
+
activesupport (= 5.1.4)
|
|
23
23
|
builder (~> 3.1)
|
|
24
|
-
|
|
24
|
+
erubi (~> 1.4)
|
|
25
25
|
rails-dom-testing (~> 2.0)
|
|
26
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
|
27
|
-
activejob (5.
|
|
28
|
-
activesupport (= 5.
|
|
26
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
27
|
+
activejob (5.1.4)
|
|
28
|
+
activesupport (= 5.1.4)
|
|
29
29
|
globalid (>= 0.3.6)
|
|
30
|
-
activemodel (5.
|
|
31
|
-
activesupport (= 5.
|
|
32
|
-
activerecord (5.
|
|
33
|
-
activemodel (= 5.
|
|
34
|
-
activesupport (= 5.
|
|
35
|
-
arel (~>
|
|
36
|
-
activesupport (5.
|
|
30
|
+
activemodel (5.1.4)
|
|
31
|
+
activesupport (= 5.1.4)
|
|
32
|
+
activerecord (5.1.4)
|
|
33
|
+
activemodel (= 5.1.4)
|
|
34
|
+
activesupport (= 5.1.4)
|
|
35
|
+
arel (~> 8.0)
|
|
36
|
+
activesupport (5.1.4)
|
|
37
37
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
38
38
|
i18n (~> 0.7)
|
|
39
39
|
minitest (~> 5.1)
|
|
40
40
|
tzinfo (~> 1.1)
|
|
41
|
-
addressable (2.
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
addressable (2.5.2)
|
|
42
|
+
public_suffix (>= 2.0.2, < 4.0)
|
|
43
|
+
arel (8.0.0)
|
|
44
|
+
builder (3.2.3)
|
|
45
|
+
concurrent-ruby (1.0.5)
|
|
46
|
+
crass (1.0.3)
|
|
45
47
|
descendants_tracker (0.0.4)
|
|
46
48
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
47
|
-
diff-lcs (1.
|
|
48
|
-
|
|
49
|
-
faraday (0.
|
|
49
|
+
diff-lcs (1.3)
|
|
50
|
+
erubi (1.7.0)
|
|
51
|
+
faraday (0.12.2)
|
|
50
52
|
multipart-post (>= 1.2, < 3)
|
|
51
53
|
git (1.3.0)
|
|
52
|
-
github_api (0.
|
|
53
|
-
addressable (~> 2.4
|
|
54
|
+
github_api (0.18.2)
|
|
55
|
+
addressable (~> 2.4)
|
|
54
56
|
descendants_tracker (~> 0.0.4)
|
|
55
|
-
faraday (~> 0.8
|
|
56
|
-
hashie (>= 3.
|
|
57
|
-
oauth2
|
|
58
|
-
globalid (0.
|
|
59
|
-
activesupport (>= 4.
|
|
60
|
-
hashie (3.
|
|
61
|
-
highline (1.7.
|
|
62
|
-
i18n (0.
|
|
63
|
-
|
|
64
|
-
juwelier (2.
|
|
57
|
+
faraday (~> 0.8)
|
|
58
|
+
hashie (~> 3.5, >= 3.5.2)
|
|
59
|
+
oauth2 (~> 1.0)
|
|
60
|
+
globalid (0.4.1)
|
|
61
|
+
activesupport (>= 4.2.0)
|
|
62
|
+
hashie (3.5.6)
|
|
63
|
+
highline (1.7.10)
|
|
64
|
+
i18n (0.9.1)
|
|
65
|
+
concurrent-ruby (~> 1.0)
|
|
66
|
+
juwelier (2.4.7)
|
|
65
67
|
builder
|
|
66
|
-
bundler
|
|
67
|
-
git
|
|
68
|
+
bundler
|
|
69
|
+
git
|
|
68
70
|
github_api
|
|
69
|
-
highline
|
|
70
|
-
|
|
71
|
+
highline
|
|
72
|
+
kamelcase (~> 0)
|
|
73
|
+
nokogiri
|
|
74
|
+
psych
|
|
71
75
|
rake
|
|
72
76
|
rdoc
|
|
73
|
-
|
|
74
|
-
jwt (1.5.
|
|
75
|
-
|
|
77
|
+
semver2
|
|
78
|
+
jwt (1.5.6)
|
|
79
|
+
kamelcase (0.0.1)
|
|
80
|
+
semver2 (~> 3)
|
|
81
|
+
loofah (2.1.1)
|
|
82
|
+
crass (~> 1.0.2)
|
|
76
83
|
nokogiri (>= 1.5.9)
|
|
77
|
-
mail (2.
|
|
78
|
-
|
|
79
|
-
method_source (0.
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
multi_json (1.12.1)
|
|
86
|
-
multi_xml (0.5.5)
|
|
84
|
+
mail (2.7.0)
|
|
85
|
+
mini_mime (>= 0.1.1)
|
|
86
|
+
method_source (0.9.0)
|
|
87
|
+
mini_mime (1.0.0)
|
|
88
|
+
mini_portile2 (2.3.0)
|
|
89
|
+
minitest (5.10.3)
|
|
90
|
+
multi_json (1.12.2)
|
|
91
|
+
multi_xml (0.6.0)
|
|
87
92
|
multipart-post (2.0.0)
|
|
88
|
-
nio4r (
|
|
89
|
-
nokogiri (1.
|
|
90
|
-
mini_portile2 (~> 2.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
faraday (>= 0.8, < 0.10)
|
|
93
|
+
nio4r (2.1.0)
|
|
94
|
+
nokogiri (1.8.1)
|
|
95
|
+
mini_portile2 (~> 2.3.0)
|
|
96
|
+
oauth2 (1.4.0)
|
|
97
|
+
faraday (>= 0.8, < 0.13)
|
|
94
98
|
jwt (~> 1.0)
|
|
95
99
|
multi_json (~> 1.3)
|
|
96
100
|
multi_xml (~> 0.5)
|
|
97
101
|
rack (>= 1.2, < 3)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
rack
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
102
|
+
psych (3.0.1)
|
|
103
|
+
public_suffix (3.0.1)
|
|
104
|
+
rack (2.0.3)
|
|
105
|
+
rack-test (0.8.2)
|
|
106
|
+
rack (>= 1.0, < 3)
|
|
107
|
+
rails (5.1.4)
|
|
108
|
+
actioncable (= 5.1.4)
|
|
109
|
+
actionmailer (= 5.1.4)
|
|
110
|
+
actionpack (= 5.1.4)
|
|
111
|
+
actionview (= 5.1.4)
|
|
112
|
+
activejob (= 5.1.4)
|
|
113
|
+
activemodel (= 5.1.4)
|
|
114
|
+
activerecord (= 5.1.4)
|
|
115
|
+
activesupport (= 5.1.4)
|
|
116
|
+
bundler (>= 1.3.0)
|
|
117
|
+
railties (= 5.1.4)
|
|
113
118
|
sprockets-rails (>= 2.0.0)
|
|
114
|
-
rails-dom-testing (2.0.
|
|
115
|
-
activesupport (>= 4.2.0
|
|
116
|
-
nokogiri (
|
|
119
|
+
rails-dom-testing (2.0.3)
|
|
120
|
+
activesupport (>= 4.2.0)
|
|
121
|
+
nokogiri (>= 1.6)
|
|
117
122
|
rails-html-sanitizer (1.0.3)
|
|
118
123
|
loofah (~> 2.0)
|
|
119
|
-
railties (5.
|
|
120
|
-
actionpack (= 5.
|
|
121
|
-
activesupport (= 5.
|
|
124
|
+
railties (5.1.4)
|
|
125
|
+
actionpack (= 5.1.4)
|
|
126
|
+
activesupport (= 5.1.4)
|
|
122
127
|
method_source
|
|
123
128
|
rake (>= 0.8.7)
|
|
124
129
|
thor (>= 0.18.1, < 2.0)
|
|
125
|
-
rake (
|
|
126
|
-
rdoc (
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
rspec-
|
|
131
|
-
rspec-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
rspec-expectations (3.5.0)
|
|
130
|
+
rake (12.3.0)
|
|
131
|
+
rdoc (6.0.0)
|
|
132
|
+
redcarpet (3.4.0)
|
|
133
|
+
rspec (3.7.0)
|
|
134
|
+
rspec-core (~> 3.7.0)
|
|
135
|
+
rspec-expectations (~> 3.7.0)
|
|
136
|
+
rspec-mocks (~> 3.7.0)
|
|
137
|
+
rspec-core (3.7.0)
|
|
138
|
+
rspec-support (~> 3.7.0)
|
|
139
|
+
rspec-expectations (3.7.0)
|
|
136
140
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
137
|
-
rspec-support (~> 3.
|
|
138
|
-
rspec-mocks (3.
|
|
141
|
+
rspec-support (~> 3.7.0)
|
|
142
|
+
rspec-mocks (3.7.0)
|
|
139
143
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
140
|
-
rspec-support (~> 3.
|
|
141
|
-
rspec-support (3.
|
|
142
|
-
|
|
143
|
-
sprockets (3.
|
|
144
|
+
rspec-support (~> 3.7.0)
|
|
145
|
+
rspec-support (3.7.0)
|
|
146
|
+
semver2 (3.4.2)
|
|
147
|
+
sprockets (3.7.1)
|
|
144
148
|
concurrent-ruby (~> 1.0)
|
|
145
149
|
rack (> 1, < 3)
|
|
146
|
-
sprockets-rails (3.
|
|
150
|
+
sprockets-rails (3.2.1)
|
|
147
151
|
actionpack (>= 4.0)
|
|
148
152
|
activesupport (>= 4.0)
|
|
149
153
|
sprockets (>= 3.0.0)
|
|
150
|
-
thor (0.
|
|
151
|
-
thread_safe (0.3.
|
|
152
|
-
tzinfo (1.2.
|
|
154
|
+
thor (0.20.0)
|
|
155
|
+
thread_safe (0.3.6)
|
|
156
|
+
tzinfo (1.2.4)
|
|
153
157
|
thread_safe (~> 0.1)
|
|
154
|
-
websocket-driver (0.6.
|
|
158
|
+
websocket-driver (0.6.5)
|
|
155
159
|
websocket-extensions (>= 0.1.0)
|
|
156
|
-
websocket-extensions (0.1.
|
|
157
|
-
yard (0.
|
|
160
|
+
websocket-extensions (0.1.3)
|
|
161
|
+
yard (0.9.12)
|
|
158
162
|
|
|
159
163
|
PLATFORMS
|
|
160
164
|
ruby
|
|
@@ -168,4 +172,4 @@ DEPENDENCIES
|
|
|
168
172
|
yard
|
|
169
173
|
|
|
170
174
|
BUNDLED WITH
|
|
171
|
-
1.
|
|
175
|
+
1.16.0
|
data/README.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.2
|
data/subdomain_router.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: subdomain_router 1.0.
|
|
5
|
+
# stub: subdomain_router 1.0.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "subdomain_router".freeze
|
|
9
|
-
s.version = "1.0.
|
|
9
|
+
s.version = "1.0.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
@@ -37,7 +37,16 @@ Gem::Specification.new do |s|
|
|
|
37
37
|
s.homepage = "http://github.com/RISCfuture/subdomain_router".freeze
|
|
38
38
|
s.licenses = ["MIT".freeze]
|
|
39
39
|
s.rubygems_version = "2.6.6".freeze
|
|
40
|
-
s.summary = "Use dynamic subdomains in your Rails website".freeze
|
|
40
|
+
s.summary = "[DEPRECATED] Use dynamic subdomains in your Rails website".freeze
|
|
41
|
+
s.post_install_message = <<~MSG
|
|
42
|
+
|
|
43
|
+
⚠️ DEPRECATED: subdomain_router is no longer maintained.
|
|
44
|
+
|
|
45
|
+
No longer maintained. Modern Rails has built-in subdomain routing constraints that cover the same use cases.
|
|
46
|
+
|
|
47
|
+
This is the final release. No further updates are planned.
|
|
48
|
+
|
|
49
|
+
MSG
|
|
41
50
|
|
|
42
51
|
if s.respond_to? :specification_version then
|
|
43
52
|
s.specification_version = 4
|
metadata
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: subdomain_router
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Morgan
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
10
|
date: 2016-07-04 00:00:00.000000000 Z
|
|
@@ -121,7 +120,14 @@ homepage: http://github.com/RISCfuture/subdomain_router
|
|
|
121
120
|
licenses:
|
|
122
121
|
- MIT
|
|
123
122
|
metadata: {}
|
|
124
|
-
post_install_message:
|
|
123
|
+
post_install_message: |2+
|
|
124
|
+
|
|
125
|
+
⚠️ DEPRECATED: subdomain_router is no longer maintained.
|
|
126
|
+
|
|
127
|
+
No longer maintained. Modern Rails has built-in subdomain routing constraints that cover the same use cases.
|
|
128
|
+
|
|
129
|
+
This is the final release. No further updates are planned.
|
|
130
|
+
|
|
125
131
|
rdoc_options: []
|
|
126
132
|
require_paths:
|
|
127
133
|
- lib
|
|
@@ -136,9 +142,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
142
|
- !ruby/object:Gem::Version
|
|
137
143
|
version: '0'
|
|
138
144
|
requirements: []
|
|
139
|
-
|
|
140
|
-
rubygems_version: 2.6.6
|
|
141
|
-
signing_key:
|
|
145
|
+
rubygems_version: 4.0.11
|
|
142
146
|
specification_version: 4
|
|
143
|
-
summary: Use dynamic subdomains in your Rails website
|
|
147
|
+
summary: "[DEPRECATED] Use dynamic subdomains in your Rails website"
|
|
144
148
|
test_files: []
|
|
149
|
+
...
|