From 748ca9d6980c9b3511cabbe3a705503170a3f807 Mon Sep 17 00:00:00 2001 From: Aaron Pfeifer Date: Sun, 26 Oct 2008 18:34:21 -0400 Subject: [PATCH] Tag 0.1.0 release --- CHANGELOG.rdoc | 2 ++ Rakefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index b6aabb7..ea1ba91 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,5 +1,7 @@ == master +== 0.1.0 / 2008-10-26 + * Change how the base module is included to prevent namespacing conflicts * Round to two decimal places for rating averages diff --git a/Rakefile b/Rakefile index 58e57e3..1d13aa5 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'rake/contrib/sshpublisher' spec = Gem::Specification.new do |s| s.name = 'has_ratings' - s.version = '0.0.2' + s.version = '0.1.0' s.platform = Gem::Platform::RUBY s.summary = 'Demonstrates a reference implementation for handling ratings.'