Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
readme, gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed May 24, 2012
1 parent 605822a commit aebf25a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ source 'http://rubygems.org'
group :development, :test do
gem 'activerecord', '~>3.0.4' ## not needed if you're just using KeyBuilder
gem 'rake', '~>0.8.7'
gem 'jeweler', '~>1.5.2'
gem 'jeweler'
gem "autotest-standalone"
gem "autotest-growl"
end
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ Likeable will allow your models to be liked by users, just drop a few lines of c

```

If you're considering likeable check out [opinions](https://github.com/leehambley/opinions) it is a bit more flexible.
This library doesn't do dislikes, if you want something with more flexibility check out [opinions](https://github.com/leehambley/opinions).

## Screencast

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.1
0.1.2

0 comments on commit aebf25a

Please sign in to comment.