Sha256: 32cb4f02c2ed7ab5c6c81c5e437d16c31da962001f8112e2a0b2c30dfcfc9ea2

Contents?: true

Size: 755 Bytes

Versions: 1

Compression:

Stored size: 755 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name        = "logankoester-classifier"
    s.summary     = "A general classifier module to allow Bayesian and other types of classifications."
    s.description = "Bayesian classifier and others."
    s.homepage    = "http://github.com/logankoester/classifier"
    s.author      = "Luis Parravicini"
    s.email       = "lparravi@gmail.com"

    s.add_dependency "activesupport", ">= 2.2.2"
    s.add_dependency "ruby-stemmer", ">= 0.5.1"
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logankoester-classifier-1.4.3 Rakefile