jcnetdev-subdomain-fu 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/subdomain-fu.gemspec +10 -6
  2. metadata +8 -7
@@ -1,12 +1,20 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "subdomain-fu"
3
- s.version = "0.0.21"
4
- s.date = "2008-07-04"
3
+ s.version = "0.0.22"
4
+ s.date = "2008-07-05"
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"
8
8
  s.description = "SubdomainFu aims to solve the problem of subdomain-based routing and in a unified way, establishing simple conventions for linking between subdomains of a Rails app."
9
9
  s.authors = ["Michael Bleigh"]
10
+
11
+ s.has_rdoc = true
12
+ s.rdoc_options = ["--main", "README"]
13
+ s.extra_rdoc_files = ["README"]
14
+
15
+ #s.add_dependency("mbleigh-mash", [">= 0.0.5"])
16
+
17
+
10
18
  s.files = [ "MIT-LICENSE",
11
19
  "README",
12
20
  "init.rb",
@@ -20,8 +28,4 @@ Gem::Specification.new do |s|
20
28
  "spec/url_rewriter_spec.rb",
21
29
  "subdomain-fu.gemspec" ]
22
30
 
23
- s.has_rdoc = false
24
- # s.rdoc_options = ["--main", "README"]
25
- #s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
26
- #s.add_dependency("mbleigh-mash", [">= 0.0.5"])
27
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jcnetdev-subdomain-fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.22
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: 2008-07-04 00:00:00 -07:00
12
+ date: 2008-07-05 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -19,8 +19,8 @@ executables: []
19
19
 
20
20
  extensions: []
21
21
 
22
- extra_rdoc_files: []
23
-
22
+ extra_rdoc_files:
23
+ - README
24
24
  files:
25
25
  - MIT-LICENSE
26
26
  - README
@@ -34,11 +34,12 @@ files:
34
34
  - spec/subdomain_fu_spec.rb
35
35
  - spec/url_rewriter_spec.rb
36
36
  - subdomain-fu.gemspec
37
- has_rdoc: false
37
+ has_rdoc: true
38
38
  homepage: http://www.actsascommunity.com/projects/subdomain-fu
39
39
  post_install_message:
40
- rdoc_options: []
41
-
40
+ rdoc_options:
41
+ - --main
42
+ - README
42
43
  require_paths:
43
44
  - lib
44
45
  required_ruby_version: !ruby/object:Gem::Requirement