Skip to content

Commit

Permalink
Bump version to 1.1.1 and fix the requiring of hooks.
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <david@davidcelis.com>
  • Loading branch information
David Celis committed Jul 6, 2012
1 parent 38fbcf9 commit cbbe1a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -49,6 +49,8 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.19)
miniskirt (1.1.1)
activesupport (>= 2.2)
minitest (3.2.0)
multi_json (1.3.6)
polyglot (0.3.3)
Expand Down Expand Up @@ -101,6 +103,7 @@ PLATFORMS

DEPENDENCIES
bundler
miniskirt
minitest
recommendable!
shoulda
Expand Down
1 change: 1 addition & 0 deletions lib/recommendable.rb
Expand Up @@ -5,6 +5,7 @@
require 'recommendable/exceptions'
require 'recommendable/railtie' if defined?(Rails)
require 'recommendable/version'
require 'hooks'

module Recommendable
mattr_accessor :redis, :user_class
Expand Down
2 changes: 1 addition & 1 deletion lib/recommendable/version.rb
@@ -1,3 +1,3 @@
module Recommendable
VERSION = '1.1.0'
VERSION = '1.1.1'
end
1 change: 1 addition & 0 deletions recommendable.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'sqlite3'
s.add_development_dependency 'minitest'
s.add_development_dependency 'miniskirt'
s.add_development_dependency 'shoulda'
s.add_development_dependency 'yard', '~> 0.6.0'
s.add_development_dependency 'bundler'
Expand Down

0 comments on commit cbbe1a4

Please sign in to comment.