Skip to content

Commit

Permalink
Replace RELEASE with real release.
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 18, 2012
1 parent 0226f63 commit dc77fcb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/whois/record/parser/base_cocca.rb
Expand Up @@ -17,7 +17,6 @@ class Parser
# Base parser for CoCCA servers.
#
# @abstract
#
class BaseCocca < Base

property_supported :domain do
Expand Down
2 changes: 1 addition & 1 deletion lib/whois/record/parser/base_whoisd.rb
Expand Up @@ -19,7 +19,7 @@ class Parser
#
# @abstract
#
# @since RELEASE
# @since 2.6.4
class BaseWhoisd < Base
include Scanners::Ast

Expand Down
2 changes: 1 addition & 1 deletion lib/whois/record/parser/whois.nic.fo.rb
Expand Up @@ -19,7 +19,7 @@ class Parser
# @see Whois::Record::Parser::Example
# The Example parser for the list of all available methods.
#
# @since RELEASE
# @since 2.6.4
class WhoisNicFo < BaseWhoisd

property_not_supported :registrar
Expand Down

0 comments on commit dc77fcb

Please sign in to comment.