public_suffix_service 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,6 +1,11 @@
1
1
  = Changelog
2
2
 
3
3
 
4
+ == Release 0.5.2
5
+
6
+ * CHANGED: Update public suffix list to 248ea690d671 2010-09-16 18:02 +0100
7
+
8
+
4
9
  == Release 0.5.1
5
10
 
6
11
  * CHANGED: Update public suffix list to 14dc66dd53c1 2010-09-15 17:09 +0100
@@ -1095,15 +1095,15 @@ video.hu
1095
1095
 
1096
1096
  // id : http://en.wikipedia.org/wiki/.id
1097
1097
  // see also: https://register.pandi.or.id/
1098
- .id
1099
- .ac.id
1100
- .co.id
1101
- .go.id
1102
- .mil.id
1103
- .net.id
1104
- .or.id
1105
- .sch.id
1106
- .web.id
1098
+ id
1099
+ ac.id
1100
+ co.id
1101
+ go.id
1102
+ mil.id
1103
+ net.id
1104
+ or.id
1105
+ sch.id
1106
+ web.id
1107
1107
 
1108
1108
  // ie : http://en.wikipedia.org/wiki/.ie
1109
1109
  ie
@@ -19,7 +19,7 @@ module PublicSuffixService
19
19
  module Version
20
20
  MAJOR = 0
21
21
  MINOR = 5
22
- PATCH = 1
22
+ PATCH = 2
23
23
  BUILD = nil
24
24
 
25
25
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".")
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{public_suffix_service}
5
- s.version = "0.5.0"
5
+ s.version = "0.5.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Simone Carletti"]
9
- s.date = %q{2010-09-13}
9
+ s.date = %q{2010-09-15}
10
10
  s.description = %q{ Intelligent domain name parser based in the Public Suffic List. PublicSuffixService can parse and decompose a domain name into top level domain, domain and subdomains.
11
11
  }
12
12
  s.email = %q{weppos@weppos.net}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: public_suffix_service
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 1
10
- version: 0.5.1
9
+ - 2
10
+ version: 0.5.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Simone Carletti
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-15 00:00:00 +02:00
18
+ date: 2010-09-17 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency