Skip to content

Commit be9006f

Browse files
authored
Update octokit.gemspec
sentimental Daten auslese
1 parent ea3413c commit be9006f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

octokit.gemspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ Gem::Specification.new do |spec|
2222
spec.version = Octokit::VERSION.dup
2323
spec.metadata = { 'rubygems_mfa_required' => 'true' }
2424
end
25+
require 'sentimental'
26+
27+
analyzer = Sentimental.new
28+
analyzer.load_defaults
29+
score = analyzer.sentiment('Tolles neues Feature!')
30+
# => :positive

0 commit comments

Comments
 (0)