domain_name 0.5.24 → 0.5.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  class DomainName
2
- VERSION = "0.5.24"
2
+ VERSION = "0.5.25"
3
3
  end
@@ -67,10 +67,10 @@ class TestDomainName < Test::Unit::TestCase
67
67
  ['a.b.example.uk.com', 'example.uk.com', true, 'com', true],
68
68
  ['test.ac', 'test.ac', true, 'ac', true],
69
69
  # TLD with only 1 (wildcard) rule.
70
- ['cy', nil, false, 'cy', true],
71
- ['c.cy', nil, false, 'cy', true],
72
- ['b.c.cy', 'b.c.cy', true, 'cy', true],
73
- ['a.b.c.cy', 'b.c.cy', true, 'cy', true],
70
+ ['bd', nil, false, 'bd', true],
71
+ ['c.bd', nil, false, 'bd', true],
72
+ ['b.c.bd', 'b.c.bd', true, 'bd', true],
73
+ ['a.b.c.bd', 'b.c.bd', true, 'bd', true],
74
74
  # More complex TLD.
75
75
  ['jp', nil, false, 'jp', true],
76
76
  ['test.jp', 'test.jp', true, 'jp', true],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domain_name
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.24
4
+ version: 0.5.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akinori MUSHA
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-16 00:00:00.000000000 Z
11
+ date: 2015-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unf
@@ -133,7 +133,11 @@ files:
133
133
  - tool/gen_etld_data.rb
134
134
  homepage: https://github.com/knu/ruby-domain_name
135
135
  licenses:
136
- - BSD + MPL 1.1/GPL 2.0/LGPL 2.1
136
+ - BSD-2-Clause
137
+ - BSD-3-Clause
138
+ - MPL-1.1
139
+ - GPL-2.0
140
+ - LGPL-2.1
137
141
  metadata: {}
138
142
  post_install_message:
139
143
  rdoc_options: []
@@ -151,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
155
  version: '0'
152
156
  requirements: []
153
157
  rubyforge_project:
154
- rubygems_version: 2.4.5
158
+ rubygems_version: 2.4.6
155
159
  signing_key:
156
160
  specification_version: 4
157
161
  summary: Domain Name manipulation library for Ruby
@@ -159,3 +163,4 @@ test_files:
159
163
  - test/helper.rb
160
164
  - test/test_domain_name-punycode.rb
161
165
  - test/test_domain_name.rb
166
+ has_rdoc: