pboling-subdomain-fu 0.6.0 → 0.6.1

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 (3) hide show
  1. data/README.rdoc +2 -2
  2. data/VERSION.yml +1 -1
  3. metadata +1 -1
data/README.rdoc CHANGED
@@ -50,10 +50,10 @@ same subdomain when you meant to change it.
50
50
  You have access to current_subdomain and current_domain methods.
51
51
 
52
52
  current_subdomain - returns all subdomains.
53
- Example for the URL http://awesome.website.stuff.example.com current_subdomain will return "awesome.website.stuff"
53
+ http://awesome.website.stuff.example.com => "awesome.website.stuff"
54
54
 
55
55
  current_domain - returns all subdomains except for the first subdomain and the domain with TLD.
56
- Example for the URL http://awesome.website.stuff.example.com current_subdomain will return "website.stuff.example.com"
56
+ http://awesome.website.stuff.example.com => "website.stuff.example.com"
57
57
 
58
58
  This might appear strange at first, but the original plugin in this space was account_location,
59
59
  which had this behavior for current domain. Subdomain-fu did not use the same style as account_location
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 6
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 0
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.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh