Sha256: de700d8bbda9492e8a5d5a4e1243ab9f8f4c7f3d82d972ab3ff258d9d74f1b6d

Contents?: true

Size: 832 Bytes

Versions: 2

Compression:

Stored size: 832 Bytes

Contents

require 'rake'
require 'rake/testtask'
require 'rcov/rcovtask'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "rseg_harry"
    s.executables = ["rseg_harry", 'rseg_server_harry']
    s.summary = "A Chinese Word Segmentation(中文分词) routine in pure Ruby"
    s.email = "zhangyuanyi@gmail.com"
    s.homepage = "http://github.com/ggharry/rseg"
    s.description = "A Chinese Word Segmentation(中文分词) routine in pure Ruby"
    s.authors = ["Yuanyi Zhang", "Harry Chen"]
    s.files =  FileList["[A-Z]*", "{bin,lib,public,views}/**/*", '.gitignore', 'dict/dict.hash']
    s.add_dependency 'haml'
    s.add_dependency 'sinatra'
  end
rescue LoadError
  puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rseg_harry-0.0.4 Rakefile
rseg_harry-0.0.3 Rakefile