rack-subdomain 0.4.1 → 0.5.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 +5 -5
- data/Gemfile.lock +17 -17
- data/lib/rack/subdomain/version.rb +1 -1
- data/rack-subdomain-0.4.1.gem +0 -0
- data/rack-subdomain-0.5.0.gem +0 -0
- data/rack-subdomain.gemspec +1 -1
- metadata +7 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: eb8698dabd7a346578bee0b70ad7cfad99a922e1e5430bd3235ffa772275e7cf
|
|
4
|
+
data.tar.gz: a1bec06a3ea859f8074cf94074bc7dbe24caf3c686c70a23ef9c4252ad25b832
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 779a34cb3e6bed260d7e95fdaf007835c4909422440e42dd9207ae267091890d7089f13ecf0c86d92ec4758a2c75c15e96d37d1d5d39d71579f3ddfb0bd525b5
|
|
7
|
+
data.tar.gz: 49ebf73dac7826e54768b893266c9e5df29746c0a3b7651c4ffa564d3d07093ab0ebaaca304411046412ebdf3ef1aed3b2fd2a6e1b67e13fb97f4ff68e674398
|
data/Gemfile.lock
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rack-subdomain (0.
|
|
4
|
+
rack-subdomain (0.5.0)
|
|
5
5
|
ipaddress (~> 0.8.0)
|
|
6
|
-
rack (
|
|
6
|
+
rack (>= 1.2)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
diff-lcs (1.
|
|
11
|
+
diff-lcs (1.4.4)
|
|
12
12
|
ipaddress (0.8.3)
|
|
13
13
|
minitest (2.12.1)
|
|
14
|
-
rack (
|
|
14
|
+
rack (2.2.3)
|
|
15
15
|
rack-test (0.8.3)
|
|
16
16
|
rack (>= 1.0, < 3)
|
|
17
|
-
rake (
|
|
18
|
-
rspec (3.
|
|
19
|
-
rspec-core (~> 3.
|
|
20
|
-
rspec-expectations (~> 3.
|
|
21
|
-
rspec-mocks (~> 3.
|
|
22
|
-
rspec-core (3.
|
|
23
|
-
rspec-support (~> 3.
|
|
24
|
-
rspec-expectations (3.
|
|
17
|
+
rake (13.0.3)
|
|
18
|
+
rspec (3.10.0)
|
|
19
|
+
rspec-core (~> 3.10.0)
|
|
20
|
+
rspec-expectations (~> 3.10.0)
|
|
21
|
+
rspec-mocks (~> 3.10.0)
|
|
22
|
+
rspec-core (3.10.1)
|
|
23
|
+
rspec-support (~> 3.10.0)
|
|
24
|
+
rspec-expectations (3.10.1)
|
|
25
25
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
26
|
-
rspec-support (~> 3.
|
|
27
|
-
rspec-mocks (3.
|
|
26
|
+
rspec-support (~> 3.10.0)
|
|
27
|
+
rspec-mocks (3.10.2)
|
|
28
28
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
29
|
-
rspec-support (~> 3.
|
|
30
|
-
rspec-support (3.
|
|
29
|
+
rspec-support (~> 3.10.0)
|
|
30
|
+
rspec-support (3.10.2)
|
|
31
31
|
|
|
32
32
|
PLATFORMS
|
|
33
33
|
ruby
|
|
@@ -40,4 +40,4 @@ DEPENDENCIES
|
|
|
40
40
|
rspec
|
|
41
41
|
|
|
42
42
|
BUNDLED WITH
|
|
43
|
-
2.
|
|
43
|
+
2.1.4
|
|
Binary file
|
|
Binary file
|
data/rack-subdomain.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
s.summary = "rack-subdomain"
|
|
14
14
|
s.description = "Rack middleware to route requests with subdomains to specified routes with substitutions"
|
|
15
15
|
|
|
16
|
-
s.add_runtime_dependency "rack", "
|
|
16
|
+
s.add_runtime_dependency "rack", ">= 1.2"
|
|
17
17
|
|
|
18
18
|
s.add_dependency "ipaddress", "~> 0.8.0"
|
|
19
19
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rack-subdomain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mattt
|
|
@@ -9,28 +9,22 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2021-03-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rack
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
requirements:
|
|
18
|
-
- - "
|
|
18
|
+
- - ">="
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: '1.2'
|
|
21
|
-
- - "<"
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: 2.0.0
|
|
24
21
|
type: :runtime
|
|
25
22
|
prerelease: false
|
|
26
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
27
24
|
requirements:
|
|
28
|
-
- - "
|
|
25
|
+
- - ">="
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
30
27
|
version: '1.2'
|
|
31
|
-
- - "<"
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: 2.0.0
|
|
34
28
|
- !ruby/object:Gem::Dependency
|
|
35
29
|
name: ipaddress
|
|
36
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -117,6 +111,8 @@ files:
|
|
|
117
111
|
- "./lib/rack/subdomain.rb"
|
|
118
112
|
- "./lib/rack/subdomain/version.rb"
|
|
119
113
|
- "./rack-subdomain-0.4.0.gem"
|
|
114
|
+
- "./rack-subdomain-0.4.1.gem"
|
|
115
|
+
- "./rack-subdomain-0.5.0.gem"
|
|
120
116
|
- "./rack-subdomain.gemspec"
|
|
121
117
|
homepage: http://github.com/mattt/rack-subdomain
|
|
122
118
|
licenses:
|
|
@@ -137,8 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
137
133
|
- !ruby/object:Gem::Version
|
|
138
134
|
version: '0'
|
|
139
135
|
requirements: []
|
|
140
|
-
|
|
141
|
-
rubygems_version: 2.6.14
|
|
136
|
+
rubygems_version: 3.1.2
|
|
142
137
|
signing_key:
|
|
143
138
|
specification_version: 4
|
|
144
139
|
summary: rack-subdomain
|