diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 0e200a57..7f03a144 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,13 @@ +== 0.7.1 / 2012-01-20 + +* Minor enhancements + + * Switch from robots gem (which people reported problems with) to new robotex gem + +* Bug fixes + + * Fix incorrect default file extension for KyotoCabinet + == 0.7.0 / 2012-01-19 * Major enhancements diff --git a/README.rdoc b/README.rdoc index 4654ac5e..a115b186 100644 --- a/README.rdoc +++ b/README.rdoc @@ -30,8 +30,9 @@ To test and develop this gem, additional requirements are: * rspec * fakeweb * tokyocabinet +* kyotocabinet-ruby * mongo * redis * sqlite3 -You will need to have {Tokyo Cabinet}[http://fallabs.com/tokyocabinet/], {MongoDB}[http://www.mongodb.org/], and {Redis}[http://code.google.com/p/redis/] installed on your system and running. +You will need to have KyotoCabinet, {Tokyo Cabinet}[http://fallabs.com/tokyocabinet/], {MongoDB}[http://www.mongodb.org/], and {Redis}[http://code.google.com/p/redis/] installed on your system and running. diff --git a/VERSION b/VERSION index faef31a4..39e898a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1 diff --git a/anemone.gemspec b/anemone.gemspec index ad7cf723..2cf69cb7 100644 --- a/anemone.gemspec +++ b/anemone.gemspec @@ -1,6 +1,6 @@ spec = Gem::Specification.new do |s| s.name = "anemone" - s.version = "0.7.0" + s.version = "0.7.1" s.author = "Chris Kite" s.homepage = "http://anemone.rubyforge.org" s.rubyforge_project = "anemone" diff --git a/lib/anemone/core.rb b/lib/anemone/core.rb index bd8a65ef..208c6d4c 100644 --- a/lib/anemone/core.rb +++ b/lib/anemone/core.rb @@ -9,7 +9,7 @@ module Anemone - VERSION = '0.7.0'; + VERSION = '0.7.1'; # # Convenience method to start a crawl