lita-onewheel-election-cnn 3.4.4 → 3.4.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c54a12cecdf2ad3989a1b50dd0d547818d91802a
|
4
|
+
data.tar.gz: 4954ed27465df55e57e6ee343c0ebed2e7e29a47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0c1e3b4b5294956c3affaa869aff94facd05c5ef37dec8fed938cc68b2c2d2f79e553354b0f3e8160bcdbc852869077b44b95199fa5683ba33222f19fe97b3b
|
7
|
+
data.tar.gz: 1732cebe884a881bc1007ab529b94e94482a7856144f5f0fb8de521a606bee2f6c63ce0c34bfbe678607ed32a4e201d2d0438a25d32148c3ee1b5992f7dae21b
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = 'lita-onewheel-election-cnn'
|
3
|
-
spec.version = '3.4.
|
3
|
+
spec.version = '3.4.5'
|
4
4
|
spec.authors = ['Andrew Kreps']
|
5
5
|
spec.email = ['andrew.kreps@gmail.com']
|
6
6
|
spec.description = %q{Lita interface to CNN's 2016 Presidential Election JSON.}
|
@@ -56,6 +56,6 @@ describe Lita::Handlers::OnewheelElectionCnn, lita_handler: true do
|
|
56
56
|
mock = File.open('spec/fixtures/election.json').read
|
57
57
|
allow(RestClient).to receive(:get) { mock }
|
58
58
|
send_command 'ansielection'
|
59
|
-
expect(replies.last).to eq("Clinton 0 |\u000312\u000300-----------------------------------------------------\u000304
|
59
|
+
expect(replies.last).to eq("Clinton 0 |\u000312\u000300-----------------------------------------------------\u000304█\u000300| Trump 19")
|
60
60
|
end
|
61
61
|
end
|