diff --git a/Gemfile b/Gemfile index 4f46da9..f98b838 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/README.md b/README.md index 4eb2ee4..e6e3a9a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/VERSION b/VERSION index 6da28dd..8294c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.1.2 \ No newline at end of file