sentimental 1.0.3 → 1.0.4

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.
Files changed (4) hide show
  1. checksums.yaml +15 -0
  2. data/lib/sentimental.rb +13 -13
  3. data/lib/sentiwords.txt +2808 -2808
  4. metadata +6 -8
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sentimental
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
5
- prerelease:
4
+ version: 1.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jeff Emminger
@@ -10,7 +9,7 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2013-10-13 00:00:00.000000000 Z
12
+ date: 2015-11-12 00:00:00.000000000 Z
14
13
  dependencies: []
15
14
  description: A simple sentiment analysis gem
16
15
  email: jeff@7compass.com
@@ -18,34 +17,33 @@ executables: []
18
17
  extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
20
+ - README.md
21
21
  - lib/sentimental.rb
22
22
  - lib/sentislang.txt
23
23
  - lib/sentiwords.txt
24
- - README.md
25
24
  homepage: https://github.com/7compass/sentimental
26
25
  licenses:
27
26
  - MIT
27
+ metadata: {}
28
28
  post_install_message:
29
29
  rdoc_options: []
30
30
  require_paths:
31
31
  - .
32
32
  - lib
33
33
  required_ruby_version: !ruby/object:Gem::Requirement
34
- none: false
35
34
  requirements:
36
35
  - - ! '>='
37
36
  - !ruby/object:Gem::Version
38
37
  version: '0'
39
38
  required_rubygems_version: !ruby/object:Gem::Requirement
40
- none: false
41
39
  requirements:
42
40
  - - ! '>='
43
41
  - !ruby/object:Gem::Version
44
42
  version: '0'
45
43
  requirements: []
46
44
  rubyforge_project:
47
- rubygems_version: 1.8.15
45
+ rubygems_version: 2.4.8
48
46
  signing_key:
49
- specification_version: 3
47
+ specification_version: 4
50
48
  summary: Simple sentiment analysis
51
49
  test_files: []