jcnetdev-subdomain-fu 0.0.2 → 0.0.21

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 +4 -3
  2. metadata +4 -5
data/subdomain-fu.gemspec CHANGED
@@ -1,12 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "subdomain-fu"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.21"
4
4
  s.date = "2008-07-04"
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
- s.has_rdoc = true
10
9
  s.authors = ["Michael Bleigh"]
11
10
  s.files = [ "MIT-LICENSE",
12
11
  "README",
@@ -20,7 +19,9 @@ Gem::Specification.new do |s|
20
19
  "spec/subdomain_fu_spec.rb",
21
20
  "spec/url_rewriter_spec.rb",
22
21
  "subdomain-fu.gemspec" ]
23
- s.rdoc_options = ["--main", "README"]
22
+
23
+ s.has_rdoc = false
24
+ # s.rdoc_options = ["--main", "README"]
24
25
  #s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
25
26
  #s.add_dependency("mbleigh-mash", [">= 0.0.5"])
26
27
  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.2
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh
@@ -34,12 +34,11 @@ files:
34
34
  - spec/subdomain_fu_spec.rb
35
35
  - spec/url_rewriter_spec.rb
36
36
  - subdomain-fu.gemspec
37
- has_rdoc: true
37
+ has_rdoc: false
38
38
  homepage: http://www.actsascommunity.com/projects/subdomain-fu
39
39
  post_install_message:
40
- rdoc_options:
41
- - --main
42
- - README
40
+ rdoc_options: []
41
+
43
42
  require_paths:
44
43
  - lib
45
44
  required_ruby_version: !ruby/object:Gem::Requirement