whois 3.5.2 → 3.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 665285f813efe7e31e75eb671434915af53de87b
4
- data.tar.gz: 65379e24ac04fd19f490c4a993a7369800268bad
3
+ metadata.gz: 7d5c6ffa3241d09e0db42ed99141e09a43aaac41
4
+ data.tar.gz: 9b8d460fe7f15f665910899009c3020c976ca918
5
5
  SHA512:
6
- metadata.gz: ca3d9c4bed5f3af19c4a52108f22eb81e1dd38846ca2d20b30e671c2cf14f9a201caa2546ec350e375a2d4a003b46a0ef1964e8939e3c4cae0ad68eb08e5d85b
7
- data.tar.gz: f5380414cfb74612e0e2437e29dffbda6ee2f33e3839a681270b7360d51cb509a64d8ff3059ab3b29d0b01128fc20fbf22a5efb3e3af40433e988e22ccd8b1fc
6
+ metadata.gz: d13a916c2f92203bef3b254c6f72510ff17bbe38992bd1b1f4fe1515fa249b80f06a4da9bbd7c4b61a99191a31bf3d32c2d842d03f60eceae51f3735fba61abd
7
+ data.tar.gz: 190702fb53ec5b73a0934762484fd1dd588993bb02c5e2f4a28dc7a6701097546ac4d43b9ad83cb36cd075e2a326ead173e701679eeaa3076fce7cd56e8afd08
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ #### Release 3.5.3
5
+
6
+ - CHANGED: Updated whois.pir.org to the new response format.
7
+
8
+
4
9
  #### Release 3.5.2
5
10
 
6
11
  - SERVER: Added new gTLDs
@@ -18,7 +18,7 @@ module Whois
18
18
  class WhoisPirOrg < BaseAfilias
19
19
 
20
20
  tokenizer :scan_disclaimer do
21
- if @input.match?(/^Access to .ORG/)
21
+ if @input.match?(/^Access to/)
22
22
  @ast["field:disclaimer"] = _scan_lines_to_array(/^(.+)\n/).join(" ")
23
23
  end
24
24
  end
@@ -13,7 +13,7 @@ module Whois
13
13
  module Version
14
14
  MAJOR = 3
15
15
  MINOR = 5
16
- PATCH = 2
16
+ PATCH = 3
17
17
  BUILD = nil
18
18
 
19
19
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".")
@@ -1,14 +1,14 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: whois 3.5.1 ruby lib
2
+ # stub: whois 3.5.2 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "whois"
6
- s.version = "3.5.1"
6
+ s.version = "3.5.2"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib"]
10
10
  s.authors = ["Simone Carletti"]
11
- s.date = "2014-03-31"
11
+ s.date = "2014-04-07"
12
12
  s.description = "Whois is an intelligent WHOIS client and parser written in pure Ruby. It can query registry data for IPv4, IPv6 and top level domains, parse and convert responses into easy-to-use Ruby objects."
13
13
  s.email = ["weppos@weppos.net"]
14
14
  s.executables = ["ruby-whois"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whois
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.2
4
+ version: 3.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simone Carletti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-07 00:00:00.000000000 Z
11
+ date: 2014-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport