pboling-subdomain-fu 0.5.1 → 0.5.2

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.
Files changed (4) hide show
  1. data/CHANGELOG +1 -1
  2. data/VERSION.yml +1 -1
  3. data/init.rb +1 -1
  4. metadata +3 -2
data/CHANGELOG CHANGED
@@ -3,7 +3,7 @@
3
3
  * Added current_domain method
4
4
  * Added controller & view usage to readme
5
5
  * Added more tests
6
- * Fixing load path
6
+ * Fixing load paths
7
7
 
8
8
  == 2009-08-26
9
9
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 5
3
- :patch: 1
3
+ :patch: 2
4
4
  :major: 0
data/init.rb CHANGED
@@ -1 +1 @@
1
- require File.dirname(__FILE__) + "/rails/init"
1
+ require "rails/init"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pboling-subdomain-fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh
@@ -38,6 +38,7 @@ files:
38
38
  - spec/url_rewriter_spec.rb
39
39
  has_rdoc: false
40
40
  homepage: http://github.com/mbleigh/subdomain-fu
41
+ licenses:
41
42
  post_install_message:
42
43
  rdoc_options:
43
44
  - --charset=UTF-8
@@ -58,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
59
  requirements: []
59
60
 
60
61
  rubyforge_project: subdomain-fu
61
- rubygems_version: 1.2.0
62
+ rubygems_version: 1.3.5
62
63
  signing_key:
63
64
  specification_version: 3
64
65
  summary: SubdomainFu is a Rails plugin that provides subdomain routing and URL writing helpers.