twss 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ require File.join(File.dirname(__FILE__), 'twss/engine')
5
5
 
6
6
  module TWSS
7
7
 
8
- Version = '0.0.1'
8
+ Version = '0.0.2'
9
9
 
10
10
  class << self
11
11
 
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{twss}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ben VandenBos"]
12
- s.date = %q{2010-08-07}
13
- s.description = %q{Pre-trained "That's What She Said" bayes classifier.
12
+ s.date = %q{2010-08-12}
13
+ s.description = %q{Pre-trained "That's What She Said" Bayes classifier.
14
14
  Given a string, returns true if it's a TWSS joke. Pre-trained from
15
15
  Twitter #twss. Let the twss mashups begin!}
16
16
  s.email = %q{bvandenbos@gmail.com}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twss
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ben VandenBos
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-07 00:00:00 -07:00
18
+ date: 2010-08-12 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -63,7 +63,7 @@ dependencies:
63
63
  type: :development
64
64
  version_requirements: *id003
65
65
  description: |-
66
- Pre-trained "That's What She Said" bayes classifier.
66
+ Pre-trained "That's What She Said" Bayes classifier.
67
67
  Given a string, returns true if it's a TWSS joke. Pre-trained from
68
68
  Twitter #twss. Let the twss mashups begin!
69
69
  email: bvandenbos@gmail.com