uri-subdomain 0.0.2 → 0.0.3

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.
@@ -0,0 +1 @@
1
+ require 'uri/subdomain'
@@ -2,7 +2,7 @@ require 'uri'
2
2
 
3
3
  module URI::Subdomain
4
4
 
5
- VERSION = "0.0.2"
5
+ VERSION = "0.0.3"
6
6
 
7
7
  def domain
8
8
  host.split('.').last(2).join('.') if host
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uri-subdomain
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jared
@@ -45,6 +45,7 @@ files:
45
45
  - .gitignore
46
46
  - Gemfile
47
47
  - Rakefile
48
+ - lib/uri-subdomain.rb
48
49
  - lib/uri/subdomain.rb
49
50
  - uri-subdomain.gemspec
50
51
  has_rdoc: true