ghazel-subdomain_routes 0.3.1.1 → 0.3.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/subdomain_routes.gemspec +4 -4
- metadata +7 -7
data/subdomain_routes.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{ghazel-subdomain_routes}
|
8
|
-
s.version = "0.3.1.
|
8
|
+
s.version = "0.3.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Matthew Hollingworth"]
|
@@ -75,11 +75,11 @@ Gem::Specification.new do |s|
|
|
75
75
|
s.specification_version = 3
|
76
76
|
|
77
77
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
78
|
-
s.add_runtime_dependency(%q<actionpack>, ["
|
78
|
+
s.add_runtime_dependency(%q<actionpack>, ["= 2.3.11"])
|
79
79
|
else
|
80
|
-
s.add_dependency(%q<actionpack>, ["
|
80
|
+
s.add_dependency(%q<actionpack>, ["= 2.3.11"])
|
81
81
|
end
|
82
82
|
else
|
83
|
-
s.add_dependency(%q<actionpack>, ["
|
83
|
+
s.add_dependency(%q<actionpack>, ["= 2.3.11"])
|
84
84
|
end
|
85
85
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ghazel-subdomain_routes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 87
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
9
|
- 1
|
10
|
-
-
|
11
|
-
version: 0.3.1.
|
10
|
+
- 2
|
11
|
+
version: 0.3.1.2
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Matthew Hollingworth
|
@@ -25,14 +25,14 @@ dependencies:
|
|
25
25
|
requirement: &id001 !ruby/object:Gem::Requirement
|
26
26
|
none: false
|
27
27
|
requirements:
|
28
|
-
- - "
|
28
|
+
- - "="
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
hash:
|
30
|
+
hash: 21
|
31
31
|
segments:
|
32
32
|
- 2
|
33
33
|
- 3
|
34
|
-
-
|
35
|
-
version: 2.3.
|
34
|
+
- 11
|
35
|
+
version: 2.3.11
|
36
36
|
type: :runtime
|
37
37
|
version_requirements: *id001
|
38
38
|
description: " SubdomainRoutes add subdomain conditions to the Rails routing system. Routes may be restricted to\n one or many specified subdomains. An URL will be recognised only if the host subdomain matches the\n subdomain specified in the route. Route generation is also enhanced, so that the subdomain of a\n generated URL (or path) will be changed if the requested route has a different subdomain to that of\n the current request. Model-based subdomain routes can also be defined.\n"
|