Skip to content

Commit

Permalink
require activesupport 3, because of array#sum, hash#reverse_merge and…
Browse files Browse the repository at this point in the history
… others
  • Loading branch information
Esteban Pastorino committed Jan 20, 2011
1 parent 4348a0f commit ea4acb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ begin
s.author = "Luis Parravicini"
s.email = "lparravi@gmail.com"

s.add_dependency "activesupport", ">= 2.2.2"
s.add_dependency "activesupport", ">= 3.0.0"
s.add_dependency "ruby-stemmer", ">= 0.5.1"
end
rescue LoadError
Expand Down
1 change: 1 addition & 0 deletions lib/classifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# License:: LGPL

require 'active_support'
require 'active_support/core_ext'
require 'lingua/stemmer'
require 'classifier/base'
require 'classifier/bayes'
Expand Down

0 comments on commit ea4acb9

Please sign in to comment.