Sha256: 8bc4e008f2f434dfb03640b60a2128d8ac5920846f3f04d6e32b9ea5186f919b

Contents?: true

Size: 808 Bytes

Versions: 1

Compression:

Stored size: 808 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "twss"
  s.version = "0.0.5"
  s.platform    = Gem::Platform::RUBY
  s.authors = ["Ben VandenBos"]
  s.email = "bvandenbos@gmail.com"
  s.homepage = "http://github.com/bvandenbos/twss"
  s.summary = "Pre-trained That's What She Said classifier"
  s.description = %q{Pre-trained "That's What She Said" Bayes classifier.
      Given a string, returns true if it's a TWSS joke.  Pre-trained from
      Twitter #twss.  Let the twss mashups begin!}

  s.required_rubygems_version = ">= 1.3.6"
  s.add_development_dependency "bundler", ">= 1.0.0"

  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
  s.require_path = 'lib'

  s.add_runtime_dependency("classifier", ["= 1.3.1"])
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twss-0.0.5 twss.gemspec