Skip to content

Commit

Permalink
Tag 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Oct 26, 2008
1 parent 7b98866 commit 748ca9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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.'

Expand Down

0 comments on commit 748ca9d

Please sign in to comment.