mbleigh-subdomain-fu 0.0.4 → 0.0.5
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.
- data/subdomain-fu.gemspec +3 -3
- metadata +2 -2
data/subdomain-fu.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "subdomain-fu"
|
|
3
|
-
s.version = "0.0.
|
|
4
|
-
s.date = "
|
|
3
|
+
s.version = "0.0.5"
|
|
4
|
+
s.date = "2009-01-13"
|
|
5
5
|
s.summary = "Provides a simple solution for route handling and linking between subdomains in a Rails application."
|
|
6
6
|
s.email = "michael@intridea.com"
|
|
7
7
|
s.homepage = "http://www.actsascommunity.com/projects/subdomain-fu"
|
|
@@ -23,4 +23,4 @@ Gem::Specification.new do |s|
|
|
|
23
23
|
s.rdoc_options = ["--main", "README"]
|
|
24
24
|
#s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
|
|
25
25
|
#s.add_dependency("mbleigh-mash", [">= 0.0.5"])
|
|
26
|
-
end
|
|
26
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mbleigh-subdomain-fu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Bleigh
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date:
|
|
12
|
+
date: 2009-01-13 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|