sentimental 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -0
- data/lib/sentislang.txt +1 -0
- metadata +5 -4
data/README.md
CHANGED
data/lib/sentislang.txt
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sentimental
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-10-13 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: A simple sentiment analysis gem
|
16
16
|
email: jeff@7compass.com
|
@@ -23,7 +23,8 @@ files:
|
|
23
23
|
- lib/sentiwords.txt
|
24
24
|
- README.md
|
25
25
|
homepage: https://github.com/7compass/sentimental
|
26
|
-
licenses:
|
26
|
+
licenses:
|
27
|
+
- MIT
|
27
28
|
post_install_message:
|
28
29
|
rdoc_options: []
|
29
30
|
require_paths:
|
@@ -43,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
43
44
|
version: '0'
|
44
45
|
requirements: []
|
45
46
|
rubyforge_project:
|
46
|
-
rubygems_version: 1.8.
|
47
|
+
rubygems_version: 1.8.15
|
47
48
|
signing_key:
|
48
49
|
specification_version: 3
|
49
50
|
summary: Simple sentiment analysis
|