sad_panda 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/lib/sad_panda.rb CHANGED
@@ -1,5 +1,8 @@
1
1
  require_relative "./sad_panda/version"
2
2
  require_relative "./sad_panda/status_message"
3
+ require_relative './sad_panda/emotions/emotion_bank.rb'
4
+ require_relative './sad_panda/emotions/term_polarities.rb'
5
+ require_relative './sad_panda/emotions/stopwords.rb'
3
6
 
4
7
 
5
8
  module SadPanda
@@ -1,7 +1,4 @@
1
1
  require 'lingua/stemmer'
2
- require './lib/sad_panda/emotions/emotion_bank.rb'
3
- require './lib/sad_panda/emotions/term_polarities.rb'
4
- require './lib/sad_panda/emotions/stopwords.rb'
5
2
 
6
3
  module SadPanda
7
4
 
@@ -1,3 +1,3 @@
1
1
  module SadPanda
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sad_panda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-24 00:00:00.000000000 Z
12
+ date: 2013-06-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler