Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Feb 6, 2010
1 parent a8c55c5 commit 220bd25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Changelog


== next mini
== Release 1.0.0

* SERVER: Changed .biz TLD server to whois.biz (see http://www.iana.org/domains/root/db/biz.html)

Expand Down
3 changes: 1 addition & 2 deletions Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ lib/whois/server/adapters/standard.rb
lib/whois/server/adapters/verisign.rb
lib/whois/server/adapters/web.rb
lib/whois/version.rb
lib/whois/whois.rb
tasks/server.rake
test/answer/parser/base_test.rb
test/answer/parser/blank_test.rb
Expand Down Expand Up @@ -164,6 +163,7 @@ test/answer/parser_test.rb
test/answer_test.rb
test/client_test.rb
test/deprecated_test.rb
test/errors_test.rb
test/integration_test.rb
test/list_tld
test/server/adapters/afilias_test.rb
Expand Down Expand Up @@ -344,6 +344,5 @@ test/testcases/responses/whois.za.net/available.txt
test/testcases/responses/whois.za.net/registered.txt
test/testcases/responses/whois.za.org/available.txt
test/testcases/responses/whois.za.org/registered.txt
test/whois_test.rb
utils/bm_delegation_vs_inheritance.rb
utils/bm_shell_vs_pure.rb
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Echoe.new(PKG_NAME, PKG_VERSION) do |p|

p.need_zip = true

p.development_dependencies += ["rake ~>0.8",
"hanna ~>0.1.12",
"echoe ~>3.1",
"mocha ~>0.9"]
p.development_dependencies += ["rake 0.8.7",
"hanna 0.1.12",
"echoe 4.1",
"mocha 0.9.8"]

p.rdoc_options = ["--inline-source", "-T", "hanna"]
p.rcov_options = ["-Itest -x mocha,rcov,Rakefile"]
Expand Down
4 changes: 2 additions & 2 deletions lib/whois/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
module Whois

module Version
MAJOR = 0
MINOR = 9
MAJOR = 1
MINOR = 0
TINY = 0
ALPHA = nil

Expand Down

0 comments on commit 220bd25

Please sign in to comment.