Skip to content

Commit

Permalink
bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskite committed Jan 20, 2012
1 parent 55d3f1c commit 57a58bc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1
2 changes: 1 addition & 1 deletion anemone.gemspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/anemone/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

module Anemone

VERSION = '0.7.0';
VERSION = '0.7.1';

#
# Convenience method to start a crawl
Expand Down

0 comments on commit 57a58bc

Please sign in to comment.