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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d296130b21346102caccd5f18dec734a44209991
4
- data.tar.gz: 44d46c514cfce648c5d1bb5568a75e26b00b35ee
2
+ SHA256:
3
+ metadata.gz: beddf2d4b4cb474736fe40b722c3bbf965d40dbb6fd8318f5d1ab8111de3c22d
4
+ data.tar.gz: 265256f1fb39214e0296fd5027ddccb2893aa0b846b767a2f5b204eae4babad4
5
5
  SHA512:
6
- metadata.gz: dbfc5aa3f11c14b5f2eda3fa12eed8fa47a97b1baf901c84248634c952804e0c3c20486289119d47189f87021b5dd736bbbe8828f8f6542ffb77629cbd8d9569
7
- data.tar.gz: 216b8443608d3ed82f7fc41cc0b4fc6aa7304d8d3d5fe47be2c2db182942f47feedd10fb93c8bf75a480b227f7ec05e740410396d4f2d34724667bee7b3f69c3
6
+ metadata.gz: e29f380bfce2af2672c6860a3e200ec984369413b2709912a0603b12484c668c65b313db08f1c8edd33e67c149cdb40ed497d7f430d46179da8d9a94cefd79aa
7
+ data.tar.gz: d9a7b96516f27b6cfe59b7cec2009089705db66fd984b9aa61f0767e9892116a5552b79e3090f920eb8c9f23af1d54af67e50bd53f5ee4d1af5f423a853fdd02
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.3.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.0.0)
5
- actionpack (= 5.0.0)
6
- nio4r (~> 1.2)
4
+ actioncable (5.1.4)
5
+ actionpack (= 5.1.4)
6
+ nio4r (~> 2.0)
7
7
  websocket-driver (~> 0.6.1)
8
- actionmailer (5.0.0)
9
- actionpack (= 5.0.0)
10
- actionview (= 5.0.0)
11
- activejob (= 5.0.0)
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.0.0)
15
- actionview (= 5.0.0)
16
- activesupport (= 5.0.0)
14
+ actionpack (5.1.4)
15
+ actionview (= 5.1.4)
16
+ activesupport (= 5.1.4)
17
17
  rack (~> 2.0)
18
- rack-test (~> 0.6.3)
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.0.0)
22
- activesupport (= 5.0.0)
21
+ actionview (5.1.4)
22
+ activesupport (= 5.1.4)
23
23
  builder (~> 3.1)
24
- erubis (~> 2.7.0)
24
+ erubi (~> 1.4)
25
25
  rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- activejob (5.0.0)
28
- activesupport (= 5.0.0)
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.0.0)
31
- activesupport (= 5.0.0)
32
- activerecord (5.0.0)
33
- activemodel (= 5.0.0)
34
- activesupport (= 5.0.0)
35
- arel (~> 7.0)
36
- activesupport (5.0.0)
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.4.0)
42
- arel (7.0.0)
43
- builder (3.2.2)
44
- concurrent-ruby (1.0.2)
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.2.5)
48
- erubis (2.7.0)
49
- faraday (0.9.2)
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.14.2)
53
- addressable (~> 2.4.0)
54
+ github_api (0.18.2)
55
+ addressable (~> 2.4)
54
56
  descendants_tracker (~> 0.0.4)
55
- faraday (~> 0.8, < 0.10)
56
- hashie (>= 3.4)
57
- oauth2
58
- globalid (0.3.6)
59
- activesupport (>= 4.1.0)
60
- hashie (3.4.4)
61
- highline (1.7.8)
62
- i18n (0.7.0)
63
- json (1.8.3)
64
- juwelier (2.1.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 (>= 1.0)
67
- git (>= 1.2.5)
68
+ bundler
69
+ git
68
70
  github_api
69
- highline (>= 1.6.15)
70
- nokogiri (>= 1.5.10)
71
+ highline
72
+ kamelcase (~> 0)
73
+ nokogiri
74
+ psych
71
75
  rake
72
76
  rdoc
73
- semver
74
- jwt (1.5.4)
75
- loofah (2.0.3)
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.6.4)
78
- mime-types (>= 1.16, < 4)
79
- method_source (0.8.2)
80
- mime-types (3.1)
81
- mime-types-data (~> 3.2015)
82
- mime-types-data (3.2016.0521)
83
- mini_portile2 (2.1.0)
84
- minitest (5.9.0)
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 (1.2.1)
89
- nokogiri (1.6.8)
90
- mini_portile2 (~> 2.1.0)
91
- pkg-config (~> 1.1.7)
92
- oauth2 (1.2.0)
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
- pkg-config (1.1.7)
99
- rack (2.0.1)
100
- rack-test (0.6.3)
101
- rack (>= 1.0)
102
- rails (5.0.0)
103
- actioncable (= 5.0.0)
104
- actionmailer (= 5.0.0)
105
- actionpack (= 5.0.0)
106
- actionview (= 5.0.0)
107
- activejob (= 5.0.0)
108
- activemodel (= 5.0.0)
109
- activerecord (= 5.0.0)
110
- activesupport (= 5.0.0)
111
- bundler (>= 1.3.0, < 2.0)
112
- railties (= 5.0.0)
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.1)
115
- activesupport (>= 4.2.0, < 6.0)
116
- nokogiri (~> 1.6.0)
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.0.0)
120
- actionpack (= 5.0.0)
121
- activesupport (= 5.0.0)
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 (11.2.2)
126
- rdoc (4.2.2)
127
- json (~> 1.4)
128
- redcarpet (3.3.4)
129
- rspec (3.5.0)
130
- rspec-core (~> 3.5.0)
131
- rspec-expectations (~> 3.5.0)
132
- rspec-mocks (~> 3.5.0)
133
- rspec-core (3.5.0)
134
- rspec-support (~> 3.5.0)
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.5.0)
138
- rspec-mocks (3.5.0)
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.5.0)
141
- rspec-support (3.5.0)
142
- semver (1.0.1)
143
- sprockets (3.6.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.1.1)
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.19.1)
151
- thread_safe (0.3.5)
152
- tzinfo (1.2.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.4)
158
+ websocket-driver (0.6.5)
155
159
  websocket-extensions (>= 0.1.0)
156
- websocket-extensions (0.1.2)
157
- yard (0.8.7.6)
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.12.5
175
+ 1.16.0
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ > ⚠️ **DEPRECATED**: subdomain_router is no longer maintained. Modern Rails has built-in subdomain routing constraints that cover the same use cases. This is the final release.
2
+
1
3
  Subdomain Router
2
4
  ================
3
5
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -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.1 ruby lib
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.1"
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.1
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
- rubyforge_project:
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
+ ...