We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaabd19 + 4a4e9de commit 313f06cCopy full SHA for 313f06c
README.markdown renamed to README.md
@@ -24,7 +24,7 @@ The main goals of this gem are:
24
Just add the following to your Gemfile to install the latest release.
25
26
```ruby
27
-gem 'acts_as_votable', '~> 0.11.1'
+gem 'acts_as_votable', '~> 0.12.0'
28
```
29
30
And follow that up with a ``bundle install``.
lib/acts_as_votable/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ActsAsVotable
4
- VERSION = "0.11.1"
+ VERSION = "0.12.0"
5
end
0 commit comments