mlightner-universal_ruby_whois 1.2.5 → 1.2.6

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.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ == 12/1/08
2
+ * Included atourino's fix for .mobi domains.
3
+ * Updated Rakefile to publish to RubyForge.
4
+
1
5
  == 11/10/08
2
6
  * Support for expiration date parsing added as requested by Jorge Yau.
3
7
  * Renamed "created_date" to "creation_date" for consistency.
data/README.rdoc CHANGED
@@ -4,7 +4,11 @@
4
4
 
5
5
  *License*: MIT[link:files/LICENSE.html]
6
6
 
7
- *RDoc*: http://universalwhois.rubyforge.org/
7
+ *RDoc*: http://universalwhois.rubyforge.org
8
+
9
+ *RubyForge URL*: http://rubyforge.org/projects/universalwhois
10
+
11
+ *GitHub URL*: http://github.com/mlightner/universal_ruby_whois/tree/master
8
12
 
9
13
 
10
14
  This library attempts to interpret WHOIS output from a variety of different registrars.
@@ -1,5 +1,5 @@
1
1
  PKG_NAME = 'universal_ruby_whois'
2
- PKG_VERSION = '1.2.5'
2
+ PKG_VERSION = '1.2.6'
3
3
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
4
4
  RUBY_FORGE_PROJECT = 'universalwhois'
5
5
  RUBY_FORGE_USER = 'mlightner'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mlightner-universal_ruby_whois
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Lightner