Skip to content

Commit ccc74cd

Browse files
committed
Typo and version bump to 0.0.3
1 parent 5ed1eae commit ccc74cd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/dandelionapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# encoding: UTF-8
22

33
module Dandelionapi
4-
VERSION = "0.0.2"
4+
VERSION = "0.0.3"
55
end

spec/sentiment_analysis_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
response = element.analyze(
2626
text: "Mio padre che mi spinge a mangiare e guai se non finisco mio padre che vuol farmi guidare mi frena con il fischio"
2727
)
28-
puts response.inspect
2928
expect(response).not_to be_empty
3029
expect(response["sentiment"]).not_to be_empty
3130
expect(response["sentiment"]["score"]).to be >= -1.0

0 commit comments

Comments
 (0)