diff --git a/Changes b/Changes index 4a5fbb6..b43f169 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.25 2013-02-26 + Made Test::Strict an author only test + 0.24 2013-01-04 BUG FIX - has_changed was failing when comparing attributes that contained diff --git a/dist.ini b/dist.ini index c1b7c09..97a824c 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ name = Elastic-Model author = Clinton Gormley license = Perl_5 copyright_holder = Clinton Gormley -version = 0.24 +version = 0.25 [GatherDir] exclude_filename = README.pod diff --git a/lib/Elastic/Manual/Intro.pod b/lib/Elastic/Manual/Intro.pod index 70e6599..e832630 100644 --- a/lib/Elastic/Manual/Intro.pod +++ b/lib/Elastic/Manual/Intro.pod @@ -13,8 +13,8 @@ You need a recent version of Java installed, then download the current stable release of ElasticSearch from L. For instance: - curl -L -O https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.11.tar.gz - tar -xzf elasticsearch-0.19.11.tar.gz + curl -L -O https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.20.5.tar.gz + tar -xzf elasticsearch-0.20.5.tar.gz B @@ -29,7 +29,7 @@ against a local ElasticSearch cluster. =head2 Start ElasticSearch - cd elasticsearch-0.19.11/ + cd elasticsearch-0.20.5/ ./bin/elasticsearch -f # -f starts the server in the foreground You now have a running ElasticSearch cluster with one node. You can test that