Sha256: 77fe00bcaa1d5ebcac185bc54915c96452b3fba7fe8331c59133478f2faba9cb

Contents?: true

Size: 761 Bytes

Versions: 4

Compression:

Stored size: 761 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name        = "luisparravicini-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/luisparravicini/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

4 entries across 4 versions & 1 rubygems

Version Path
luisparravicini-classifier-1.4.2 Rakefile
luisparravicini-classifier-1.4.1 Rakefile
luisparravicini-classifier-1.4.0 Rakefile
luisparravicini-classifier-1.3.9 Rakefile