uri-subdomain 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/uri-subdomain.rb +1 -0
- data/lib/uri/subdomain.rb +1 -1
- metadata +4 -3
@@ -0,0 +1 @@
|
|
1
|
+
require 'uri/subdomain'
|
data/lib/uri/subdomain.rb
CHANGED
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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
|