Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <me@davidcel.is>
  • Loading branch information
davidcelis committed Jun 14, 2013
1 parent f99fa21 commit 98c7850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/recommendable/version.rb
@@ -1,8 +1,8 @@
module Recommendable
MAJOR = 2
MINOR = 1
PATCH = 0
PRE = 2
PATCH = 1
PRE = nil

VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'
end
2 changes: 2 additions & 0 deletions recommendable.gemspec
Expand Up @@ -9,6 +9,8 @@ Gem::Specification.new do |s|
A Like/Dislike recommendation engine for Ruby apps using Redis.
EOF

s.license = 'MIT'

s.files = Dir['lib/**/*']
s.test_files = Dir['test/**/*']

Expand Down

0 comments on commit 98c7850

Please sign in to comment.