Sha256: 609547f29e11c420b4577c3040118fc829104961d2976bced89664985829b496

Contents?: true

Size: 858 Bytes

Versions: 1

Compression:

Stored size: 858 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "twss"
  s.version = "0.0.4"
  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"])
  s.add_development_dependency("twitter", [">= 0"])
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twss-0.0.4 twss.gemspec